spacedatastandards.org 1.73.0__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.
Files changed (1131) hide show
  1. ACL/ACL.py +364 -0
  2. ACL/DataCoverage.py +5 -0
  3. ACL/PricingTier.py +5 -0
  4. ACL/STF.py +5 -0
  5. ACL/SpatialCoverage.py +5 -0
  6. ACL/TemporalCoverage.py +5 -0
  7. ACL/__init__.py +0 -0
  8. ACL/accessType.py +5 -0
  9. ACL/paymentMethod.py +5 -0
  10. ACM/ACM.py +171 -0
  11. ACM/__init__.py +0 -0
  12. ACR/ACR.py +517 -0
  13. ACR/AircraftType.py +17 -0
  14. ACR/EngineType.py +13 -0
  15. ACR/FlightPhase.py +15 -0
  16. ACR/GearState.py +10 -0
  17. ACR/__init__.py +0 -0
  18. AEM/AEM.py +194 -0
  19. AEM/AEMSegment.py +347 -0
  20. AEM/__init__.py +0 -0
  21. AOF/AOF.py +390 -0
  22. AOF/__init__.py +0 -0
  23. APM/APM.py +254 -0
  24. APM/__init__.py +0 -0
  25. ARM/ARM.py +329 -0
  26. ARM/AmmoType.py +23 -0
  27. ARM/ArmorMaterial.py +20 -0
  28. ARM/PenResult.py +11 -0
  29. ARM/__init__.py +0 -0
  30. AST/AST.py +371 -0
  31. AST/ForceModel.py +17 -0
  32. AST/OrbitalRegime.py +16 -0
  33. AST/PropagatorMethod.py +16 -0
  34. AST/ReferenceFrame.py +15 -0
  35. AST/TimeReference.py +12 -0
  36. AST/__init__.py +0 -0
  37. ATD/ATD.py +681 -0
  38. ATD/__init__.py +0 -0
  39. ATM/ATM.py +110 -0
  40. ATM/AtmosphericModelFamily.py +75 -0
  41. ATM/__init__.py +0 -0
  42. BAL/BAL.py +222 -0
  43. BAL/BallisticModel.py +9 -0
  44. BAL/DragModel.py +16 -0
  45. BAL/PenetrationModel.py +10 -0
  46. BAL/ProjectileType.py +21 -0
  47. BAL/StabilizationType.py +8 -0
  48. BAL/__init__.py +0 -0
  49. BEM/BEM.py +184 -0
  50. BEM/__init__.py +0 -0
  51. BMC/BMC.py +273 -0
  52. BMC/__init__.py +0 -0
  53. BOV/BOV.py +207 -0
  54. BOV/__init__.py +0 -0
  55. CAT/Band.py +5 -0
  56. CAT/CAT.py +533 -0
  57. CAT/DataMode.py +5 -0
  58. CAT/DeviceType.py +5 -0
  59. CAT/FrequencyRange.py +5 -0
  60. CAT/IDM.py +5 -0
  61. CAT/LCC.py +5 -0
  62. CAT/PLD.py +5 -0
  63. CAT/PolarizationType.py +5 -0
  64. CAT/SimplePolarization.py +5 -0
  65. CAT/StokesParameters.py +5 -0
  66. CAT/__init__.py +0 -0
  67. CAT/dataStatusCode.py +13 -0
  68. CAT/legacyCountryCode.py +5 -0
  69. CAT/massType.py +7 -0
  70. CAT/objectType.py +13 -0
  71. CAT/opsStatusCode.py +21 -0
  72. CAT/orbitType.py +15 -0
  73. CDM/Address.py +5 -0
  74. CDM/Band.py +5 -0
  75. CDM/CAT.py +5 -0
  76. CDM/CDM.py +646 -0
  77. CDM/CDMObject.py +808 -0
  78. CDM/CelestialFrame.py +5 -0
  79. CDM/CelestialFrameWrapper.py +5 -0
  80. CDM/CryptoKey.py +5 -0
  81. CDM/CustomFrame.py +5 -0
  82. CDM/CustomFrameWrapper.py +5 -0
  83. CDM/DataMode.py +5 -0
  84. CDM/DeviceType.py +5 -0
  85. CDM/EPM.py +5 -0
  86. CDM/FrequencyRange.py +5 -0
  87. CDM/IDM.py +5 -0
  88. CDM/KeyType.py +5 -0
  89. CDM/LCC.py +5 -0
  90. CDM/OrbitFrame.py +5 -0
  91. CDM/OrbitFrameWrapper.py +5 -0
  92. CDM/PLD.py +5 -0
  93. CDM/PNM.py +5 -0
  94. CDM/PolarizationType.py +5 -0
  95. CDM/RFM.py +5 -0
  96. CDM/RFMUnion.py +5 -0
  97. CDM/SimplePolarization.py +5 -0
  98. CDM/SpacecraftFrame.py +5 -0
  99. CDM/SpacecraftFrameWrapper.py +5 -0
  100. CDM/StokesParameters.py +5 -0
  101. CDM/__init__.py +0 -0
  102. CDM/covarianceMethod.py +7 -0
  103. CDM/dataStatusCode.py +5 -0
  104. CDM/legacyCountryCode.py +5 -0
  105. CDM/massType.py +5 -0
  106. CDM/objectType.py +5 -0
  107. CDM/opsStatusCode.py +5 -0
  108. CDM/orbitType.py +5 -0
  109. CDM/screeningVolumeShape.py +7 -0
  110. CFP/CFP.py +382 -0
  111. CFP/__init__.py +0 -0
  112. CFP/pduType.py +7 -0
  113. CFP/transmissionMode.py +7 -0
  114. CHN/CHN.py +323 -0
  115. CHN/__init__.py +0 -0
  116. CLT/CLT.py +246 -0
  117. CLT/__init__.py +0 -0
  118. CLT/cltuPduType.py +16 -0
  119. CMS/CMS.py +222 -0
  120. CMS/__init__.py +0 -0
  121. COM/AntennaPattern.py +17 -0
  122. COM/BandType.py +18 -0
  123. COM/COM.py +386 -0
  124. COM/DataLinkType.py +20 -0
  125. COM/ModulationType.py +20 -0
  126. COM/PropagationModel.py +18 -0
  127. COM/__init__.py +0 -0
  128. CRD/CRD.py +265 -0
  129. CRD/CoordFrame.py +18 -0
  130. CRD/Ellipsoid.py +11 -0
  131. CRD/__init__.py +0 -0
  132. CRM/CRM.py +1495 -0
  133. CRM/__init__.py +0 -0
  134. CSM/Band.py +5 -0
  135. CSM/CAT.py +5 -0
  136. CSM/CSM.py +250 -0
  137. CSM/DataMode.py +5 -0
  138. CSM/DeviceType.py +5 -0
  139. CSM/FrequencyRange.py +5 -0
  140. CSM/IDM.py +5 -0
  141. CSM/LCC.py +5 -0
  142. CSM/PLD.py +5 -0
  143. CSM/PolarizationType.py +5 -0
  144. CSM/SimplePolarization.py +5 -0
  145. CSM/StokesParameters.py +5 -0
  146. CSM/__init__.py +0 -0
  147. CSM/dataStatusCode.py +5 -0
  148. CSM/legacyCountryCode.py +5 -0
  149. CSM/massType.py +5 -0
  150. CSM/objectType.py +5 -0
  151. CSM/opsStatusCode.py +5 -0
  152. CSM/orbitType.py +5 -0
  153. CTR/CTR.py +236 -0
  154. CTR/__init__.py +0 -0
  155. DFH/DFH.py +130 -0
  156. DFH/__init__.py +0 -0
  157. DMG/CrewRole.py +14 -0
  158. DMG/CrewState.py +10 -0
  159. DMG/DMG.py +377 -0
  160. DMG/DestructionCause.py +11 -0
  161. DMG/ModuleState.py +10 -0
  162. DMG/ModuleType.py +39 -0
  163. DMG/__init__.py +0 -0
  164. DOA/DOA.py +710 -0
  165. DOA/__init__.py +0 -0
  166. EME/EME.py +376 -0
  167. EME/__init__.py +0 -0
  168. ENC/ENC.py +437 -0
  169. ENC/KDF.py +7 -0
  170. ENC/KeyExchange.py +10 -0
  171. ENC/SymmetricAlgo.py +7 -0
  172. ENC/__init__.py +0 -0
  173. ENV/AtmosphereModel.py +10 -0
  174. ENV/ENV.py +319 -0
  175. ENV/TerrainType.py +17 -0
  176. ENV/WeatherCondition.py +21 -0
  177. ENV/__init__.py +0 -0
  178. EOO/Band.py +5 -0
  179. EOO/CelestialFrame.py +5 -0
  180. EOO/CelestialFrameWrapper.py +5 -0
  181. EOO/CollectMethod.py +10 -0
  182. EOO/CustomFrame.py +5 -0
  183. EOO/CustomFrameWrapper.py +5 -0
  184. EOO/DataMode.py +5 -0
  185. EOO/DeviceType.py +5 -0
  186. EOO/EOO.py +2451 -0
  187. EOO/FrequencyRange.py +5 -0
  188. EOO/IDM.py +5 -0
  189. EOO/ObservationPosition.py +10 -0
  190. EOO/OrbitFrame.py +5 -0
  191. EOO/OrbitFrameWrapper.py +5 -0
  192. EOO/PolarizationType.py +5 -0
  193. EOO/RFM.py +5 -0
  194. EOO/RFMUnion.py +5 -0
  195. EOO/SimplePolarization.py +5 -0
  196. EOO/SpacecraftFrame.py +5 -0
  197. EOO/SpacecraftFrameWrapper.py +5 -0
  198. EOO/StokesParameters.py +5 -0
  199. EOO/__init__.py +0 -0
  200. EOP/DataType.py +7 -0
  201. EOP/EOP.py +249 -0
  202. EOP/__init__.py +0 -0
  203. EPM/Address.py +196 -0
  204. EPM/CryptoKey.py +213 -0
  205. EPM/EPM.py +480 -0
  206. EPM/KeyType.py +7 -0
  207. EPM/__init__.py +0 -0
  208. EWR/CountermeasureStatus.py +11 -0
  209. EWR/ESMFunction.py +12 -0
  210. EWR/EWR.py +352 -0
  211. EWR/JammingType.py +19 -0
  212. EWR/ThreatCategory.py +20 -0
  213. EWR/WaveformType.py +15 -0
  214. EWR/__init__.py +0 -0
  215. FCS/FCS.py +303 -0
  216. FCS/FCSMode.py +13 -0
  217. FCS/LeadMethod.py +10 -0
  218. FCS/RangefinderType.py +10 -0
  219. FCS/__init__.py +0 -0
  220. GDI/GDI.py +507 -0
  221. GDI/__init__.py +0 -0
  222. GEO/GEO.py +372 -0
  223. GEO/__init__.py +0 -0
  224. GNO/GNO.py +225 -0
  225. GNO/__init__.py +0 -0
  226. GRV/CentralBody.py +14 -0
  227. GRV/GRV.py +252 -0
  228. GRV/GravityModelName.py +14 -0
  229. GRV/GravityModelType.py +11 -0
  230. GRV/__init__.py +0 -0
  231. GVH/DriveType.py +10 -0
  232. GVH/GVH.py +542 -0
  233. GVH/GVHEngineType.py +11 -0
  234. GVH/VehicleType.py +21 -0
  235. GVH/__init__.py +0 -0
  236. HEL/HEL.py +386 -0
  237. HEL/RotorFlags.py +12 -0
  238. HEL/RotorType.py +11 -0
  239. HEL/__init__.py +0 -0
  240. HYP/HYP.py +486 -0
  241. HYP/Score.py +145 -0
  242. HYP/ScoreType.py +6 -0
  243. HYP/__init__.py +0 -0
  244. IDM/Band.py +126 -0
  245. IDM/DataMode.py +14 -0
  246. IDM/DeviceType.py +96 -0
  247. IDM/FrequencyRange.py +110 -0
  248. IDM/IDM.py +663 -0
  249. IDM/PolarizationType.py +10 -0
  250. IDM/SimplePolarization.py +10 -0
  251. IDM/StokesParameters.py +144 -0
  252. IDM/__init__.py +0 -0
  253. IRO/IRO.py +171 -0
  254. IRO/__init__.py +0 -0
  255. LCC/LCC.py +92 -0
  256. LCC/__init__.py +0 -0
  257. LCC/legacyCountryCode.py +257 -0
  258. LDM/Address.py +5 -0
  259. LDM/BOV.py +5 -0
  260. LDM/Band.py +5 -0
  261. LDM/CAT.py +5 -0
  262. LDM/CryptoKey.py +5 -0
  263. LDM/DataMode.py +5 -0
  264. LDM/DeviceType.py +5 -0
  265. LDM/ENGINE.py +5 -0
  266. LDM/ENGINE_TYPE.py +5 -0
  267. LDM/EPM.py +5 -0
  268. LDM/FrequencyRange.py +5 -0
  269. LDM/Geometry.py +5 -0
  270. LDM/IDM.py +5 -0
  271. LDM/KeyType.py +5 -0
  272. LDM/LCC.py +5 -0
  273. LDM/LDM.py +985 -0
  274. LDM/PLD.py +5 -0
  275. LDM/PolarizationType.py +5 -0
  276. LDM/ROC.py +5 -0
  277. LDM/SIT.py +5 -0
  278. LDM/STAGE.py +5 -0
  279. LDM/SUSTAINER.py +5 -0
  280. LDM/SimplePolarization.py +5 -0
  281. LDM/SiteType.py +5 -0
  282. LDM/StokesParameters.py +5 -0
  283. LDM/__init__.py +0 -0
  284. LDM/dataStatusCode.py +5 -0
  285. LDM/legacyCountryCode.py +5 -0
  286. LDM/massType.py +5 -0
  287. LDM/objectType.py +5 -0
  288. LDM/opsStatusCode.py +5 -0
  289. LDM/orbitType.py +5 -0
  290. LKS/LKS.py +508 -0
  291. LKS/__init__.py +0 -0
  292. LND/LND.py +417 -0
  293. LND/__init__.py +0 -0
  294. LNE/LNE.py +320 -0
  295. LNE/__init__.py +0 -0
  296. MET/MET.py +92 -0
  297. MET/__init__.py +0 -0
  298. MET/meanElementTheory.py +13 -0
  299. MFE/MFE.py +392 -0
  300. MFE/__init__.py +0 -0
  301. MNF/MNF.py +162 -0
  302. MNF/__init__.py +0 -0
  303. MNV/MNV.py +1800 -0
  304. MNV/__init__.py +0 -0
  305. MPE/MET.py +5 -0
  306. MPE/MPE.py +249 -0
  307. MPE/__init__.py +0 -0
  308. MPE/meanElementTheory.py +5 -0
  309. MSL/GuidanceLaw.py +16 -0
  310. MSL/MSL.py +642 -0
  311. MSL/MissilePhase.py +14 -0
  312. MSL/MissileType.py +20 -0
  313. MSL/SeekerStatus.py +12 -0
  314. MSL/SeekerType.py +18 -0
  315. MSL/__init__.py +0 -0
  316. MST/MST.py +1186 -0
  317. MST/__init__.py +0 -0
  318. MTI/MTI.py +536 -0
  319. MTI/__init__.py +0 -0
  320. NAV/DCState.py +12 -0
  321. NAV/NAV.py +687 -0
  322. NAV/PropulsionType.py +14 -0
  323. NAV/VesselType.py +21 -0
  324. NAV/__init__.py +0 -0
  325. OBD/OBD.py +862 -0
  326. OBD/__init__.py +0 -0
  327. OBT/OBT.py +791 -0
  328. OBT/__init__.py +0 -0
  329. OCM/ATM.py +5 -0
  330. OCM/AtmosphericModelFamily.py +5 -0
  331. OCM/Header.py +227 -0
  332. OCM/Maneuver.py +420 -0
  333. OCM/Metadata.py +1133 -0
  334. OCM/OCM.py +502 -0
  335. OCM/OrbitDetermination.py +469 -0
  336. OCM/Perturbations.py +503 -0
  337. OCM/PhysicalProperties.py +473 -0
  338. OCM/StateVector.py +248 -0
  339. OCM/UserDefinedParameters.py +115 -0
  340. OCM/__init__.py +0 -0
  341. OEM/Band.py +5 -0
  342. OEM/CAT.py +5 -0
  343. OEM/CelestialFrame.py +5 -0
  344. OEM/CelestialFrameWrapper.py +5 -0
  345. OEM/CustomFrame.py +5 -0
  346. OEM/CustomFrameWrapper.py +5 -0
  347. OEM/DataMode.py +5 -0
  348. OEM/DeviceType.py +5 -0
  349. OEM/FrequencyRange.py +5 -0
  350. OEM/IDM.py +5 -0
  351. OEM/LCC.py +5 -0
  352. OEM/OEM.py +216 -0
  353. OEM/OrbitFrame.py +5 -0
  354. OEM/OrbitFrameWrapper.py +5 -0
  355. OEM/PLD.py +5 -0
  356. OEM/PolarizationType.py +5 -0
  357. OEM/RFM.py +5 -0
  358. OEM/RFMUnion.py +5 -0
  359. OEM/SimplePolarization.py +5 -0
  360. OEM/SpacecraftFrame.py +5 -0
  361. OEM/SpacecraftFrameWrapper.py +5 -0
  362. OEM/StokesParameters.py +5 -0
  363. OEM/TIM.py +5 -0
  364. OEM/__init__.py +0 -0
  365. OEM/covarianceMatrixLine.py +453 -0
  366. OEM/dataStatusCode.py +5 -0
  367. OEM/ephemerisDataBlock.py +571 -0
  368. OEM/ephemerisDataLine.py +251 -0
  369. OEM/legacyCountryCode.py +5 -0
  370. OEM/massType.py +5 -0
  371. OEM/objectType.py +5 -0
  372. OEM/opsStatusCode.py +5 -0
  373. OEM/orbitType.py +5 -0
  374. OEM/timeSystem.py +5 -0
  375. OMM/CelestialFrame.py +5 -0
  376. OMM/CelestialFrameWrapper.py +5 -0
  377. OMM/CustomFrame.py +5 -0
  378. OMM/CustomFrameWrapper.py +5 -0
  379. OMM/MET.py +5 -0
  380. OMM/OMM.py +860 -0
  381. OMM/OrbitFrame.py +5 -0
  382. OMM/OrbitFrameWrapper.py +5 -0
  383. OMM/RFM.py +5 -0
  384. OMM/RFMUnion.py +5 -0
  385. OMM/SpacecraftFrame.py +5 -0
  386. OMM/SpacecraftFrameWrapper.py +5 -0
  387. OMM/TIM.py +5 -0
  388. OMM/__init__.py +0 -0
  389. OMM/ephemerisType.py +15 -0
  390. OMM/meanElementTheory.py +5 -0
  391. OMM/timeSystem.py +5 -0
  392. OOD/OOD.py +856 -0
  393. OOD/__init__.py +0 -0
  394. OOE/OOE.py +933 -0
  395. OOE/__init__.py +0 -0
  396. OOI/OOI.py +848 -0
  397. OOI/__init__.py +0 -0
  398. OOL/OOL.py +184 -0
  399. OOL/__init__.py +0 -0
  400. OON/OON.py +603 -0
  401. OON/__init__.py +0 -0
  402. OPM/OPM.py +551 -0
  403. OPM/__init__.py +0 -0
  404. OSM/OSM.py +187 -0
  405. OSM/__init__.py +0 -0
  406. PCF/IntegratorType.py +13 -0
  407. PCF/PCF.py +345 -0
  408. PCF/__init__.py +0 -0
  409. PHY/CollisionShape.py +13 -0
  410. PHY/ForceType.py +16 -0
  411. PHY/IntegrationMethod.py +15 -0
  412. PHY/MaterialType.py +16 -0
  413. PHY/PHY.py +342 -0
  414. PHY/__init__.py +0 -0
  415. PLD/Band.py +5 -0
  416. PLD/DataMode.py +5 -0
  417. PLD/DeviceType.py +5 -0
  418. PLD/FrequencyRange.py +5 -0
  419. PLD/IDM.py +5 -0
  420. PLD/PLD.py +245 -0
  421. PLD/PolarizationType.py +5 -0
  422. PLD/SimplePolarization.py +5 -0
  423. PLD/StokesParameters.py +5 -0
  424. PLD/__init__.py +0 -0
  425. PLG/EntryFunction.py +188 -0
  426. PLG/PLG.py +768 -0
  427. PLG/PluginCapability.py +133 -0
  428. PLG/PluginDependency.py +136 -0
  429. PLG/__init__.py +0 -0
  430. PLG/pluginType.py +24 -0
  431. PLK/PLK.py +578 -0
  432. PLK/__init__.py +0 -0
  433. PLK/licenseType.py +18 -0
  434. PNM/PNM.py +270 -0
  435. PNM/__init__.py +0 -0
  436. PRG/PRG.py +226 -0
  437. PRG/USR.py +145 -0
  438. PRG/__init__.py +0 -0
  439. PUR/DataCoverage.py +5 -0
  440. PUR/PUR.py +407 -0
  441. PUR/PricingTier.py +5 -0
  442. PUR/STF.py +5 -0
  443. PUR/SpatialCoverage.py +5 -0
  444. PUR/TemporalCoverage.py +5 -0
  445. PUR/__init__.py +0 -0
  446. PUR/accessType.py +5 -0
  447. PUR/paymentMethod.py +5 -0
  448. RAF/RAF.py +263 -0
  449. RAF/__init__.py +0 -0
  450. RAF/rafPduType.py +16 -0
  451. RCF/RCF.py +280 -0
  452. RCF/__init__.py +0 -0
  453. RCF/rcfPduType.py +16 -0
  454. RDM/RDM.py +222 -0
  455. RDM/__init__.py +0 -0
  456. RDO/RDO.py +985 -0
  457. RDO/__init__.py +0 -0
  458. REC/ACL.py +5 -0
  459. REC/ACM.py +5 -0
  460. REC/ACR.py +5 -0
  461. REC/AEM.py +5 -0
  462. REC/AEMSegment.py +5 -0
  463. REC/AOF.py +5 -0
  464. REC/APM.py +5 -0
  465. REC/ARM.py +5 -0
  466. REC/AST.py +5 -0
  467. REC/ATD.py +5 -0
  468. REC/ATM.py +5 -0
  469. REC/AbsoluteTimeParameterType.py +5 -0
  470. REC/Address.py +5 -0
  471. REC/AggregateArgumentType.py +5 -0
  472. REC/AggregateMember.py +5 -0
  473. REC/AggregateParameterType.py +5 -0
  474. REC/AircraftType.py +5 -0
  475. REC/AlarmRange.py +5 -0
  476. REC/AlarmSeverityType.py +5 -0
  477. REC/AlgorithmInput.py +5 -0
  478. REC/AlgorithmOutput.py +5 -0
  479. REC/AlgorithmSet.py +5 -0
  480. REC/AlgorithmTrigger.py +5 -0
  481. REC/AmmoType.py +5 -0
  482. REC/AntennaPattern.py +5 -0
  483. REC/Argument.py +5 -0
  484. REC/ArgumentAssignment.py +5 -0
  485. REC/ArgumentRefEntry.py +5 -0
  486. REC/ArgumentTypeSet.py +5 -0
  487. REC/ArmorMaterial.py +5 -0
  488. REC/ArrayDimension.py +5 -0
  489. REC/ArrayParameterRefEntry.py +5 -0
  490. REC/ArrayParameterType.py +5 -0
  491. REC/AssociationMethod.py +5 -0
  492. REC/AtmosphereModel.py +5 -0
  493. REC/AtmosphericModelFamily.py +5 -0
  494. REC/BAL.py +5 -0
  495. REC/BEM.py +5 -0
  496. REC/BMC.py +5 -0
  497. REC/BOV.py +5 -0
  498. REC/BallisticModel.py +5 -0
  499. REC/Band.py +5 -0
  500. REC/BandType.py +5 -0
  501. REC/BaseContainer.py +5 -0
  502. REC/BaseMetaCommand.py +5 -0
  503. REC/BinaryArgumentType.py +5 -0
  504. REC/BinaryDataEncoding.py +5 -0
  505. REC/BinaryParameterType.py +5 -0
  506. REC/BooleanArgumentType.py +5 -0
  507. REC/BooleanExpression.py +5 -0
  508. REC/BooleanOperatorType.py +5 -0
  509. REC/BooleanParameterType.py +5 -0
  510. REC/BottomType.py +5 -0
  511. REC/ByteOrderType.py +5 -0
  512. REC/CAT.py +5 -0
  513. REC/CDM.py +5 -0
  514. REC/CDMObject.py +5 -0
  515. REC/CFP.py +5 -0
  516. REC/CHN.py +5 -0
  517. REC/CLT.py +5 -0
  518. REC/CMS.py +5 -0
  519. REC/COM.py +5 -0
  520. REC/CRD.py +5 -0
  521. REC/CRM.py +5 -0
  522. REC/CSM.py +5 -0
  523. REC/CTR.py +5 -0
  524. REC/CelestialFrame.py +5 -0
  525. REC/CelestialFrameWrapper.py +5 -0
  526. REC/CentralBody.py +5 -0
  527. REC/ClockType.py +5 -0
  528. REC/CollectMethod.py +5 -0
  529. REC/CollisionShape.py +5 -0
  530. REC/CommandContainer.py +5 -0
  531. REC/CommandContainerEntry.py +5 -0
  532. REC/CommandMetaData.py +5 -0
  533. REC/CommandSignificance.py +5 -0
  534. REC/CommandVerifier.py +5 -0
  535. REC/ComparisonOperator.py +5 -0
  536. REC/ContainerBinaryEncoding.py +5 -0
  537. REC/ContainerEntry.py +5 -0
  538. REC/ContainerRefEntry.py +5 -0
  539. REC/ContainerSet.py +5 -0
  540. REC/ContextAlarm.py +5 -0
  541. REC/ContextCalibrator.py +5 -0
  542. REC/CoordFrame.py +5 -0
  543. REC/CountermeasureStatus.py +5 -0
  544. REC/CrewRole.py +5 -0
  545. REC/CrewState.py +5 -0
  546. REC/CryptoKey.py +5 -0
  547. REC/CustomAlgorithm.py +5 -0
  548. REC/CustomFrame.py +5 -0
  549. REC/CustomFrameWrapper.py +5 -0
  550. REC/CustomStream.py +5 -0
  551. REC/DCState.py +5 -0
  552. REC/DFH.py +5 -0
  553. REC/DMG.py +5 -0
  554. REC/DOA.py +5 -0
  555. REC/DataCoverage.py +5 -0
  556. REC/DataLinkType.py +5 -0
  557. REC/DataMode.py +5 -0
  558. REC/DataSourceType.py +5 -0
  559. REC/DataType.py +5 -0
  560. REC/DateFormat.py +5 -0
  561. REC/DefaultAlarm.py +5 -0
  562. REC/DestructionCause.py +5 -0
  563. REC/DeviceType.py +5 -0
  564. REC/DragModel.py +5 -0
  565. REC/DriveType.py +5 -0
  566. REC/EME.py +5 -0
  567. REC/ENC.py +5 -0
  568. REC/ENGINE.py +5 -0
  569. REC/ENGINE_TYPE.py +5 -0
  570. REC/ENV.py +5 -0
  571. REC/EOO.py +5 -0
  572. REC/EOP.py +5 -0
  573. REC/EPM.py +5 -0
  574. REC/ESMFunction.py +5 -0
  575. REC/EWR.py +5 -0
  576. REC/Ellipsoid.py +5 -0
  577. REC/EngineType.py +5 -0
  578. REC/EntryFunction.py +5 -0
  579. REC/EnumeratedArgumentType.py +5 -0
  580. REC/EnumeratedParameterType.py +5 -0
  581. REC/EnumerationAlarm.py +5 -0
  582. REC/EnumerationValue.py +5 -0
  583. REC/EpochType.py +5 -0
  584. REC/ErrorDetectionType.py +5 -0
  585. REC/F107DataType.py +5 -0
  586. REC/FCS.py +5 -0
  587. REC/FCSMode.py +5 -0
  588. REC/FilterType.py +5 -0
  589. REC/FixedFrameStream.py +5 -0
  590. REC/FixedValueEntry.py +5 -0
  591. REC/FlightPhase.py +5 -0
  592. REC/FloatArgumentType.py +5 -0
  593. REC/FloatDataEncoding.py +5 -0
  594. REC/FloatEncodingType.py +5 -0
  595. REC/FloatParameterType.py +5 -0
  596. REC/FluxQualifier.py +5 -0
  597. REC/ForceModel.py +5 -0
  598. REC/ForceType.py +5 -0
  599. REC/FrequencyRange.py +5 -0
  600. REC/FusionMethod.py +5 -0
  601. REC/FuzeType.py +5 -0
  602. REC/GDI.py +5 -0
  603. REC/GEO.py +5 -0
  604. REC/GNO.py +5 -0
  605. REC/GRV.py +5 -0
  606. REC/GVH.py +5 -0
  607. REC/GVHEngineType.py +5 -0
  608. REC/GearState.py +5 -0
  609. REC/Geometry.py +5 -0
  610. REC/GravityModelName.py +5 -0
  611. REC/GravityModelType.py +5 -0
  612. REC/GuidanceLaw.py +5 -0
  613. REC/HEL.py +5 -0
  614. REC/HYP.py +5 -0
  615. REC/Header.py +5 -0
  616. REC/IDM.py +5 -0
  617. REC/IRO.py +5 -0
  618. REC/IntegerArgumentType.py +5 -0
  619. REC/IntegerDataEncoding.py +5 -0
  620. REC/IntegerEncodingType.py +5 -0
  621. REC/IntegerParameterType.py +5 -0
  622. REC/IntegrationMethod.py +5 -0
  623. REC/IntegratorType.py +5 -0
  624. REC/Interlock.py +5 -0
  625. REC/JammingType.py +5 -0
  626. REC/KDF.py +5 -0
  627. REC/KeyExchange.py +5 -0
  628. REC/KeyType.py +5 -0
  629. REC/LCC.py +5 -0
  630. REC/LDM.py +5 -0
  631. REC/LKS.py +5 -0
  632. REC/LND.py +5 -0
  633. REC/LNE.py +5 -0
  634. REC/LandCoverType.py +5 -0
  635. REC/LeadMethod.py +5 -0
  636. REC/LocationInContainer.py +5 -0
  637. REC/MET.py +5 -0
  638. REC/MFE.py +5 -0
  639. REC/MNF.py +5 -0
  640. REC/MNV.py +5 -0
  641. REC/MPE.py +5 -0
  642. REC/MSL.py +5 -0
  643. REC/MST.py +5 -0
  644. REC/MTI.py +5 -0
  645. REC/Maneuver.py +5 -0
  646. REC/MatchCriteria.py +5 -0
  647. REC/MaterialType.py +5 -0
  648. REC/MathAlgorithm.py +5 -0
  649. REC/MathOperation.py +5 -0
  650. REC/MeasurementType.py +5 -0
  651. REC/MetaCommand.py +5 -0
  652. REC/MetaCommandSet.py +5 -0
  653. REC/Metadata.py +5 -0
  654. REC/MissilePhase.py +5 -0
  655. REC/MissileType.py +5 -0
  656. REC/ModulationType.py +5 -0
  657. REC/ModuleState.py +5 -0
  658. REC/ModuleType.py +5 -0
  659. REC/MotionModel.py +5 -0
  660. REC/NAV.py +5 -0
  661. REC/NoiseSource.py +5 -0
  662. REC/OBD.py +5 -0
  663. REC/OBT.py +5 -0
  664. REC/OCM.py +5 -0
  665. REC/OEM.py +5 -0
  666. REC/OMM.py +5 -0
  667. REC/OOD.py +5 -0
  668. REC/OOE.py +5 -0
  669. REC/OOI.py +5 -0
  670. REC/OOL.py +5 -0
  671. REC/OON.py +5 -0
  672. REC/OPM.py +5 -0
  673. REC/OSM.py +5 -0
  674. REC/ObservationPosition.py +5 -0
  675. REC/OrbitDetermination.py +5 -0
  676. REC/OrbitFrame.py +5 -0
  677. REC/OrbitFrameWrapper.py +5 -0
  678. REC/OrbitalRegime.py +5 -0
  679. REC/PCF.py +5 -0
  680. REC/PHY.py +5 -0
  681. REC/PLD.py +5 -0
  682. REC/PLG.py +5 -0
  683. REC/PLK.py +5 -0
  684. REC/PNM.py +5 -0
  685. REC/PRG.py +5 -0
  686. REC/PUR.py +5 -0
  687. REC/Parameter.py +5 -0
  688. REC/ParameterComparison.py +5 -0
  689. REC/ParameterProperties.py +5 -0
  690. REC/ParameterRefEntry.py +5 -0
  691. REC/ParameterSet.py +5 -0
  692. REC/ParameterTypeSet.py +5 -0
  693. REC/PenResult.py +5 -0
  694. REC/PenetrationModel.py +5 -0
  695. REC/Perturbations.py +5 -0
  696. REC/PhysicalProperties.py +5 -0
  697. REC/PluginCapability.py +5 -0
  698. REC/PluginDependency.py +5 -0
  699. REC/PolarizationType.py +5 -0
  700. REC/PolynomialCalibrator.py +5 -0
  701. REC/PricingTier.py +5 -0
  702. REC/ProjectilePhase.py +5 -0
  703. REC/ProjectileType.py +5 -0
  704. REC/PropagationModel.py +5 -0
  705. REC/PropagatorMethod.py +5 -0
  706. REC/PropulsionType.py +5 -0
  707. REC/RAF.py +5 -0
  708. REC/RCF.py +5 -0
  709. REC/RDM.py +5 -0
  710. REC/RDO.py +5 -0
  711. REC/REC.py +158 -0
  712. REC/REV.py +5 -0
  713. REC/RFB.py +5 -0
  714. REC/RFE.py +5 -0
  715. REC/RFM.py +5 -0
  716. REC/RFMUnion.py +5 -0
  717. REC/RFO.py +5 -0
  718. REC/ROC.py +5 -0
  719. REC/RangefinderType.py +5 -0
  720. REC/RateBasisType.py +5 -0
  721. REC/RateInStream.py +5 -0
  722. REC/Record.py +258 -0
  723. REC/RecordType.py +484 -0
  724. REC/ReferenceFrame.py +5 -0
  725. REC/ReferenceLocationType.py +5 -0
  726. REC/RelativeTimeParameterType.py +5 -0
  727. REC/RepeatEntry.py +5 -0
  728. REC/RotorFlags.py +5 -0
  729. REC/RotorType.py +5 -0
  730. REC/SAR.py +5 -0
  731. REC/SCHEMA_STANDARD.py +5 -0
  732. REC/SCM.py +5 -0
  733. REC/SDL.py +5 -0
  734. REC/SEO.py +5 -0
  735. REC/SEV.py +5 -0
  736. REC/SIT.py +5 -0
  737. REC/SKI.py +5 -0
  738. REC/SNR.py +5 -0
  739. REC/SOI.py +5 -0
  740. REC/SON.py +5 -0
  741. REC/SONPropagationModel.py +5 -0
  742. REC/SPP.py +5 -0
  743. REC/SPW.py +5 -0
  744. REC/SPWCOLLECTION.py +5 -0
  745. REC/STAGE.py +5 -0
  746. REC/STF.py +5 -0
  747. REC/STR.py +5 -0
  748. REC/STV.py +5 -0
  749. REC/STVReferenceFrame.py +5 -0
  750. REC/SUSTAINER.py +5 -0
  751. REC/SWR.py +5 -0
  752. REC/Score.py +5 -0
  753. REC/ScoreType.py +5 -0
  754. REC/SeaState.py +5 -0
  755. REC/SeekerStatus.py +5 -0
  756. REC/SeekerType.py +5 -0
  757. REC/SensorMode.py +5 -0
  758. REC/SensorType.py +5 -0
  759. REC/SequenceContainer.py +5 -0
  760. REC/Service.py +5 -0
  761. REC/ServiceSet.py +5 -0
  762. REC/SimplePolarization.py +5 -0
  763. REC/SiteType.py +5 -0
  764. REC/SonarType.py +5 -0
  765. REC/SpacecraftFrame.py +5 -0
  766. REC/SpacecraftFrameWrapper.py +5 -0
  767. REC/SpatialCoverage.py +5 -0
  768. REC/SplineCalibrator.py +5 -0
  769. REC/SplinePoint.py +5 -0
  770. REC/StabilizationType.py +5 -0
  771. REC/StateVector.py +5 -0
  772. REC/StaticAlarmRanges.py +5 -0
  773. REC/StokesParameters.py +5 -0
  774. REC/StreamSet.py +5 -0
  775. REC/StringArgumentType.py +5 -0
  776. REC/StringDataEncoding.py +5 -0
  777. REC/StringEncodingType.py +5 -0
  778. REC/StringParameterType.py +5 -0
  779. REC/StringSizeType.py +5 -0
  780. REC/SymmetricAlgo.py +5 -0
  781. REC/TCF.py +5 -0
  782. REC/TDM.py +5 -0
  783. REC/TIM.py +5 -0
  784. REC/TKG.py +5 -0
  785. REC/TME.py +5 -0
  786. REC/TMF.py +5 -0
  787. REC/TPN.py +5 -0
  788. REC/TRK.py +5 -0
  789. REC/TRN.py +5 -0
  790. REC/TargetType.py +5 -0
  791. REC/TelemetryMetaData.py +5 -0
  792. REC/TemporalCoverage.py +5 -0
  793. REC/TerrainDataSource.py +5 -0
  794. REC/TerrainInterpolation.py +5 -0
  795. REC/TerrainType.py +5 -0
  796. REC/ThreatCategory.py +5 -0
  797. REC/TimeReference.py +5 -0
  798. REC/TimeScale.py +5 -0
  799. REC/TimeWindowRefType.py +5 -0
  800. REC/TorpedoGuidanceMode.py +5 -0
  801. REC/TrackQuality.py +5 -0
  802. REC/TrackStatus.py +5 -0
  803. REC/USR.py +5 -0
  804. REC/Unit.py +5 -0
  805. REC/UserDefinedParameters.py +5 -0
  806. REC/VCM.py +5 -0
  807. REC/VCMAtmosphericModelData.py +5 -0
  808. REC/VCMStateVector.py +5 -0
  809. REC/VariableFrameStream.py +5 -0
  810. REC/VehicleType.py +5 -0
  811. REC/VerifierType.py +5 -0
  812. REC/VesselType.py +5 -0
  813. REC/WPN.py +5 -0
  814. REC/WTH.py +5 -0
  815. REC/WaveformType.py +5 -0
  816. REC/WeaponType.py +5 -0
  817. REC/WeatherCondition.py +5 -0
  818. REC/XTC.py +5 -0
  819. REC/XTCHeader.py +5 -0
  820. REC/__init__.py +0 -0
  821. REC/accessType.py +5 -0
  822. REC/anomalyType.py +5 -0
  823. REC/atmosphericModel.py +5 -0
  824. REC/cltuPduType.py +5 -0
  825. REC/covarianceMatrixLine.py +5 -0
  826. REC/covarianceMethod.py +5 -0
  827. REC/dataStatusCode.py +5 -0
  828. REC/elementType.py +5 -0
  829. REC/ephemerisDataBlock.py +5 -0
  830. REC/ephemerisDataLine.py +5 -0
  831. REC/ephemerisType.py +5 -0
  832. REC/equinoctialElements.py +5 -0
  833. REC/geopotentialModel.py +5 -0
  834. REC/keplerianElements.py +5 -0
  835. REC/legacyCountryCode.py +5 -0
  836. REC/licenseType.py +5 -0
  837. REC/lunarPerturbationModel.py +5 -0
  838. REC/massType.py +5 -0
  839. REC/meanElementTheory.py +5 -0
  840. REC/objectType.py +5 -0
  841. REC/opsStatusCode.py +5 -0
  842. REC/orbitType.py +5 -0
  843. REC/packetType.py +5 -0
  844. REC/paymentMethod.py +5 -0
  845. REC/pduType.py +5 -0
  846. REC/perturbationStatus.py +5 -0
  847. REC/pluginType.py +5 -0
  848. REC/propagatorConfig.py +5 -0
  849. REC/propagatorType.py +5 -0
  850. REC/rafPduType.py +5 -0
  851. REC/rcfPduType.py +5 -0
  852. REC/resonanceModel.py +5 -0
  853. REC/screeningVolumeShape.py +5 -0
  854. REC/solarPerturbationModel.py +5 -0
  855. REC/solarRadiationPressureModel.py +5 -0
  856. REC/timeSystem.py +5 -0
  857. REC/transmissionMode.py +5 -0
  858. REC/uvwSigmas.py +5 -0
  859. REC/zonalHarmonic.py +5 -0
  860. REV/REV.py +292 -0
  861. REV/__init__.py +0 -0
  862. RFB/RFB.py +353 -0
  863. RFB/__init__.py +0 -0
  864. RFE/RFE.py +222 -0
  865. RFE/__init__.py +0 -0
  866. RFM/CelestialFrame.py +90 -0
  867. RFM/CelestialFrameWrapper.py +91 -0
  868. RFM/CustomFrame.py +42 -0
  869. RFM/CustomFrameWrapper.py +91 -0
  870. RFM/OrbitFrame.py +55 -0
  871. RFM/OrbitFrameWrapper.py +91 -0
  872. RFM/RFM.py +158 -0
  873. RFM/RFMUnion.py +28 -0
  874. RFM/SpacecraftFrame.py +55 -0
  875. RFM/SpacecraftFrameWrapper.py +91 -0
  876. RFM/__init__.py +0 -0
  877. RFO/RFO.py +1361 -0
  878. RFO/__init__.py +0 -0
  879. ROC/ENGINE.py +130 -0
  880. ROC/ENGINE_TYPE.py +12 -0
  881. ROC/ROC.py +256 -0
  882. ROC/STAGE.py +209 -0
  883. ROC/SUSTAINER.py +130 -0
  884. ROC/__init__.py +0 -0
  885. SAR/SAR.py +1224 -0
  886. SAR/__init__.py +0 -0
  887. SCM/SCHEMA_STANDARD.py +168 -0
  888. SCM/SCM.py +158 -0
  889. SCM/__init__.py +0 -0
  890. SDL/SDL.py +322 -0
  891. SDL/__init__.py +0 -0
  892. SEO/SEO.py +829 -0
  893. SEO/__init__.py +0 -0
  894. SEV/SEV.py +254 -0
  895. SEV/__init__.py +0 -0
  896. SIT/Band.py +5 -0
  897. SIT/DataMode.py +5 -0
  898. SIT/DeviceType.py +5 -0
  899. SIT/FrequencyRange.py +5 -0
  900. SIT/Geometry.py +158 -0
  901. SIT/IDM.py +5 -0
  902. SIT/PolarizationType.py +5 -0
  903. SIT/SIT.py +627 -0
  904. SIT/SimplePolarization.py +5 -0
  905. SIT/SiteType.py +24 -0
  906. SIT/StokesParameters.py +5 -0
  907. SIT/__init__.py +0 -0
  908. SKI/SKI.py +908 -0
  909. SKI/__init__.py +0 -0
  910. SNR/SNR.py +377 -0
  911. SNR/SensorMode.py +13 -0
  912. SNR/SensorType.py +21 -0
  913. SNR/TrackQuality.py +11 -0
  914. SNR/__init__.py +0 -0
  915. SOI/SOI.py +1312 -0
  916. SOI/__init__.py +0 -0
  917. SON/BottomType.py +14 -0
  918. SON/NoiseSource.py +15 -0
  919. SON/SON.py +228 -0
  920. SON/SONPropagationModel.py +11 -0
  921. SON/SeaState.py +15 -0
  922. SON/SonarType.py +16 -0
  923. SON/TargetType.py +12 -0
  924. SON/TorpedoGuidanceMode.py +12 -0
  925. SON/__init__.py +0 -0
  926. SPP/SPP.py +257 -0
  927. SPP/__init__.py +0 -0
  928. SPP/packetType.py +7 -0
  929. SPW/F107DataType.py +9 -0
  930. SPW/FluxQualifier.py +10 -0
  931. SPW/SPW.py +606 -0
  932. SPW/SPWCOLLECTION.py +136 -0
  933. SPW/__init__.py +0 -0
  934. STF/DataCoverage.py +132 -0
  935. STF/PricingTier.py +219 -0
  936. STF/STF.py +533 -0
  937. STF/SpatialCoverage.py +196 -0
  938. STF/TemporalCoverage.py +153 -0
  939. STF/__init__.py +0 -0
  940. STF/accessType.py +14 -0
  941. STF/paymentMethod.py +18 -0
  942. STR/STR.py +709 -0
  943. STR/__init__.py +0 -0
  944. STV/STV.py +281 -0
  945. STV/STVReferenceFrame.py +12 -0
  946. STV/__init__.py +0 -0
  947. SWR/SWR.py +446 -0
  948. SWR/__init__.py +0 -0
  949. TCF/TCF.py +274 -0
  950. TCF/__init__.py +0 -0
  951. TDM/CelestialFrame.py +5 -0
  952. TDM/CelestialFrameWrapper.py +5 -0
  953. TDM/CustomFrame.py +5 -0
  954. TDM/CustomFrameWrapper.py +5 -0
  955. TDM/OrbitFrame.py +5 -0
  956. TDM/OrbitFrameWrapper.py +5 -0
  957. TDM/RFM.py +5 -0
  958. TDM/RFMUnion.py +5 -0
  959. TDM/SpacecraftFrame.py +5 -0
  960. TDM/SpacecraftFrameWrapper.py +5 -0
  961. TDM/TDM.py +1700 -0
  962. TDM/__init__.py +0 -0
  963. TIM/TIM.py +92 -0
  964. TIM/__init__.py +0 -0
  965. TIM/timeSystem.py +29 -0
  966. TKG/AssociationMethod.py +12 -0
  967. TKG/FilterType.py +16 -0
  968. TKG/FusionMethod.py +11 -0
  969. TKG/MeasurementType.py +18 -0
  970. TKG/MotionModel.py +14 -0
  971. TKG/TKG.py +298 -0
  972. TKG/TrackStatus.py +10 -0
  973. TKG/__init__.py +0 -0
  974. TME/ClockType.py +11 -0
  975. TME/DateFormat.py +12 -0
  976. TME/TME.py +308 -0
  977. TME/TimeScale.py +19 -0
  978. TME/__init__.py +0 -0
  979. TMF/TMF.py +400 -0
  980. TMF/__init__.py +0 -0
  981. TPN/TPN.py +308 -0
  982. TPN/__init__.py +0 -0
  983. TRK/TRK.py +1537 -0
  984. TRK/__init__.py +0 -0
  985. TRN/LandCoverType.py +22 -0
  986. TRN/TRN.py +201 -0
  987. TRN/TerrainDataSource.py +13 -0
  988. TRN/TerrainInterpolation.py +9 -0
  989. TRN/__init__.py +0 -0
  990. VCM/CelestialFrame.py +5 -0
  991. VCM/CelestialFrameWrapper.py +5 -0
  992. VCM/CustomFrame.py +5 -0
  993. VCM/CustomFrameWrapper.py +5 -0
  994. VCM/MET.py +5 -0
  995. VCM/OrbitFrame.py +5 -0
  996. VCM/OrbitFrameWrapper.py +5 -0
  997. VCM/RFM.py +5 -0
  998. VCM/RFMUnion.py +5 -0
  999. VCM/SpacecraftFrame.py +5 -0
  1000. VCM/SpacecraftFrameWrapper.py +5 -0
  1001. VCM/TIM.py +5 -0
  1002. VCM/VCM.py +770 -0
  1003. VCM/VCMAtmosphericModelData.py +200 -0
  1004. VCM/VCMStateVector.py +187 -0
  1005. VCM/__init__.py +0 -0
  1006. VCM/anomalyType.py +7 -0
  1007. VCM/atmosphericModel.py +13 -0
  1008. VCM/elementType.py +7 -0
  1009. VCM/equinoctialElements.py +168 -0
  1010. VCM/geopotentialModel.py +12 -0
  1011. VCM/keplerianElements.py +184 -0
  1012. VCM/lunarPerturbationModel.py +10 -0
  1013. VCM/meanElementTheory.py +5 -0
  1014. VCM/perturbationStatus.py +8 -0
  1015. VCM/propagatorConfig.py +250 -0
  1016. VCM/propagatorType.py +19 -0
  1017. VCM/resonanceModel.py +11 -0
  1018. VCM/solarPerturbationModel.py +9 -0
  1019. VCM/solarRadiationPressureModel.py +9 -0
  1020. VCM/timeSystem.py +5 -0
  1021. VCM/uvwSigmas.py +168 -0
  1022. VCM/zonalHarmonic.py +18 -0
  1023. WPN/FuzeType.py +13 -0
  1024. WPN/ProjectilePhase.py +10 -0
  1025. WPN/WPN.py +393 -0
  1026. WPN/WeaponType.py +19 -0
  1027. WPN/__init__.py +0 -0
  1028. WTH/WTH.py +1041 -0
  1029. WTH/__init__.py +0 -0
  1030. XTC/AbsoluteTimeParameterType.py +321 -0
  1031. XTC/AggregateArgumentType.py +198 -0
  1032. XTC/AggregateMember.py +136 -0
  1033. XTC/AggregateParameterType.py +198 -0
  1034. XTC/AlarmRange.py +144 -0
  1035. XTC/AlarmSeverityType.py +18 -0
  1036. XTC/AlgorithmInput.py +116 -0
  1037. XTC/AlgorithmOutput.py +116 -0
  1038. XTC/AlgorithmSet.py +196 -0
  1039. XTC/AlgorithmTrigger.py +133 -0
  1040. XTC/Argument.py +176 -0
  1041. XTC/ArgumentAssignment.py +116 -0
  1042. XTC/ArgumentRefEntry.py +146 -0
  1043. XTC/ArgumentTypeSet.py +486 -0
  1044. XTC/ArrayDimension.py +113 -0
  1045. XTC/ArrayParameterRefEntry.py +160 -0
  1046. XTC/ArrayParameterType.py +218 -0
  1047. XTC/BaseContainer.py +126 -0
  1048. XTC/BaseMetaCommand.py +158 -0
  1049. XTC/BinaryArgumentType.py +186 -0
  1050. XTC/BinaryDataEncoding.py +127 -0
  1051. XTC/BinaryParameterType.py +186 -0
  1052. XTC/BooleanArgumentType.py +223 -0
  1053. XTC/BooleanExpression.py +212 -0
  1054. XTC/BooleanOperatorType.py +12 -0
  1055. XTC/BooleanParameterType.py +223 -0
  1056. XTC/ByteOrderType.py +10 -0
  1057. XTC/CommandContainer.py +184 -0
  1058. XTC/CommandContainerEntry.py +158 -0
  1059. XTC/CommandMetaData.py +262 -0
  1060. XTC/CommandSignificance.py +113 -0
  1061. XTC/CommandVerifier.py +214 -0
  1062. XTC/ComparisonOperator.py +30 -0
  1063. XTC/ContainerBinaryEncoding.py +130 -0
  1064. XTC/ContainerEntry.py +184 -0
  1065. XTC/ContainerRefEntry.py +178 -0
  1066. XTC/ContainerSet.py +138 -0
  1067. XTC/ContextAlarm.py +132 -0
  1068. XTC/ContextCalibrator.py +184 -0
  1069. XTC/CustomAlgorithm.py +374 -0
  1070. XTC/CustomStream.py +136 -0
  1071. XTC/DataSourceType.py +16 -0
  1072. XTC/DefaultAlarm.py +181 -0
  1073. XTC/EnumeratedArgumentType.py +244 -0
  1074. XTC/EnumeratedParameterType.py +328 -0
  1075. XTC/EnumerationAlarm.py +113 -0
  1076. XTC/EnumerationValue.py +150 -0
  1077. XTC/EpochType.py +16 -0
  1078. XTC/ErrorDetectionType.py +14 -0
  1079. XTC/FixedFrameStream.py +153 -0
  1080. XTC/FixedValueEntry.py +163 -0
  1081. XTC/FloatArgumentType.py +292 -0
  1082. XTC/FloatDataEncoding.py +209 -0
  1083. XTC/FloatEncodingType.py +16 -0
  1084. XTC/FloatParameterType.py +376 -0
  1085. XTC/IntegerArgumentType.py +309 -0
  1086. XTC/IntegerDataEncoding.py +209 -0
  1087. XTC/IntegerEncodingType.py +18 -0
  1088. XTC/IntegerParameterType.py +393 -0
  1089. XTC/Interlock.py +133 -0
  1090. XTC/LocationInContainer.py +110 -0
  1091. XTC/MatchCriteria.py +209 -0
  1092. XTC/MathAlgorithm.py +218 -0
  1093. XTC/MathOperation.py +96 -0
  1094. XTC/MetaCommand.py +434 -0
  1095. XTC/MetaCommandSet.py +138 -0
  1096. XTC/Parameter.py +226 -0
  1097. XTC/ParameterComparison.py +150 -0
  1098. XTC/ParameterProperties.py +160 -0
  1099. XTC/ParameterRefEntry.py +198 -0
  1100. XTC/ParameterSet.py +138 -0
  1101. XTC/ParameterTypeSet.py +660 -0
  1102. XTC/PolynomialCalibrator.py +138 -0
  1103. XTC/RateBasisType.py +10 -0
  1104. XTC/RateInStream.py +130 -0
  1105. XTC/ReferenceLocationType.py +14 -0
  1106. XTC/RelativeTimeParameterType.py +308 -0
  1107. XTC/RepeatEntry.py +130 -0
  1108. XTC/SequenceContainer.py +313 -0
  1109. XTC/Service.py +236 -0
  1110. XTC/ServiceSet.py +138 -0
  1111. XTC/SplineCalibrator.py +172 -0
  1112. XTC/SplinePoint.py +110 -0
  1113. XTC/StaticAlarmRanges.py +206 -0
  1114. XTC/StreamSet.py +254 -0
  1115. XTC/StringArgumentType.py +206 -0
  1116. XTC/StringDataEncoding.py +178 -0
  1117. XTC/StringEncodingType.py +20 -0
  1118. XTC/StringParameterType.py +290 -0
  1119. XTC/StringSizeType.py +12 -0
  1120. XTC/TelemetryMetaData.py +210 -0
  1121. XTC/TimeWindowRefType.py +10 -0
  1122. XTC/Unit.py +150 -0
  1123. XTC/VariableFrameStream.py +184 -0
  1124. XTC/VerifierType.py +14 -0
  1125. XTC/XTC.py +324 -0
  1126. XTC/XTCHeader.py +228 -0
  1127. XTC/__init__.py +0 -0
  1128. spacedatastandards_org-1.73.0.dist-info/METADATA +51 -0
  1129. spacedatastandards_org-1.73.0.dist-info/RECORD +1131 -0
  1130. spacedatastandards_org-1.73.0.dist-info/WHEEL +5 -0
  1131. spacedatastandards_org-1.73.0.dist-info/top_level.txt +119 -0
XTC/CustomAlgorithm.py ADDED
@@ -0,0 +1,374 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace:
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ # Custom algorithm definition
10
+ class CustomAlgorithm(object):
11
+ __slots__ = ['_tab']
12
+
13
+ @classmethod
14
+ def GetRootAs(cls, buf, offset=0):
15
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
16
+ x = CustomAlgorithm()
17
+ x.Init(buf, n + offset)
18
+ return x
19
+
20
+ @classmethod
21
+ def GetRootAsCustomAlgorithm(cls, buf, offset=0):
22
+ """This method is deprecated. Please switch to GetRootAs."""
23
+ return cls.GetRootAs(buf, offset)
24
+ @classmethod
25
+ def CustomAlgorithmBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
26
+ return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x24\x58\x54\x43", size_prefixed=size_prefixed)
27
+
28
+ # CustomAlgorithm
29
+ def Init(self, buf, pos):
30
+ self._tab = flatbuffers.table.Table(buf, pos)
31
+
32
+ # Algorithm name
33
+ # CustomAlgorithm
34
+ def NAME(self):
35
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
36
+ if o != 0:
37
+ return self._tab.String(o + self._tab.Pos)
38
+ return None
39
+
40
+ # Short description
41
+ # CustomAlgorithm
42
+ def SHORT_DESCRIPTION(self):
43
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
44
+ if o != 0:
45
+ return self._tab.String(o + self._tab.Pos)
46
+ return None
47
+
48
+ # Long description
49
+ # CustomAlgorithm
50
+ def LONG_DESCRIPTION(self):
51
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
52
+ if o != 0:
53
+ return self._tab.String(o + self._tab.Pos)
54
+ return None
55
+
56
+ # Programming language
57
+ # CustomAlgorithm
58
+ def LANGUAGE(self):
59
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
60
+ if o != 0:
61
+ return self._tab.String(o + self._tab.Pos)
62
+ return None
63
+
64
+ # Algorithm text/code
65
+ # CustomAlgorithm
66
+ def ALGORITHM_TEXT(self):
67
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(12))
68
+ if o != 0:
69
+ return self._tab.String(o + self._tab.Pos)
70
+ return None
71
+
72
+ # External algorithm reference
73
+ # CustomAlgorithm
74
+ def EXTERNAL_ALGORITHM_REF(self):
75
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(14))
76
+ if o != 0:
77
+ return self._tab.String(o + self._tab.Pos)
78
+ return None
79
+
80
+ # Input bindings
81
+ # CustomAlgorithm
82
+ def INPUTS(self, j):
83
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(16))
84
+ if o != 0:
85
+ x = self._tab.Vector(o)
86
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
87
+ x = self._tab.Indirect(x)
88
+ from AlgorithmInput import AlgorithmInput
89
+ obj = AlgorithmInput()
90
+ obj.Init(self._tab.Bytes, x)
91
+ return obj
92
+ return None
93
+
94
+ # CustomAlgorithm
95
+ def INPUTSLength(self):
96
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(16))
97
+ if o != 0:
98
+ return self._tab.VectorLen(o)
99
+ return 0
100
+
101
+ # CustomAlgorithm
102
+ def INPUTSIsNone(self):
103
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(16))
104
+ return o == 0
105
+
106
+ # Output bindings
107
+ # CustomAlgorithm
108
+ def OUTPUTS(self, j):
109
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(18))
110
+ if o != 0:
111
+ x = self._tab.Vector(o)
112
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
113
+ x = self._tab.Indirect(x)
114
+ from AlgorithmOutput import AlgorithmOutput
115
+ obj = AlgorithmOutput()
116
+ obj.Init(self._tab.Bytes, x)
117
+ return obj
118
+ return None
119
+
120
+ # CustomAlgorithm
121
+ def OUTPUTSLength(self):
122
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(18))
123
+ if o != 0:
124
+ return self._tab.VectorLen(o)
125
+ return 0
126
+
127
+ # CustomAlgorithm
128
+ def OUTPUTSIsNone(self):
129
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(18))
130
+ return o == 0
131
+
132
+ # Trigger conditions
133
+ # CustomAlgorithm
134
+ def TRIGGERS(self, j):
135
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(20))
136
+ if o != 0:
137
+ x = self._tab.Vector(o)
138
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
139
+ x = self._tab.Indirect(x)
140
+ from AlgorithmTrigger import AlgorithmTrigger
141
+ obj = AlgorithmTrigger()
142
+ obj.Init(self._tab.Bytes, x)
143
+ return obj
144
+ return None
145
+
146
+ # CustomAlgorithm
147
+ def TRIGGERSLength(self):
148
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(20))
149
+ if o != 0:
150
+ return self._tab.VectorLen(o)
151
+ return 0
152
+
153
+ # CustomAlgorithm
154
+ def TRIGGERSIsNone(self):
155
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(20))
156
+ return o == 0
157
+
158
+ def CustomAlgorithmStart(builder):
159
+ builder.StartObject(9)
160
+
161
+ def Start(builder):
162
+ CustomAlgorithmStart(builder)
163
+
164
+ def CustomAlgorithmAddNAME(builder, NAME):
165
+ builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(NAME), 0)
166
+
167
+ def AddNAME(builder, NAME):
168
+ CustomAlgorithmAddNAME(builder, NAME)
169
+
170
+ def CustomAlgorithmAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION):
171
+ builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(SHORT_DESCRIPTION), 0)
172
+
173
+ def AddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION):
174
+ CustomAlgorithmAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION)
175
+
176
+ def CustomAlgorithmAddLONG_DESCRIPTION(builder, LONG_DESCRIPTION):
177
+ builder.PrependUOffsetTRelativeSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(LONG_DESCRIPTION), 0)
178
+
179
+ def AddLONG_DESCRIPTION(builder, LONG_DESCRIPTION):
180
+ CustomAlgorithmAddLONG_DESCRIPTION(builder, LONG_DESCRIPTION)
181
+
182
+ def CustomAlgorithmAddLANGUAGE(builder, LANGUAGE):
183
+ builder.PrependUOffsetTRelativeSlot(3, flatbuffers.number_types.UOffsetTFlags.py_type(LANGUAGE), 0)
184
+
185
+ def AddLANGUAGE(builder, LANGUAGE):
186
+ CustomAlgorithmAddLANGUAGE(builder, LANGUAGE)
187
+
188
+ def CustomAlgorithmAddALGORITHM_TEXT(builder, ALGORITHM_TEXT):
189
+ builder.PrependUOffsetTRelativeSlot(4, flatbuffers.number_types.UOffsetTFlags.py_type(ALGORITHM_TEXT), 0)
190
+
191
+ def AddALGORITHM_TEXT(builder, ALGORITHM_TEXT):
192
+ CustomAlgorithmAddALGORITHM_TEXT(builder, ALGORITHM_TEXT)
193
+
194
+ def CustomAlgorithmAddEXTERNAL_ALGORITHM_REF(builder, EXTERNAL_ALGORITHM_REF):
195
+ builder.PrependUOffsetTRelativeSlot(5, flatbuffers.number_types.UOffsetTFlags.py_type(EXTERNAL_ALGORITHM_REF), 0)
196
+
197
+ def AddEXTERNAL_ALGORITHM_REF(builder, EXTERNAL_ALGORITHM_REF):
198
+ CustomAlgorithmAddEXTERNAL_ALGORITHM_REF(builder, EXTERNAL_ALGORITHM_REF)
199
+
200
+ def CustomAlgorithmAddINPUTS(builder, INPUTS):
201
+ builder.PrependUOffsetTRelativeSlot(6, flatbuffers.number_types.UOffsetTFlags.py_type(INPUTS), 0)
202
+
203
+ def AddINPUTS(builder, INPUTS):
204
+ CustomAlgorithmAddINPUTS(builder, INPUTS)
205
+
206
+ def CustomAlgorithmStartINPUTSVector(builder, numElems):
207
+ return builder.StartVector(4, numElems, 4)
208
+
209
+ def StartINPUTSVector(builder, numElems):
210
+ return CustomAlgorithmStartINPUTSVector(builder, numElems)
211
+
212
+ def CustomAlgorithmAddOUTPUTS(builder, OUTPUTS):
213
+ builder.PrependUOffsetTRelativeSlot(7, flatbuffers.number_types.UOffsetTFlags.py_type(OUTPUTS), 0)
214
+
215
+ def AddOUTPUTS(builder, OUTPUTS):
216
+ CustomAlgorithmAddOUTPUTS(builder, OUTPUTS)
217
+
218
+ def CustomAlgorithmStartOUTPUTSVector(builder, numElems):
219
+ return builder.StartVector(4, numElems, 4)
220
+
221
+ def StartOUTPUTSVector(builder, numElems):
222
+ return CustomAlgorithmStartOUTPUTSVector(builder, numElems)
223
+
224
+ def CustomAlgorithmAddTRIGGERS(builder, TRIGGERS):
225
+ builder.PrependUOffsetTRelativeSlot(8, flatbuffers.number_types.UOffsetTFlags.py_type(TRIGGERS), 0)
226
+
227
+ def AddTRIGGERS(builder, TRIGGERS):
228
+ CustomAlgorithmAddTRIGGERS(builder, TRIGGERS)
229
+
230
+ def CustomAlgorithmStartTRIGGERSVector(builder, numElems):
231
+ return builder.StartVector(4, numElems, 4)
232
+
233
+ def StartTRIGGERSVector(builder, numElems):
234
+ return CustomAlgorithmStartTRIGGERSVector(builder, numElems)
235
+
236
+ def CustomAlgorithmEnd(builder):
237
+ return builder.EndObject()
238
+
239
+ def End(builder):
240
+ return CustomAlgorithmEnd(builder)
241
+
242
+ import AlgorithmInput
243
+ import AlgorithmOutput
244
+ import AlgorithmTrigger
245
+ try:
246
+ from typing import List
247
+ except:
248
+ pass
249
+
250
+ class CustomAlgorithmT(object):
251
+
252
+ # CustomAlgorithmT
253
+ def __init__(self):
254
+ self.NAME = None # type: str
255
+ self.SHORT_DESCRIPTION = None # type: str
256
+ self.LONG_DESCRIPTION = None # type: str
257
+ self.LANGUAGE = None # type: str
258
+ self.ALGORITHM_TEXT = None # type: str
259
+ self.EXTERNAL_ALGORITHM_REF = None # type: str
260
+ self.INPUTS = None # type: List[AlgorithmInput.AlgorithmInputT]
261
+ self.OUTPUTS = None # type: List[AlgorithmOutput.AlgorithmOutputT]
262
+ self.TRIGGERS = None # type: List[AlgorithmTrigger.AlgorithmTriggerT]
263
+
264
+ @classmethod
265
+ def InitFromBuf(cls, buf, pos):
266
+ customAlgorithm = CustomAlgorithm()
267
+ customAlgorithm.Init(buf, pos)
268
+ return cls.InitFromObj(customAlgorithm)
269
+
270
+ @classmethod
271
+ def InitFromPackedBuf(cls, buf, pos=0):
272
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, pos)
273
+ return cls.InitFromBuf(buf, pos+n)
274
+
275
+ @classmethod
276
+ def InitFromObj(cls, customAlgorithm):
277
+ x = CustomAlgorithmT()
278
+ x._UnPack(customAlgorithm)
279
+ return x
280
+
281
+ # CustomAlgorithmT
282
+ def _UnPack(self, customAlgorithm):
283
+ if customAlgorithm is None:
284
+ return
285
+ self.NAME = customAlgorithm.NAME()
286
+ self.SHORT_DESCRIPTION = customAlgorithm.SHORT_DESCRIPTION()
287
+ self.LONG_DESCRIPTION = customAlgorithm.LONG_DESCRIPTION()
288
+ self.LANGUAGE = customAlgorithm.LANGUAGE()
289
+ self.ALGORITHM_TEXT = customAlgorithm.ALGORITHM_TEXT()
290
+ self.EXTERNAL_ALGORITHM_REF = customAlgorithm.EXTERNAL_ALGORITHM_REF()
291
+ if not customAlgorithm.INPUTSIsNone():
292
+ self.INPUTS = []
293
+ for i in range(customAlgorithm.INPUTSLength()):
294
+ if customAlgorithm.INPUTS(i) is None:
295
+ self.INPUTS.append(None)
296
+ else:
297
+ algorithmInput_ = AlgorithmInput.AlgorithmInputT.InitFromObj(customAlgorithm.INPUTS(i))
298
+ self.INPUTS.append(algorithmInput_)
299
+ if not customAlgorithm.OUTPUTSIsNone():
300
+ self.OUTPUTS = []
301
+ for i in range(customAlgorithm.OUTPUTSLength()):
302
+ if customAlgorithm.OUTPUTS(i) is None:
303
+ self.OUTPUTS.append(None)
304
+ else:
305
+ algorithmOutput_ = AlgorithmOutput.AlgorithmOutputT.InitFromObj(customAlgorithm.OUTPUTS(i))
306
+ self.OUTPUTS.append(algorithmOutput_)
307
+ if not customAlgorithm.TRIGGERSIsNone():
308
+ self.TRIGGERS = []
309
+ for i in range(customAlgorithm.TRIGGERSLength()):
310
+ if customAlgorithm.TRIGGERS(i) is None:
311
+ self.TRIGGERS.append(None)
312
+ else:
313
+ algorithmTrigger_ = AlgorithmTrigger.AlgorithmTriggerT.InitFromObj(customAlgorithm.TRIGGERS(i))
314
+ self.TRIGGERS.append(algorithmTrigger_)
315
+
316
+ # CustomAlgorithmT
317
+ def Pack(self, builder):
318
+ if self.NAME is not None:
319
+ NAME = builder.CreateString(self.NAME)
320
+ if self.SHORT_DESCRIPTION is not None:
321
+ SHORT_DESCRIPTION = builder.CreateString(self.SHORT_DESCRIPTION)
322
+ if self.LONG_DESCRIPTION is not None:
323
+ LONG_DESCRIPTION = builder.CreateString(self.LONG_DESCRIPTION)
324
+ if self.LANGUAGE is not None:
325
+ LANGUAGE = builder.CreateString(self.LANGUAGE)
326
+ if self.ALGORITHM_TEXT is not None:
327
+ ALGORITHM_TEXT = builder.CreateString(self.ALGORITHM_TEXT)
328
+ if self.EXTERNAL_ALGORITHM_REF is not None:
329
+ EXTERNAL_ALGORITHM_REF = builder.CreateString(self.EXTERNAL_ALGORITHM_REF)
330
+ if self.INPUTS is not None:
331
+ INPUTSlist = []
332
+ for i in range(len(self.INPUTS)):
333
+ INPUTSlist.append(self.INPUTS[i].Pack(builder))
334
+ CustomAlgorithmStartINPUTSVector(builder, len(self.INPUTS))
335
+ for i in reversed(range(len(self.INPUTS))):
336
+ builder.PrependUOffsetTRelative(INPUTSlist[i])
337
+ INPUTS = builder.EndVector()
338
+ if self.OUTPUTS is not None:
339
+ OUTPUTSlist = []
340
+ for i in range(len(self.OUTPUTS)):
341
+ OUTPUTSlist.append(self.OUTPUTS[i].Pack(builder))
342
+ CustomAlgorithmStartOUTPUTSVector(builder, len(self.OUTPUTS))
343
+ for i in reversed(range(len(self.OUTPUTS))):
344
+ builder.PrependUOffsetTRelative(OUTPUTSlist[i])
345
+ OUTPUTS = builder.EndVector()
346
+ if self.TRIGGERS is not None:
347
+ TRIGGERSlist = []
348
+ for i in range(len(self.TRIGGERS)):
349
+ TRIGGERSlist.append(self.TRIGGERS[i].Pack(builder))
350
+ CustomAlgorithmStartTRIGGERSVector(builder, len(self.TRIGGERS))
351
+ for i in reversed(range(len(self.TRIGGERS))):
352
+ builder.PrependUOffsetTRelative(TRIGGERSlist[i])
353
+ TRIGGERS = builder.EndVector()
354
+ CustomAlgorithmStart(builder)
355
+ if self.NAME is not None:
356
+ CustomAlgorithmAddNAME(builder, NAME)
357
+ if self.SHORT_DESCRIPTION is not None:
358
+ CustomAlgorithmAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION)
359
+ if self.LONG_DESCRIPTION is not None:
360
+ CustomAlgorithmAddLONG_DESCRIPTION(builder, LONG_DESCRIPTION)
361
+ if self.LANGUAGE is not None:
362
+ CustomAlgorithmAddLANGUAGE(builder, LANGUAGE)
363
+ if self.ALGORITHM_TEXT is not None:
364
+ CustomAlgorithmAddALGORITHM_TEXT(builder, ALGORITHM_TEXT)
365
+ if self.EXTERNAL_ALGORITHM_REF is not None:
366
+ CustomAlgorithmAddEXTERNAL_ALGORITHM_REF(builder, EXTERNAL_ALGORITHM_REF)
367
+ if self.INPUTS is not None:
368
+ CustomAlgorithmAddINPUTS(builder, INPUTS)
369
+ if self.OUTPUTS is not None:
370
+ CustomAlgorithmAddOUTPUTS(builder, OUTPUTS)
371
+ if self.TRIGGERS is not None:
372
+ CustomAlgorithmAddTRIGGERS(builder, TRIGGERS)
373
+ customAlgorithm = CustomAlgorithmEnd(builder)
374
+ return customAlgorithm
XTC/CustomStream.py ADDED
@@ -0,0 +1,136 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace:
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ # Custom stream
10
+ class CustomStream(object):
11
+ __slots__ = ['_tab']
12
+
13
+ @classmethod
14
+ def GetRootAs(cls, buf, offset=0):
15
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
16
+ x = CustomStream()
17
+ x.Init(buf, n + offset)
18
+ return x
19
+
20
+ @classmethod
21
+ def GetRootAsCustomStream(cls, buf, offset=0):
22
+ """This method is deprecated. Please switch to GetRootAs."""
23
+ return cls.GetRootAs(buf, offset)
24
+ @classmethod
25
+ def CustomStreamBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
26
+ return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x24\x58\x54\x43", size_prefixed=size_prefixed)
27
+
28
+ # CustomStream
29
+ def Init(self, buf, pos):
30
+ self._tab = flatbuffers.table.Table(buf, pos)
31
+
32
+ # Stream name
33
+ # CustomStream
34
+ def NAME(self):
35
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
36
+ if o != 0:
37
+ return self._tab.String(o + self._tab.Pos)
38
+ return None
39
+
40
+ # Short description
41
+ # CustomStream
42
+ def SHORT_DESCRIPTION(self):
43
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
44
+ if o != 0:
45
+ return self._tab.String(o + self._tab.Pos)
46
+ return None
47
+
48
+ # Algorithm reference for parsing
49
+ # CustomStream
50
+ def ALGORITHM_REF(self):
51
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
52
+ if o != 0:
53
+ return self._tab.String(o + self._tab.Pos)
54
+ return None
55
+
56
+ def CustomStreamStart(builder):
57
+ builder.StartObject(3)
58
+
59
+ def Start(builder):
60
+ CustomStreamStart(builder)
61
+
62
+ def CustomStreamAddNAME(builder, NAME):
63
+ builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(NAME), 0)
64
+
65
+ def AddNAME(builder, NAME):
66
+ CustomStreamAddNAME(builder, NAME)
67
+
68
+ def CustomStreamAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION):
69
+ builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(SHORT_DESCRIPTION), 0)
70
+
71
+ def AddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION):
72
+ CustomStreamAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION)
73
+
74
+ def CustomStreamAddALGORITHM_REF(builder, ALGORITHM_REF):
75
+ builder.PrependUOffsetTRelativeSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(ALGORITHM_REF), 0)
76
+
77
+ def AddALGORITHM_REF(builder, ALGORITHM_REF):
78
+ CustomStreamAddALGORITHM_REF(builder, ALGORITHM_REF)
79
+
80
+ def CustomStreamEnd(builder):
81
+ return builder.EndObject()
82
+
83
+ def End(builder):
84
+ return CustomStreamEnd(builder)
85
+
86
+
87
+ class CustomStreamT(object):
88
+
89
+ # CustomStreamT
90
+ def __init__(self):
91
+ self.NAME = None # type: str
92
+ self.SHORT_DESCRIPTION = None # type: str
93
+ self.ALGORITHM_REF = None # type: str
94
+
95
+ @classmethod
96
+ def InitFromBuf(cls, buf, pos):
97
+ customStream = CustomStream()
98
+ customStream.Init(buf, pos)
99
+ return cls.InitFromObj(customStream)
100
+
101
+ @classmethod
102
+ def InitFromPackedBuf(cls, buf, pos=0):
103
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, pos)
104
+ return cls.InitFromBuf(buf, pos+n)
105
+
106
+ @classmethod
107
+ def InitFromObj(cls, customStream):
108
+ x = CustomStreamT()
109
+ x._UnPack(customStream)
110
+ return x
111
+
112
+ # CustomStreamT
113
+ def _UnPack(self, customStream):
114
+ if customStream is None:
115
+ return
116
+ self.NAME = customStream.NAME()
117
+ self.SHORT_DESCRIPTION = customStream.SHORT_DESCRIPTION()
118
+ self.ALGORITHM_REF = customStream.ALGORITHM_REF()
119
+
120
+ # CustomStreamT
121
+ def Pack(self, builder):
122
+ if self.NAME is not None:
123
+ NAME = builder.CreateString(self.NAME)
124
+ if self.SHORT_DESCRIPTION is not None:
125
+ SHORT_DESCRIPTION = builder.CreateString(self.SHORT_DESCRIPTION)
126
+ if self.ALGORITHM_REF is not None:
127
+ ALGORITHM_REF = builder.CreateString(self.ALGORITHM_REF)
128
+ CustomStreamStart(builder)
129
+ if self.NAME is not None:
130
+ CustomStreamAddNAME(builder, NAME)
131
+ if self.SHORT_DESCRIPTION is not None:
132
+ CustomStreamAddSHORT_DESCRIPTION(builder, SHORT_DESCRIPTION)
133
+ if self.ALGORITHM_REF is not None:
134
+ CustomStreamAddALGORITHM_REF(builder, ALGORITHM_REF)
135
+ customStream = CustomStreamEnd(builder)
136
+ return customStream
XTC/DataSourceType.py ADDED
@@ -0,0 +1,16 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace:
4
+
5
+ # Data source types for telemetry parameters
6
+ class DataSourceType(object):
7
+ # Data received from spacecraft telemetry
8
+ TELEMETERED = 0
9
+ # Computed from other parameters
10
+ DERIVED = 1
11
+ # Fixed constant value
12
+ CONSTANT = 2
13
+ # Local ground system value
14
+ LOCAL = 3
15
+ # Ground-generated data
16
+ GROUND = 4
XTC/DefaultAlarm.py ADDED
@@ -0,0 +1,181 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace:
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ # Default alarm definition
10
+ class DefaultAlarm(object):
11
+ __slots__ = ['_tab']
12
+
13
+ @classmethod
14
+ def GetRootAs(cls, buf, offset=0):
15
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
16
+ x = DefaultAlarm()
17
+ x.Init(buf, n + offset)
18
+ return x
19
+
20
+ @classmethod
21
+ def GetRootAsDefaultAlarm(cls, buf, offset=0):
22
+ """This method is deprecated. Please switch to GetRootAs."""
23
+ return cls.GetRootAs(buf, offset)
24
+ @classmethod
25
+ def DefaultAlarmBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
26
+ return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x24\x58\x54\x43", size_prefixed=size_prefixed)
27
+
28
+ # DefaultAlarm
29
+ def Init(self, buf, pos):
30
+ self._tab = flatbuffers.table.Table(buf, pos)
31
+
32
+ # Minimum violations before alarm triggers
33
+ # DefaultAlarm
34
+ def MIN_VIOLATIONS(self):
35
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
36
+ if o != 0:
37
+ return self._tab.Get(flatbuffers.number_types.Uint16Flags, o + self._tab.Pos)
38
+ return 0
39
+
40
+ # Static numeric alarm ranges
41
+ # DefaultAlarm
42
+ def STATIC_ALARM_RANGES(self):
43
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
44
+ if o != 0:
45
+ x = self._tab.Indirect(o + self._tab.Pos)
46
+ from StaticAlarmRanges import StaticAlarmRanges
47
+ obj = StaticAlarmRanges()
48
+ obj.Init(self._tab.Bytes, x)
49
+ return obj
50
+ return None
51
+
52
+ # Enumeration alarms for enumerated types
53
+ # DefaultAlarm
54
+ def ENUMERATION_ALARMS(self, j):
55
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
56
+ if o != 0:
57
+ x = self._tab.Vector(o)
58
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
59
+ x = self._tab.Indirect(x)
60
+ from EnumerationAlarm import EnumerationAlarm
61
+ obj = EnumerationAlarm()
62
+ obj.Init(self._tab.Bytes, x)
63
+ return obj
64
+ return None
65
+
66
+ # DefaultAlarm
67
+ def ENUMERATION_ALARMSLength(self):
68
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
69
+ if o != 0:
70
+ return self._tab.VectorLen(o)
71
+ return 0
72
+
73
+ # DefaultAlarm
74
+ def ENUMERATION_ALARMSIsNone(self):
75
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
76
+ return o == 0
77
+
78
+ def DefaultAlarmStart(builder):
79
+ builder.StartObject(3)
80
+
81
+ def Start(builder):
82
+ DefaultAlarmStart(builder)
83
+
84
+ def DefaultAlarmAddMIN_VIOLATIONS(builder, MIN_VIOLATIONS):
85
+ builder.PrependUint16Slot(0, MIN_VIOLATIONS, 0)
86
+
87
+ def AddMIN_VIOLATIONS(builder, MIN_VIOLATIONS):
88
+ DefaultAlarmAddMIN_VIOLATIONS(builder, MIN_VIOLATIONS)
89
+
90
+ def DefaultAlarmAddSTATIC_ALARM_RANGES(builder, STATIC_ALARM_RANGES):
91
+ builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(STATIC_ALARM_RANGES), 0)
92
+
93
+ def AddSTATIC_ALARM_RANGES(builder, STATIC_ALARM_RANGES):
94
+ DefaultAlarmAddSTATIC_ALARM_RANGES(builder, STATIC_ALARM_RANGES)
95
+
96
+ def DefaultAlarmAddENUMERATION_ALARMS(builder, ENUMERATION_ALARMS):
97
+ builder.PrependUOffsetTRelativeSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(ENUMERATION_ALARMS), 0)
98
+
99
+ def AddENUMERATION_ALARMS(builder, ENUMERATION_ALARMS):
100
+ DefaultAlarmAddENUMERATION_ALARMS(builder, ENUMERATION_ALARMS)
101
+
102
+ def DefaultAlarmStartENUMERATION_ALARMSVector(builder, numElems):
103
+ return builder.StartVector(4, numElems, 4)
104
+
105
+ def StartENUMERATION_ALARMSVector(builder, numElems):
106
+ return DefaultAlarmStartENUMERATION_ALARMSVector(builder, numElems)
107
+
108
+ def DefaultAlarmEnd(builder):
109
+ return builder.EndObject()
110
+
111
+ def End(builder):
112
+ return DefaultAlarmEnd(builder)
113
+
114
+ import EnumerationAlarm
115
+ import StaticAlarmRanges
116
+ try:
117
+ from typing import List, Optional
118
+ except:
119
+ pass
120
+
121
+ class DefaultAlarmT(object):
122
+
123
+ # DefaultAlarmT
124
+ def __init__(self):
125
+ self.MIN_VIOLATIONS = 0 # type: int
126
+ self.STATIC_ALARM_RANGES = None # type: Optional[StaticAlarmRanges.StaticAlarmRangesT]
127
+ self.ENUMERATION_ALARMS = None # type: List[EnumerationAlarm.EnumerationAlarmT]
128
+
129
+ @classmethod
130
+ def InitFromBuf(cls, buf, pos):
131
+ defaultAlarm = DefaultAlarm()
132
+ defaultAlarm.Init(buf, pos)
133
+ return cls.InitFromObj(defaultAlarm)
134
+
135
+ @classmethod
136
+ def InitFromPackedBuf(cls, buf, pos=0):
137
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, pos)
138
+ return cls.InitFromBuf(buf, pos+n)
139
+
140
+ @classmethod
141
+ def InitFromObj(cls, defaultAlarm):
142
+ x = DefaultAlarmT()
143
+ x._UnPack(defaultAlarm)
144
+ return x
145
+
146
+ # DefaultAlarmT
147
+ def _UnPack(self, defaultAlarm):
148
+ if defaultAlarm is None:
149
+ return
150
+ self.MIN_VIOLATIONS = defaultAlarm.MIN_VIOLATIONS()
151
+ if defaultAlarm.STATIC_ALARM_RANGES() is not None:
152
+ self.STATIC_ALARM_RANGES = StaticAlarmRanges.StaticAlarmRangesT.InitFromObj(defaultAlarm.STATIC_ALARM_RANGES())
153
+ if not defaultAlarm.ENUMERATION_ALARMSIsNone():
154
+ self.ENUMERATION_ALARMS = []
155
+ for i in range(defaultAlarm.ENUMERATION_ALARMSLength()):
156
+ if defaultAlarm.ENUMERATION_ALARMS(i) is None:
157
+ self.ENUMERATION_ALARMS.append(None)
158
+ else:
159
+ enumerationAlarm_ = EnumerationAlarm.EnumerationAlarmT.InitFromObj(defaultAlarm.ENUMERATION_ALARMS(i))
160
+ self.ENUMERATION_ALARMS.append(enumerationAlarm_)
161
+
162
+ # DefaultAlarmT
163
+ def Pack(self, builder):
164
+ if self.STATIC_ALARM_RANGES is not None:
165
+ STATIC_ALARM_RANGES = self.STATIC_ALARM_RANGES.Pack(builder)
166
+ if self.ENUMERATION_ALARMS is not None:
167
+ ENUMERATION_ALARMSlist = []
168
+ for i in range(len(self.ENUMERATION_ALARMS)):
169
+ ENUMERATION_ALARMSlist.append(self.ENUMERATION_ALARMS[i].Pack(builder))
170
+ DefaultAlarmStartENUMERATION_ALARMSVector(builder, len(self.ENUMERATION_ALARMS))
171
+ for i in reversed(range(len(self.ENUMERATION_ALARMS))):
172
+ builder.PrependUOffsetTRelative(ENUMERATION_ALARMSlist[i])
173
+ ENUMERATION_ALARMS = builder.EndVector()
174
+ DefaultAlarmStart(builder)
175
+ DefaultAlarmAddMIN_VIOLATIONS(builder, self.MIN_VIOLATIONS)
176
+ if self.STATIC_ALARM_RANGES is not None:
177
+ DefaultAlarmAddSTATIC_ALARM_RANGES(builder, STATIC_ALARM_RANGES)
178
+ if self.ENUMERATION_ALARMS is not None:
179
+ DefaultAlarmAddENUMERATION_ALARMS(builder, ENUMERATION_ALARMS)
180
+ defaultAlarm = DefaultAlarmEnd(builder)
181
+ return defaultAlarm