@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/astro.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saber-usa/node-common",
3
- "version": "1.7.16-alpha.2",
3
+ "version": "1.7.16-alpha.3",
4
4
  "description": "Common node functions for Saber",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
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;