@saber-usa/node-common 1.7.4 → 1.7.5
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 +2 -0
package/package.json
CHANGED
package/src/astro.js
CHANGED
|
@@ -1629,6 +1629,7 @@ const getLeoRpoData = (line1, line2, sats, startTime, endTime) => {
|
|
|
1629
1629
|
inclination: s.Inclination,
|
|
1630
1630
|
raan: s.Raan,
|
|
1631
1631
|
source: s.Source,
|
|
1632
|
+
datamode: s.DataMode,
|
|
1632
1633
|
sma: s.SemiMajorAxis,
|
|
1633
1634
|
country: s.CountryId,
|
|
1634
1635
|
flag: s.Flag,
|
|
@@ -1719,6 +1720,7 @@ const getGeoRpoData = (line1, line2, sats, startTime, endTime, lonTime) => {
|
|
|
1719
1720
|
satNo: s.SatNo,
|
|
1720
1721
|
source: s.Source,
|
|
1721
1722
|
country: s.CountryId,
|
|
1723
|
+
datamode: s.DataMode,
|
|
1722
1724
|
flag: s.Flag,
|
|
1723
1725
|
poca: 9999999999,
|
|
1724
1726
|
toca: "",
|