satkit 0.9.1__cp38-cp38-win_amd64.whl → 0.9.2__cp38-cp38-win_amd64.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.
satkit/_version.py CHANGED
@@ -14,5 +14,5 @@ __version__: str
14
14
  __version_tuple__: VERSION_TUPLE
15
15
  version_tuple: VERSION_TUPLE
16
16
 
17
- __version__ = version = "0.9.1"
18
- __version_tuple__ = version_tuple = (0, 9, 1)
17
+ __version__ = version = "0.9.2"
18
+ __version_tuple__ = version_tuple = (0, 9, 2)
Binary file
satkit/satkit.pyi CHANGED
@@ -2066,6 +2066,34 @@ class itrfcoord:
2066
2066
  satkit.quaternion: Quaternion representiong rotation from East-North-Up (ENU) to ITRF at this location
2067
2067
  """
2068
2068
 
2069
+ def to_enu(self, refcoord: itrfcoord) -> npt.NDArray[np.float64]:
2070
+ """Return vector from reference coordinate to this coordinate in East-North-Up (ENU) frame of the reference coordinate
2071
+
2072
+ Args:
2073
+ refcoord (itrfcoord): Reference ITRF coordinate representing origin of ENU frame
2074
+
2075
+ Returns:
2076
+ npt.NDArray[np.float64]: 3-element numpy array representing vector from reference coordinate to this coordinate in East-North-Up (ENU) frame of reference at the reference coordinate
2077
+
2078
+ Note:
2079
+ * This is equivalent to calling: refcoord.qenu2itrf.conj * (self - refcoord)
2080
+
2081
+ """
2082
+
2083
+ def to_ned(self, refcoord: itrfcoord) -> npt.NDArray[np.float64]:
2084
+ """Return vector from reference coordinate to this coordinate in North-East-Down (NED) at the reference coordinate
2085
+
2086
+ Args:
2087
+ refcoord (itrfcoord): Reference ITRF coordinate representing origin of NED frame
2088
+
2089
+ Returns:
2090
+ npt.NDArray[np.float64]: 3-element numpy array representing vector from reference coordinate to this coordinate in North-East-Down (NED) frame of reference at the reference coordinate
2091
+
2092
+ Note:
2093
+ * This is equivalent to calling: refcoord.qned2itrf.conj * (self - refcoord)
2094
+
2095
+ """
2096
+
2069
2097
  def __sub__(self, other: itrfcoord) -> npt.NDArray[np.float64]:
2070
2098
  """Subtract another ITRF coordinate from this one
2071
2099
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: satkit
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: Satellite Orbital Dynamics Toolkit
5
5
  Author-email: Steven Michael <ssmichael@gmail.com>
6
6
  Maintainer-email: Steven Michael <ssmichael@gmail.com>
@@ -1,18 +1,18 @@
1
1
  satkit/__init__.py,sha256=_N6_4wz07lz7HhjdL-8bUKOlubFC4WJHyTumLoS1ru4,622
2
2
  satkit/__init__.pyi,sha256=zqMluH0ZKLDXQK9Z32yiEf2LncSDE8yiHHj9X0DS6Ww,732
3
- satkit/_version.py,sha256=buZKfNGuzXBT3FupuFl07CI3K1xUguzS061W7pb0kvo,446
3
+ satkit/_version.py,sha256=p-AcwJfDnWWdBSL-LhavrGBkeft3KFSWNLirT8aQ8kc,446
4
4
  satkit/density.pyi,sha256=j_25g_QI7LKo0IEq13Y2daSMYnb4pE5ZPHFX6H8gscE,2211
5
5
  satkit/frametransform.pyi,sha256=UeVyVbWJppoPkCNWOvUM-MGs7FShVVP0wWh6LE8BPus,15806
6
6
  satkit/jplephem.pyi,sha256=5W0tK3-kv5Si-aS7cci1QGTtXC5cAeEbUj5mwIu7IU8,3506
7
7
  satkit/moon.pyi,sha256=r151F1_D2J_Zp9YgZfAuuUlqb8OMPUjk610UwhJ0OXs,3510
8
8
  satkit/planets.pyi,sha256=MX_4waUoTVM11ftaIEDg8kmdZDId9nuRWUUiMYP6Zvg,1110
9
9
  satkit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- satkit/satkit.cp38-win_amd64.pyd,sha256=b0PWshONv8_tdlI8gVr3FFLmGMuPOoQta7r602TaH94,4584448
11
- satkit/satkit.pyi,sha256=Bb0rhJN9EVbAeVSFO2vBmLcWZUme4CzzItub3_eEjiA,88098
10
+ satkit/satkit.cp38-win_amd64.pyd,sha256=Zko7XIiCrSBnUfgQdpG0M-UsmbIA-QQkt6tb0SDX7XA,4584448
11
+ satkit/satkit.pyi,sha256=Nn0qYwvMoxCDDP8544ua1BWNuEJTwAW_wL_Ggof1Obo,89394
12
12
  satkit/sun.pyi,sha256=Ox7n-JJTNRXFjIR1U0ehbEeecoVss11KFiiKhl28wQs,4217
13
13
  satkit/utils.pyi,sha256=f087jRMh4Y4Lghrn-ncIvt16KCQ4Sto_icicvaXgXk4,3085
14
- satkit-0.9.1.dist-info/LICENSE,sha256=_G_hwbOSJZqdIWNjgzjFB91eZKvherjtmFfvVvy9wCA,1092
15
- satkit-0.9.1.dist-info/METADATA,sha256=2ijvMDAEau0R6F2qTbyWzHVGmFfpW-mFM-1kOeyGcss,17750
16
- satkit-0.9.1.dist-info/WHEEL,sha256=q-8g9petFnV9NMO9vJ2udYt2PFlnDjFGlAmDhUgQ79c,99
17
- satkit-0.9.1.dist-info/top_level.txt,sha256=1gsJ2XQ64FuUfw4z-i3CDi4Y4z9qcKNcm8Fy6-8xSVE,7
18
- satkit-0.9.1.dist-info/RECORD,,
14
+ satkit-0.9.2.dist-info/LICENSE,sha256=_G_hwbOSJZqdIWNjgzjFB91eZKvherjtmFfvVvy9wCA,1092
15
+ satkit-0.9.2.dist-info/METADATA,sha256=2bTyT13kKbdZ_H3c3cWOh94hDagQAIaCj-CVl29OTSM,17750
16
+ satkit-0.9.2.dist-info/WHEEL,sha256=q-8g9petFnV9NMO9vJ2udYt2PFlnDjFGlAmDhUgQ79c,99
17
+ satkit-0.9.2.dist-info/top_level.txt,sha256=1gsJ2XQ64FuUfw4z-i3CDi4Y4z9qcKNcm8Fy6-8xSVE,7
18
+ satkit-0.9.2.dist-info/RECORD,,
File without changes