cgse-coordinates 2023.1.0__py3-none-any.whl → 2024.1.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cgse_coordinates-2024.1.4.dist-info/METADATA +21 -0
- {cgse_coordinates-2023.1.0.dist-info → cgse_coordinates-2024.1.4.dist-info}/RECORD +4 -5
- {cgse_coordinates-2023.1.0.dist-info → cgse_coordinates-2024.1.4.dist-info}/WHEEL +1 -2
- cgse_coordinates-2024.1.4.dist-info/entry_points.txt +2 -0
- egse/coordinates/cslmodel.py +0 -0
- egse/coordinates/laser_tracker_to_dict.py +0 -0
- egse/coordinates/refmodel.py +0 -0
- cgse_coordinates-2023.1.0.dist-info/METADATA +0 -10
- cgse_coordinates-2023.1.0.dist-info/entry_points.txt +0 -2
- cgse_coordinates-2023.1.0.dist-info/top_level.txt +0 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cgse-coordinates
|
|
3
|
+
Version: 2024.1.4
|
|
4
|
+
Summary: Reference Frames and Coordinate Transofrmations for CGSE
|
|
5
|
+
Author-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Keywords: CGSE,Common-EGSE,hardware testing,reference frames,software framework
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Requires-Dist: cgse-common
|
|
10
|
+
Requires-Dist: cgse-core
|
|
11
|
+
Requires-Dist: numpy==1.22.4
|
|
12
|
+
Requires-Dist: pandas>=1.5.1
|
|
13
|
+
Requires-Dist: pip>=24.3.1
|
|
14
|
+
Requires-Dist: transforms3d>=0.4.2
|
|
15
|
+
Provides-Extra: dev
|
|
16
|
+
Requires-Dist: pytest; extra == 'dev'
|
|
17
|
+
Requires-Dist: pytest-cov; extra == 'dev'
|
|
18
|
+
Requires-Dist: pytest-mock; extra == 'dev'
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
|
|
21
|
+
# Reference Frames for the CGSE
|
|
@@ -8,8 +8,7 @@ egse/coordinates/referenceFrame.py,sha256=InJ8iH2v7jlHHiELa9YnFQgf6UV68oye7ynF-X
|
|
|
8
8
|
egse/coordinates/refmodel.py,sha256=SMdFL1xShToMDN0yKsEtjU-na3mHrPyUapWih2W6fsQ,24014
|
|
9
9
|
egse/coordinates/rotationMatrix.py,sha256=0y2XwliE9tdCkxZAUSOIWNdq_rb6O6lojmCSTeSAkZQ,3012
|
|
10
10
|
egse/coordinates/transform3d_addon.py,sha256=_1-LwzdEh_LBVA1qGwco3NJVd_Hm81IHZPQXVncaCIA,15394
|
|
11
|
-
cgse_coordinates-
|
|
12
|
-
cgse_coordinates-
|
|
13
|
-
cgse_coordinates-
|
|
14
|
-
cgse_coordinates-
|
|
15
|
-
cgse_coordinates-2023.1.0.dist-info/RECORD,,
|
|
11
|
+
cgse_coordinates-2024.1.4.dist-info/METADATA,sha256=SD7BH9e1DIWmPplFixsYC4tVvS9jW35STm9oYXztSi8,733
|
|
12
|
+
cgse_coordinates-2024.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
13
|
+
cgse_coordinates-2024.1.4.dist-info/entry_points.txt,sha256=fIrWeaRjA8qVGo4SgirTqW105906ilhJWE3M8wYg07U,32
|
|
14
|
+
cgse_coordinates-2024.1.4.dist-info/RECORD,,
|
egse/coordinates/cslmodel.py
CHANGED
|
File without changes
|
|
File without changes
|
egse/coordinates/refmodel.py
CHANGED
|
File without changes
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: cgse-coordinates
|
|
3
|
-
Version: 2023.1.0
|
|
4
|
-
Summary: Reference Frames and Coordinate Transofrmations for CGSE
|
|
5
|
-
License: Common-EGSE Software License Agreement
|
|
6
|
-
Requires-Dist: cgse-core
|
|
7
|
-
Requires-Dist: numpy
|
|
8
|
-
Requires-Dist: pandas
|
|
9
|
-
Requires-Dist: transforms3d
|
|
10
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
egse
|