@saber-usa/node-common 1.7.16-alpha.2 → 1.7.16-alpha.3
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.
- package/package.json +1 -1
- package/src/astro.js +10 -0
package/package.json
CHANGED
package/src/astro.js
CHANGED
|
@@ -3330,6 +3330,16 @@ export {REGIMES,
|
|
|
3330
3330
|
isSatInShadow,
|
|
3331
3331
|
calculateGeoCrossingTimes,
|
|
3332
3332
|
tryPropagateSatrec,
|
|
3333
|
+
twoline2satrec,
|
|
3334
|
+
sgp4,
|
|
3335
|
+
gstime,
|
|
3336
|
+
eciToGeodetic,
|
|
3337
|
+
eciToEcf,
|
|
3338
|
+
ecfToLookAngles,
|
|
3339
|
+
degreesToRadians,
|
|
3340
|
+
radiansToDegrees,
|
|
3341
|
+
degreesLong,
|
|
3342
|
+
degreesLat,
|
|
3333
3343
|
};
|
|
3334
3344
|
export const raDecToGeodetic = RaDecToGeodetic;
|
|
3335
3345
|
export const getResiduals = GetResiduals;
|