udl-sdk 0.1.0a9__py3-none-any.whl → 0.1.0a11__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 (413) hide show
  1. {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/METADATA +39 -46
  2. {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/RECORD +413 -263
  3. unifieddatalibrary/__init__.py +2 -1
  4. unifieddatalibrary/_base_client.py +44 -2
  5. unifieddatalibrary/_client.py +6 -2
  6. unifieddatalibrary/_models.py +2 -0
  7. unifieddatalibrary/_types.py +2 -0
  8. unifieddatalibrary/_version.py +1 -1
  9. unifieddatalibrary/resources/air_events.py +5 -6
  10. unifieddatalibrary/resources/air_load_plans.py +5 -6
  11. unifieddatalibrary/resources/air_operations/air_tasking_orders.py +5 -6
  12. unifieddatalibrary/resources/air_transport_missions/air_transport_missions.py +5 -6
  13. unifieddatalibrary/resources/aircraft.py +5 -6
  14. unifieddatalibrary/resources/aircraft_sorties.py +5 -6
  15. unifieddatalibrary/resources/aircraft_status_remarks.py +5 -6
  16. unifieddatalibrary/resources/aircraft_statuses/aircraft_statuses.py +5 -6
  17. unifieddatalibrary/resources/airfield_slot_consumptions.py +5 -6
  18. unifieddatalibrary/resources/airfield_slots.py +5 -6
  19. unifieddatalibrary/resources/airfield_status/airfield_status.py +5 -6
  20. unifieddatalibrary/resources/airfields.py +5 -6
  21. unifieddatalibrary/resources/airspace_control_orders.py +5 -6
  22. unifieddatalibrary/resources/ais/ais.py +5 -6
  23. unifieddatalibrary/resources/analytic_imagery.py +5 -6
  24. unifieddatalibrary/resources/antennas.py +5 -6
  25. unifieddatalibrary/resources/attitude_data.py +6 -7
  26. unifieddatalibrary/resources/attitude_sets/attitude_sets.py +5 -6
  27. unifieddatalibrary/resources/aviation_risk_management.py +5 -6
  28. unifieddatalibrary/resources/batteries.py +5 -6
  29. unifieddatalibrary/resources/beam.py +5 -6
  30. unifieddatalibrary/resources/beam_contours.py +5 -6
  31. unifieddatalibrary/resources/buses.py +5 -6
  32. unifieddatalibrary/resources/channels.py +5 -6
  33. unifieddatalibrary/resources/collect_requests/collect_requests.py +5 -6
  34. unifieddatalibrary/resources/collect_responses/collect_responses.py +5 -6
  35. unifieddatalibrary/resources/comm.py +5 -6
  36. unifieddatalibrary/resources/conjunctions/conjunctions.py +5 -6
  37. unifieddatalibrary/resources/countries.py +5 -6
  38. unifieddatalibrary/resources/crew.py +5 -6
  39. unifieddatalibrary/resources/diff_of_arrival/diff_of_arrival.py +5 -6
  40. unifieddatalibrary/resources/diplomatic_clearance/country.py +21 -22
  41. unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +5 -6
  42. unifieddatalibrary/resources/drift_history.py +6 -7
  43. unifieddatalibrary/resources/dropzone.py +5 -6
  44. unifieddatalibrary/resources/effect_requests/effect_requests.py +5 -6
  45. unifieddatalibrary/resources/effect_responses/effect_responses.py +5 -6
  46. unifieddatalibrary/resources/elsets/elsets.py +10 -12
  47. unifieddatalibrary/resources/emitter_geolocation.py +5 -6
  48. unifieddatalibrary/resources/engines.py +5 -6
  49. unifieddatalibrary/resources/entities.py +13 -10
  50. unifieddatalibrary/resources/eop/eop.py +5 -6
  51. unifieddatalibrary/resources/ephemeris/ephemeris.py +7 -8
  52. unifieddatalibrary/resources/ephemeris_sets/ephemeris_sets.py +7 -8
  53. unifieddatalibrary/resources/equipment.py +5 -6
  54. unifieddatalibrary/resources/equipment_remarks.py +5 -6
  55. unifieddatalibrary/resources/evac/evac.py +5 -6
  56. unifieddatalibrary/resources/event_evolution/event_evolution.py +5 -6
  57. unifieddatalibrary/resources/feature_assessment/feature_assessment.py +5 -6
  58. unifieddatalibrary/resources/flightplan.py +5 -6
  59. unifieddatalibrary/resources/geo_status/geo_status.py +5 -6
  60. unifieddatalibrary/resources/global_atmospheric_model/global_atmospheric_model.py +7 -8
  61. unifieddatalibrary/resources/gnss_observationset/gnss_observationset.py +5 -6
  62. unifieddatalibrary/resources/gnss_rawif.py +5 -6
  63. unifieddatalibrary/resources/ground_imagery/ground_imagery.py +5 -6
  64. unifieddatalibrary/resources/h3_geo/h3_geo.py +5 -6
  65. unifieddatalibrary/resources/h3_geo_hex_cell.py +6 -7
  66. unifieddatalibrary/resources/hazard/hazard.py +5 -6
  67. unifieddatalibrary/resources/ion_oobservation.py +5 -6
  68. unifieddatalibrary/resources/ir.py +5 -6
  69. unifieddatalibrary/resources/isr_collections/isr_collections.py +5 -6
  70. unifieddatalibrary/resources/item.py +5 -6
  71. unifieddatalibrary/resources/item_trackings/item_trackings.py +5 -6
  72. unifieddatalibrary/resources/launch_detection.py +5 -6
  73. unifieddatalibrary/resources/launch_event/launch_event.py +5 -6
  74. unifieddatalibrary/resources/launch_site.py +5 -6
  75. unifieddatalibrary/resources/launch_vehicle.py +5 -6
  76. unifieddatalibrary/resources/link_status/datalink.py +5 -6
  77. unifieddatalibrary/resources/link_status/link_status.py +5 -6
  78. unifieddatalibrary/resources/location.py +5 -6
  79. unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -6
  80. unifieddatalibrary/resources/maneuvers/maneuvers.py +5 -6
  81. unifieddatalibrary/resources/manifold.py +5 -6
  82. unifieddatalibrary/resources/manifoldelset.py +5 -6
  83. unifieddatalibrary/resources/missile_tracks/missile_tracks.py +5 -6
  84. unifieddatalibrary/resources/mission_assignment/mission_assignment.py +5 -6
  85. unifieddatalibrary/resources/mti/mti.py +5 -6
  86. unifieddatalibrary/resources/navigation.py +5 -6
  87. unifieddatalibrary/resources/navigational_obstruction.py +5 -6
  88. unifieddatalibrary/resources/notification/notification.py +5 -6
  89. unifieddatalibrary/resources/object_of_interest.py +5 -6
  90. unifieddatalibrary/resources/observations/ecpsdr.py +5 -6
  91. unifieddatalibrary/resources/observations/eo_observations/eo_observations.py +5 -6
  92. unifieddatalibrary/resources/observations/monoradar/monoradar.py +5 -6
  93. unifieddatalibrary/resources/observations/passive_radar_observation/passive_radar_observation.py +5 -6
  94. unifieddatalibrary/resources/observations/radarobservation/radarobservation.py +5 -6
  95. unifieddatalibrary/resources/observations/rf_observation/rf_observation.py +5 -6
  96. unifieddatalibrary/resources/onboardnavigation/onboardnavigation.py +5 -6
  97. unifieddatalibrary/resources/onorbit/onorbit.py +5 -6
  98. unifieddatalibrary/resources/onorbitevent.py +5 -6
  99. unifieddatalibrary/resources/onorbitlist.py +5 -6
  100. unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +5 -6
  101. unifieddatalibrary/resources/operatingunit.py +5 -6
  102. unifieddatalibrary/resources/operatingunitremark.py +5 -6
  103. unifieddatalibrary/resources/orbitdetermination/orbitdetermination.py +5 -6
  104. unifieddatalibrary/resources/orbittrack/orbittrack.py +5 -6
  105. unifieddatalibrary/resources/organization.py +5 -6
  106. unifieddatalibrary/resources/personnelrecovery/personnelrecovery.py +5 -6
  107. unifieddatalibrary/resources/poi.py +5 -6
  108. unifieddatalibrary/resources/port.py +5 -6
  109. unifieddatalibrary/resources/rf_band.py +5 -6
  110. unifieddatalibrary/resources/rf_band_type.py +5 -6
  111. unifieddatalibrary/resources/rf_emitter.py +5 -6
  112. unifieddatalibrary/resources/rf_emitter_details.py +5 -6
  113. unifieddatalibrary/resources/route_stats.py +5 -6
  114. unifieddatalibrary/resources/sar_observation/sar_observation.py +5 -6
  115. unifieddatalibrary/resources/scientific.py +5 -6
  116. unifieddatalibrary/resources/scs/folders.py +8 -0
  117. unifieddatalibrary/resources/scs/paths.py +16 -0
  118. unifieddatalibrary/resources/scs/scs.py +16 -0
  119. unifieddatalibrary/resources/scs/v2.py +64 -4
  120. unifieddatalibrary/resources/sensor/calibration/calibration.py +117 -112
  121. unifieddatalibrary/resources/sensor/sensor.py +5 -6
  122. unifieddatalibrary/resources/sensor_maintenance/sensor_maintenance.py +5 -6
  123. unifieddatalibrary/resources/sensor_observation_type.py +6 -7
  124. unifieddatalibrary/resources/sensor_plan/sensor_plan.py +5 -6
  125. unifieddatalibrary/resources/sensor_type.py +6 -7
  126. unifieddatalibrary/resources/sera_data_comm_details.py +5 -6
  127. unifieddatalibrary/resources/sera_data_early_warning.py +5 -6
  128. unifieddatalibrary/resources/sera_data_navigation.py +5 -6
  129. unifieddatalibrary/resources/seradata_optical_payload.py +5 -6
  130. unifieddatalibrary/resources/seradata_radar_payload.py +5 -6
  131. unifieddatalibrary/resources/seradata_sigint_payload.py +5 -6
  132. unifieddatalibrary/resources/seradata_spacecraft_details.py +5 -6
  133. unifieddatalibrary/resources/sgi/sgi.py +5 -6
  134. unifieddatalibrary/resources/sigact/sigact.py +5 -6
  135. unifieddatalibrary/resources/site/operations.py +5 -6
  136. unifieddatalibrary/resources/site/site.py +5 -6
  137. unifieddatalibrary/resources/site_remark.py +5 -6
  138. unifieddatalibrary/resources/site_status/site_status.py +5 -6
  139. unifieddatalibrary/resources/sky_imagery/sky_imagery.py +5 -6
  140. unifieddatalibrary/resources/soi_observation_set/soi_observation_set.py +5 -6
  141. unifieddatalibrary/resources/solar_array.py +5 -6
  142. unifieddatalibrary/resources/sortie_ppr/sortie_ppr.py +5 -6
  143. unifieddatalibrary/resources/space_env_observation/space_env_observation.py +5 -6
  144. unifieddatalibrary/resources/stage.py +5 -6
  145. unifieddatalibrary/resources/star_catalog/star_catalog.py +5 -6
  146. unifieddatalibrary/resources/state_vector/state_vector.py +7 -8
  147. unifieddatalibrary/resources/status.py +5 -6
  148. unifieddatalibrary/resources/substatus.py +5 -6
  149. unifieddatalibrary/resources/supporting_data/query_help.py +6 -7
  150. unifieddatalibrary/resources/surface.py +5 -6
  151. unifieddatalibrary/resources/surface_obstruction.py +5 -6
  152. unifieddatalibrary/resources/swir/swir.py +5 -6
  153. unifieddatalibrary/resources/tai_utc/tai_utc.py +5 -6
  154. unifieddatalibrary/resources/track/track.py +5 -6
  155. unifieddatalibrary/resources/track_details/track_details.py +5 -6
  156. unifieddatalibrary/resources/track_route/track_route.py +5 -6
  157. unifieddatalibrary/resources/transponder.py +5 -6
  158. unifieddatalibrary/resources/vessel.py +5 -6
  159. unifieddatalibrary/resources/video/video.py +5 -6
  160. unifieddatalibrary/resources/weather_data/weather_data.py +5 -6
  161. unifieddatalibrary/resources/weather_report/weather_report.py +5 -6
  162. unifieddatalibrary/types/__init__.py +200 -0
  163. unifieddatalibrary/types/ai_queryhelp_response.py +63 -0
  164. unifieddatalibrary/types/air_event_queryhelp_response.py +63 -0
  165. unifieddatalibrary/types/air_load_plan_queryhelp_response.py +63 -0
  166. unifieddatalibrary/types/air_operations/__init__.py +1 -0
  167. unifieddatalibrary/types/air_operations/air_tasking_order_query_help_response.py +63 -0
  168. unifieddatalibrary/types/air_operations/diplomatic_clearance_unvalidated_publish_params.py +4 -4
  169. unifieddatalibrary/types/air_operations/diplomaticclearance_abridged.py +4 -4
  170. unifieddatalibrary/types/air_operations/diplomaticclearance_full.py +4 -4
  171. unifieddatalibrary/types/air_transport_mission_queryhelp_response.py +63 -0
  172. unifieddatalibrary/types/aircraft_queryhelp_response.py +63 -0
  173. unifieddatalibrary/types/aircraft_sorty_queryhelp_response.py +63 -0
  174. unifieddatalibrary/types/aircraft_status_queryhelp_response.py +63 -0
  175. unifieddatalibrary/types/aircraft_status_remark_queryhelp_response.py +63 -0
  176. unifieddatalibrary/types/airfield_queryhelp_response.py +63 -0
  177. unifieddatalibrary/types/airfield_slot_consumption_queryhelp_response.py +63 -0
  178. unifieddatalibrary/types/airfield_slot_queryhelp_response.py +63 -0
  179. unifieddatalibrary/types/airfield_status_queryhelp_response.py +63 -0
  180. unifieddatalibrary/types/airspace_control_order_query_help_response.py +63 -0
  181. unifieddatalibrary/types/analytic_imagery_full.py +272 -1
  182. unifieddatalibrary/types/analytic_imagery_history_response.py +2 -2
  183. unifieddatalibrary/types/analytic_imagery_queryhelp_response.py +63 -0
  184. unifieddatalibrary/types/analytic_imagery_tuple_response.py +2 -2
  185. unifieddatalibrary/types/antenna_queryhelp_response.py +63 -0
  186. unifieddatalibrary/types/attitude_data_query_help_response.py +63 -0
  187. unifieddatalibrary/types/attitude_set_query_help_response.py +63 -0
  188. unifieddatalibrary/types/aviation_risk_management_query_help_response.py +63 -0
  189. unifieddatalibrary/types/battery_queryhelp_response.py +63 -0
  190. unifieddatalibrary/types/beam_contour_query_help_response.py +63 -0
  191. unifieddatalibrary/types/beam_query_help_response.py +63 -0
  192. unifieddatalibrary/types/bus_query_help_response.py +63 -0
  193. unifieddatalibrary/types/channel_queryhelp_response.py +63 -0
  194. unifieddatalibrary/types/collect_request_abridged.py +3 -1
  195. unifieddatalibrary/types/collect_request_create_bulk_params.py +3 -1
  196. unifieddatalibrary/types/collect_request_create_params.py +3 -1
  197. unifieddatalibrary/types/collect_request_query_help_response.py +63 -0
  198. unifieddatalibrary/types/collect_request_unvalidated_publish_params.py +3 -1
  199. unifieddatalibrary/types/collect_response_query_help_response.py +63 -0
  200. unifieddatalibrary/types/comm_queryhelp_response.py +63 -0
  201. unifieddatalibrary/types/conjunction_abridged.py +6 -2
  202. unifieddatalibrary/types/conjunction_create_bulk_params.py +6 -2
  203. unifieddatalibrary/types/conjunction_create_udl_params.py +6 -2
  204. unifieddatalibrary/types/conjunction_full.py +6 -2
  205. unifieddatalibrary/types/conjunction_queryhelp_response.py +63 -0
  206. unifieddatalibrary/types/conjunction_unvalidated_publish_params.py +6 -2
  207. unifieddatalibrary/types/country_queryhelp_response.py +63 -0
  208. unifieddatalibrary/types/crew_queryhelp_response.py +63 -0
  209. unifieddatalibrary/types/diff_of_arrival_queryhelp_response.py +63 -0
  210. unifieddatalibrary/types/diplomatic_clearance/__init__.py +1 -0
  211. unifieddatalibrary/types/diplomatic_clearance/country_create_bulk_params.py +4 -4
  212. unifieddatalibrary/types/diplomatic_clearance/country_create_params.py +4 -4
  213. unifieddatalibrary/types/diplomatic_clearance/country_list_response.py +4 -4
  214. unifieddatalibrary/types/diplomatic_clearance/country_query_help_response.py +63 -0
  215. unifieddatalibrary/types/diplomatic_clearance/country_retrieve_response.py +4 -4
  216. unifieddatalibrary/types/diplomatic_clearance/country_tuple_response.py +4 -4
  217. unifieddatalibrary/types/diplomatic_clearance/country_unvalidated_publish_params.py +4 -4
  218. unifieddatalibrary/types/diplomatic_clearance/country_update_params.py +4 -4
  219. unifieddatalibrary/types/diplomatic_clearance_create_bulk_params.py +4 -4
  220. unifieddatalibrary/types/diplomatic_clearance_create_params.py +4 -4
  221. unifieddatalibrary/types/diplomatic_clearance_queryhelp_response.py +63 -0
  222. unifieddatalibrary/types/diplomatic_clearance_update_params.py +4 -4
  223. unifieddatalibrary/types/drift_history_queryhelp_response.py +63 -0
  224. unifieddatalibrary/types/dropzone_query_help_response.py +63 -0
  225. unifieddatalibrary/types/effect_request_query_help_response.py +63 -0
  226. unifieddatalibrary/types/effect_response_query_help_response.py +63 -0
  227. unifieddatalibrary/types/elset_query_current_elset_help_response.py +63 -0
  228. unifieddatalibrary/types/elset_queryhelp_response.py +63 -0
  229. unifieddatalibrary/types/emitter_geolocation_query_help_response.py +63 -0
  230. unifieddatalibrary/types/engine_queryhelp_response.py +63 -0
  231. unifieddatalibrary/types/entity_abridged.py +13 -2
  232. unifieddatalibrary/types/entity_create_params.py +2 -1
  233. unifieddatalibrary/types/entity_full.py +13 -2
  234. unifieddatalibrary/types/entity_get_all_types_response.py +4 -3875
  235. unifieddatalibrary/types/entity_ingest_param.py +2 -1
  236. unifieddatalibrary/types/entity_query_help_response.py +63 -0
  237. unifieddatalibrary/types/entity_update_params.py +2 -1
  238. unifieddatalibrary/types/eop_queryhelp_response.py +63 -0
  239. unifieddatalibrary/types/ephemeris_queryhelp_response.py +63 -0
  240. unifieddatalibrary/types/ephemeris_set.py +3 -1
  241. unifieddatalibrary/types/ephemeris_set_abridged.py +3 -1
  242. unifieddatalibrary/types/ephemeris_set_create_params.py +3 -1
  243. unifieddatalibrary/types/ephemeris_set_queryhelp_response.py +63 -0
  244. unifieddatalibrary/types/ephemeris_unvalidated_publish_params.py +3 -1
  245. unifieddatalibrary/types/equipment_query_help_response.py +63 -0
  246. unifieddatalibrary/types/equipment_remark_query_help_response.py +63 -0
  247. unifieddatalibrary/types/evac_query_help_response.py +63 -0
  248. unifieddatalibrary/types/event_evolution_queryhelp_response.py +63 -0
  249. unifieddatalibrary/types/feature_assessment_query_help_response.py +63 -0
  250. unifieddatalibrary/types/flightplan_queryhelp_response.py +63 -0
  251. unifieddatalibrary/types/geo_status_queryhelp_response.py +63 -0
  252. unifieddatalibrary/types/global_atmospheric_model_query_help_response.py +63 -0
  253. unifieddatalibrary/types/gnss_observationset_queryhelp_response.py +63 -0
  254. unifieddatalibrary/types/gnss_rawif_queryhelp_response.py +63 -0
  255. unifieddatalibrary/types/ground_imagery_queryhelp_response.py +63 -0
  256. unifieddatalibrary/types/h3_geo_hex_cell_queryhelp_response.py +63 -0
  257. unifieddatalibrary/types/h3_geo_queryhelp_response.py +63 -0
  258. unifieddatalibrary/types/hazard_queryhelp_response.py +63 -0
  259. unifieddatalibrary/types/ion_oobservation_queryhelp_response.py +63 -0
  260. unifieddatalibrary/types/ir_queryhelp_response.py +63 -0
  261. unifieddatalibrary/types/isr_collection_queryhelp_response.py +63 -0
  262. unifieddatalibrary/types/item_queryhelp_response.py +63 -0
  263. unifieddatalibrary/types/item_tracking_queryhelp_response.py +63 -0
  264. unifieddatalibrary/types/launch_detection_queryhelp_response.py +63 -0
  265. unifieddatalibrary/types/launch_event_queryhelp_response.py +63 -0
  266. unifieddatalibrary/types/launch_site_queryhelp_response.py +63 -0
  267. unifieddatalibrary/types/launch_vehicle_queryhelp_response.py +63 -0
  268. unifieddatalibrary/types/link_status/__init__.py +1 -0
  269. unifieddatalibrary/types/link_status/datalink_queryhelp_response.py +63 -0
  270. unifieddatalibrary/types/link_status_queryhelp_response.py +63 -0
  271. unifieddatalibrary/types/location_queryhelp_response.py +63 -0
  272. unifieddatalibrary/types/logistics_support_queryhelp_response.py +63 -0
  273. unifieddatalibrary/types/maneuver_create_bulk_params.py +6 -2
  274. unifieddatalibrary/types/maneuver_create_params.py +6 -2
  275. unifieddatalibrary/types/maneuver_get_response.py +6 -2
  276. unifieddatalibrary/types/maneuver_list_response.py +6 -2
  277. unifieddatalibrary/types/maneuver_queryhelp_response.py +63 -0
  278. unifieddatalibrary/types/maneuver_tuple_response.py +6 -2
  279. unifieddatalibrary/types/maneuver_unvalidated_publish_params.py +6 -2
  280. unifieddatalibrary/types/maneuvers/history_list_response.py +6 -2
  281. unifieddatalibrary/types/manifold_queryhelp_response.py +63 -0
  282. unifieddatalibrary/types/manifoldelset_queryhelp_response.py +63 -0
  283. unifieddatalibrary/types/missile_track_create_bulk_params.py +6 -4
  284. unifieddatalibrary/types/missile_track_list_response.py +6 -4
  285. unifieddatalibrary/types/missile_track_queryhelp_response.py +63 -0
  286. unifieddatalibrary/types/missile_track_tuple_response.py +6 -4
  287. unifieddatalibrary/types/missile_track_unvalidated_publish_params.py +6 -4
  288. unifieddatalibrary/types/missile_tracks/history_query_response.py +6 -4
  289. unifieddatalibrary/types/mission_assignment_queryhelp_response.py +63 -0
  290. unifieddatalibrary/types/mti_queryhelp_response.py +63 -0
  291. unifieddatalibrary/types/navigation_queryhelp_response.py +63 -0
  292. unifieddatalibrary/types/navigational_obstruction_queryhelp_response.py +63 -0
  293. unifieddatalibrary/types/notification_queryhelp_response.py +63 -0
  294. unifieddatalibrary/types/object_of_interest_queryhelp_response.py +63 -0
  295. unifieddatalibrary/types/observations/__init__.py +8 -0
  296. unifieddatalibrary/types/observations/ecpsdr_query_help_response.py +63 -0
  297. unifieddatalibrary/types/observations/eo_observation_queryhelp_response.py +63 -0
  298. unifieddatalibrary/types/observations/monoradar_queryhelp_response.py +63 -0
  299. unifieddatalibrary/types/observations/passive_radar_observation_queryhelp_response.py +63 -0
  300. unifieddatalibrary/types/observations/radarobservation_queryhelp_response.py +63 -0
  301. unifieddatalibrary/types/observations/rf_observation_queryhelp_response.py +63 -0
  302. unifieddatalibrary/types/onboardnavigation_queryhelp_response.py +63 -0
  303. unifieddatalibrary/types/onorbit_queryhelp_response.py +63 -0
  304. unifieddatalibrary/types/onorbitevent_queryhelp_response.py +63 -0
  305. unifieddatalibrary/types/onorbitlist_queryhelp_response.py +63 -0
  306. unifieddatalibrary/types/onorbitthrusterstatus_queryhelp_response.py +63 -0
  307. unifieddatalibrary/types/operatingunit_queryhelp_response.py +63 -0
  308. unifieddatalibrary/types/operatingunitremark_queryhelp_response.py +63 -0
  309. unifieddatalibrary/types/orbitdetermination/history_list_response.py +3 -1
  310. unifieddatalibrary/types/orbitdetermination_create_bulk_params.py +3 -1
  311. unifieddatalibrary/types/orbitdetermination_create_params.py +3 -1
  312. unifieddatalibrary/types/orbitdetermination_get_response.py +3 -1
  313. unifieddatalibrary/types/orbitdetermination_list_response.py +3 -1
  314. unifieddatalibrary/types/orbitdetermination_queryhelp_response.py +63 -0
  315. unifieddatalibrary/types/orbitdetermination_tuple_response.py +3 -1
  316. unifieddatalibrary/types/orbitdetermination_unvalidated_publish_params.py +3 -1
  317. unifieddatalibrary/types/orbittrack_queryhelp_response.py +63 -0
  318. unifieddatalibrary/types/organization_queryhelp_response.py +63 -0
  319. unifieddatalibrary/types/personnelrecovery_queryhelp_response.py +63 -0
  320. unifieddatalibrary/types/poi_queryhelp_response.py +63 -0
  321. unifieddatalibrary/types/port_queryhelp_response.py +63 -0
  322. unifieddatalibrary/types/rf_band_queryhelp_response.py +63 -0
  323. unifieddatalibrary/types/rf_band_type_queryhelp_response.py +63 -0
  324. unifieddatalibrary/types/rf_emitter_detail_queryhelp_response.py +63 -0
  325. unifieddatalibrary/types/rf_emitter_queryhelp_response.py +63 -0
  326. unifieddatalibrary/types/route_stat_query_help_response.py +63 -0
  327. unifieddatalibrary/types/sar_observation_queryhelp_response.py +63 -0
  328. unifieddatalibrary/types/sc_file_upload_params.py +6 -0
  329. unifieddatalibrary/types/scientific_queryhelp_response.py +63 -0
  330. unifieddatalibrary/types/scs/folder_create_params.py +3 -0
  331. unifieddatalibrary/types/scs/folder_update_params.py +2 -0
  332. unifieddatalibrary/types/scs/path_create_params.py +6 -0
  333. unifieddatalibrary/types/scs/scs_entity.py +2 -0
  334. unifieddatalibrary/types/scs/v2_file_upload_params.py +6 -0
  335. unifieddatalibrary/types/scs/v2_folder_create_params.py +5 -0
  336. unifieddatalibrary/types/scs/v2_update_params.py +5 -0
  337. unifieddatalibrary/types/sensor/__init__.py +1 -0
  338. unifieddatalibrary/types/sensor/calibration/history_query_response.py +64 -53
  339. unifieddatalibrary/types/sensor/calibration_create_bulk_params.py +64 -53
  340. unifieddatalibrary/types/sensor/calibration_create_params.py +64 -53
  341. unifieddatalibrary/types/sensor/calibration_query_help_response.py +63 -0
  342. unifieddatalibrary/types/sensor/calibration_query_response.py +64 -53
  343. unifieddatalibrary/types/sensor/calibration_retrieve_response.py +64 -53
  344. unifieddatalibrary/types/sensor/calibration_tuple_response.py +64 -53
  345. unifieddatalibrary/types/sensor/calibration_unvalidated_publish_params.py +64 -53
  346. unifieddatalibrary/types/sensor_create_params.py +349 -4
  347. unifieddatalibrary/types/sensor_get_response.py +362 -5
  348. unifieddatalibrary/types/sensor_list_response.py +362 -5
  349. unifieddatalibrary/types/sensor_maintenance_queryhelp_response.py +63 -0
  350. unifieddatalibrary/types/sensor_observation_type_queryhelp_response.py +63 -0
  351. unifieddatalibrary/types/sensor_plan/history_retrieve_response.py +3 -1
  352. unifieddatalibrary/types/sensor_plan_create_params.py +3 -1
  353. unifieddatalibrary/types/sensor_plan_get_response.py +3 -1
  354. unifieddatalibrary/types/sensor_plan_queryhelp_response.py +63 -0
  355. unifieddatalibrary/types/sensor_plan_tuple_response.py +3 -1
  356. unifieddatalibrary/types/sensor_plan_unvalidated_publish_params.py +3 -1
  357. unifieddatalibrary/types/sensor_plan_update_params.py +3 -1
  358. unifieddatalibrary/types/sensor_queryhelp_response.py +63 -0
  359. unifieddatalibrary/types/sensor_tuple_response.py +362 -5
  360. unifieddatalibrary/types/sensor_type_queryhelp_response.py +63 -0
  361. unifieddatalibrary/types/sensor_update_params.py +349 -4
  362. unifieddatalibrary/types/sera_data_comm_detail_queryhelp_response.py +63 -0
  363. unifieddatalibrary/types/sera_data_early_warning_queryhelp_response.py +63 -0
  364. unifieddatalibrary/types/sera_data_navigation_queryhelp_response.py +63 -0
  365. unifieddatalibrary/types/seradata_optical_payload_queryhelp_response.py +63 -0
  366. unifieddatalibrary/types/seradata_radar_payload_queryhelp_response.py +63 -0
  367. unifieddatalibrary/types/seradata_sigint_payload_queryhelp_response.py +63 -0
  368. unifieddatalibrary/types/seradata_spacecraft_detail_queryhelp_response.py +63 -0
  369. unifieddatalibrary/types/sgi_queryhelp_response.py +63 -0
  370. unifieddatalibrary/types/shared/collect_request_full.py +3 -1
  371. unifieddatalibrary/types/shared/file_data.py +2 -0
  372. unifieddatalibrary/types/shared/onorbit_full.py +13 -2
  373. unifieddatalibrary/types/shared_params/file_data.py +2 -0
  374. unifieddatalibrary/types/sigact_queryhelp_response.py +63 -0
  375. unifieddatalibrary/types/site/__init__.py +1 -0
  376. unifieddatalibrary/types/site/operation_query_help_response.py +63 -0
  377. unifieddatalibrary/types/site_queryhelp_response.py +63 -0
  378. unifieddatalibrary/types/site_remark_queryhelp_response.py +63 -0
  379. unifieddatalibrary/types/site_status_queryhelp_response.py +63 -0
  380. unifieddatalibrary/types/sky_imagery_queryhelp_response.py +63 -0
  381. unifieddatalibrary/types/soi_observation_set_queryhelp_response.py +63 -0
  382. unifieddatalibrary/types/solar_array_queryhelp_response.py +63 -0
  383. unifieddatalibrary/types/sortie_ppr_queryhelp_response.py +63 -0
  384. unifieddatalibrary/types/space_env_observation_queryhelp_response.py +63 -0
  385. unifieddatalibrary/types/stage_queryhelp_response.py +63 -0
  386. unifieddatalibrary/types/star_catalog_queryhelp_response.py +63 -0
  387. unifieddatalibrary/types/state_vector_abridged.py +3 -1
  388. unifieddatalibrary/types/state_vector_create_params.py +3 -1
  389. unifieddatalibrary/types/state_vector_full.py +3 -1
  390. unifieddatalibrary/types/state_vector_ingest_param.py +3 -1
  391. unifieddatalibrary/types/state_vector_queryhelp_response.py +63 -0
  392. unifieddatalibrary/types/status_queryhelp_response.py +63 -0
  393. unifieddatalibrary/types/substatus_queryhelp_response.py +63 -0
  394. unifieddatalibrary/types/supporting_data/__init__.py +1 -0
  395. unifieddatalibrary/types/supporting_data/query_help_retrieve_response.py +63 -0
  396. unifieddatalibrary/types/surface_obstruction_queryhelp_response.py +63 -0
  397. unifieddatalibrary/types/surface_queryhelp_response.py +63 -0
  398. unifieddatalibrary/types/swir_queryhelp_response.py +63 -0
  399. unifieddatalibrary/types/tai_utc_queryhelp_response.py +63 -0
  400. unifieddatalibrary/types/track/track_full.py +26 -0
  401. unifieddatalibrary/types/track_create_bulk_params.py +26 -0
  402. unifieddatalibrary/types/track_detail_queryhelp_response.py +63 -0
  403. unifieddatalibrary/types/track_list_response.py +26 -0
  404. unifieddatalibrary/types/track_queryhelp_response.py +63 -0
  405. unifieddatalibrary/types/track_route_queryhelp_response.py +63 -0
  406. unifieddatalibrary/types/track_unvalidated_publish_params.py +26 -0
  407. unifieddatalibrary/types/transponder_queryhelp_response.py +63 -0
  408. unifieddatalibrary/types/vessel_queryhelp_response.py +63 -0
  409. unifieddatalibrary/types/video_queryhelp_response.py +63 -0
  410. unifieddatalibrary/types/weather_data_queryhelp_response.py +63 -0
  411. unifieddatalibrary/types/weather_report_queryhelp_response.py +63 -0
  412. {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/WHEEL +0 -0
  413. {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/licenses/LICENSE +0 -0
@@ -259,11 +259,22 @@ class Entity(BaseModel):
259
259
  """Source of the data."""
260
260
 
261
261
  type: Literal[
262
- "AIRCRAFT", "BUS", "COMM", "IR", "NAVIGATION", "ONORBIT", "RFEMITTER", "SCIENTIFIC", "SENSOR", "SITE", "VESSEL"
262
+ "AIRCRAFT",
263
+ "BUS",
264
+ "COMM",
265
+ "IR",
266
+ "LASEREMITTER",
267
+ "NAVIGATION",
268
+ "ONORBIT",
269
+ "RFEMITTER",
270
+ "SCIENTIFIC",
271
+ "SENSOR",
272
+ "SITE",
273
+ "VESSEL",
263
274
  ]
264
275
  """
265
276
  The type of entity represented by this record (AIRCRAFT, BUS, COMM, IR,
266
- NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
277
+ LASEREMITTER, NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
267
278
  """
268
279
 
269
280
  country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
@@ -376,6 +387,13 @@ class Sensorcharacteristic(BaseModel):
376
387
  beamOrder field.
377
388
  """
378
389
 
390
+ analog_to_digital_bit_size: Optional[int] = FieldInfo(alias="analogToDigitalBitSize", default=None)
391
+ """
392
+ Number of bits used in the conversion from analog electrons in a pixel well to a
393
+ digital number. The digital number has a maximum value of 2^N, where N is the
394
+ number of bits.
395
+ """
396
+
379
397
  aperture: Optional[float] = None
380
398
  """Optical sensor camera aperture."""
381
399
 
@@ -385,6 +403,22 @@ class Sensorcharacteristic(BaseModel):
385
403
  radar, in scans/minute.
386
404
  """
387
405
 
406
+ atmos_receiver_loss: Optional[float] = FieldInfo(alias="atmosReceiverLoss", default=None)
407
+ """One-way radar receiver loss factor due to atmospheric effects.
408
+
409
+ This value will often be the same as the corresponding transmission factor but
410
+ may be different for bistatic systems.
411
+ """
412
+
413
+ atmos_transmission_loss: Optional[float] = FieldInfo(alias="atmosTransmissionLoss", default=None)
414
+ """One-way radar transmission loss factor due to atmospheric effects."""
415
+
416
+ avg_atmos_seeing_conditions: Optional[float] = FieldInfo(alias="avgAtmosSeeingConditions", default=None)
417
+ """
418
+ Average atmospheric angular width with no distortion from turbulence at an
419
+ optical sensor site in arcseconds.
420
+ """
421
+
388
422
  az_angs: Optional[List[float]] = FieldInfo(alias="azAngs", default=None)
389
423
  """Array of azimuth angles of a radar beam, in degrees.
390
424
 
@@ -395,9 +429,26 @@ class Sensorcharacteristic(BaseModel):
395
429
  azimuth_rate: Optional[float] = FieldInfo(alias="azimuthRate", default=None)
396
430
  """Azimuth rate acquisition limit (radians/minute)."""
397
431
 
432
+ background_sky_radiance: Optional[float] = FieldInfo(alias="backgroundSkyRadiance", default=None)
433
+ """
434
+ Average background sky brightness at an optical sensor site during new moon
435
+ conditions. This field uses units of watts per square meter per steradian
436
+ (W/(m^2 str)) consistent with sensor detection bands.
437
+ """
438
+
439
+ background_sky_vis_mag: Optional[float] = FieldInfo(alias="backgroundSkyVisMag", default=None)
440
+ """
441
+ Average background sky brightness at an optical sensor site during new moon
442
+ conditions. This field uses units of visual magnitude consistent with sensor
443
+ detection bands.
444
+ """
445
+
398
446
  band: Optional[str] = None
399
447
  """Sensor band."""
400
448
 
449
+ bandwidth: Optional[float] = None
450
+ """The total bandwidth, in megahertz, about the radar center frequency."""
451
+
401
452
  beam_order: Optional[List[str]] = FieldInfo(alias="beamOrder", default=None)
402
453
  """Array designating the beam order of provided values (e.g.
403
454
 
@@ -417,6 +468,22 @@ class Sensorcharacteristic(BaseModel):
417
468
  boresight_off_angle: Optional[float] = FieldInfo(alias="boresightOffAngle", default=None)
418
469
  """The number of degrees off of the boresight for the sensor."""
419
470
 
471
+ center_wavelength: Optional[float] = FieldInfo(alias="centerWavelength", default=None)
472
+ """Weighted center wavelength for an optical sensor bandpass in micrometers.
473
+
474
+ It is the center wavelength in a weighted integral sense, accounting for the
475
+ sensitivity vs. wavelength curve for the sensor focal plane array.
476
+ """
477
+
478
+ collapsing_loss: Optional[float] = FieldInfo(alias="collapsingLoss", default=None)
479
+ """Collapsing loss in decibels.
480
+
481
+ Collapsing losses occur when two or more sources of noise are added to the
482
+ target signal. Examples include receiver bandwidth mismatch with filtering
483
+ bandwidth and elevation or azimuth beam collapse onto position/height indicator
484
+ displays.
485
+ """
486
+
420
487
  created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
421
488
  """Time the row was created in the database, auto-populated by the system."""
422
489
 
@@ -432,6 +499,12 @@ class Sensorcharacteristic(BaseModel):
432
499
  rejected, measured in units of inverse second.
433
500
  """
434
501
 
502
+ dark_current: Optional[float] = FieldInfo(alias="darkCurrent", default=None)
503
+ """
504
+ Current flowing through optical sensor focal plane electronics with a closed
505
+ shutter in electrons per second.
506
+ """
507
+
435
508
  delay_gates: Optional[List[float]] = FieldInfo(alias="delayGates", default=None)
436
509
  """
437
510
  Array of time delay(s) for pulses from a radar beam to get to the first range
@@ -442,6 +515,28 @@ class Sensorcharacteristic(BaseModel):
442
515
  description: Optional[str] = None
443
516
  """Description of the equipment and data source."""
444
517
 
518
+ detect_snr: Optional[float] = FieldInfo(alias="detectSNR", default=None)
519
+ """Detection signal-to-noise ratio (SNR) threshold in decibels.
520
+
521
+ This value is typically lower than trackSNR.
522
+ """
523
+
524
+ duty_cycle: Optional[float] = FieldInfo(alias="dutyCycle", default=None)
525
+ """Sensor duty cycle as a fraction of 1.
526
+
527
+ Duty cycle is the fraction of time a sensor is actively transmitting.
528
+ """
529
+
530
+ earth_limb_excl_hgt: Optional[float] = FieldInfo(alias="earthLimbExclHgt", default=None)
531
+ """
532
+ Sensor Earth limb exclusion height in kilometers and is generally only applied
533
+ to space-based sensors. Some models used an earth exclusion angle instead, but
534
+ this assumes the sensor is in a circular orbit with constant altitude relative
535
+ to the earth. The limb exclusion height can be used for space-based sensors in
536
+ any orbit (assuming it is constant with sensor altitude). The limb height is
537
+ defined to be 0 at the surface of the earth.
538
+ """
539
+
445
540
  el_angs: Optional[List[float]] = FieldInfo(alias="elAngs", default=None)
446
541
  """Array of elevation angles of a radar beam, in degrees.
447
542
 
@@ -473,6 +568,20 @@ class Sensorcharacteristic(BaseModel):
473
568
  failing the first guess check.
474
569
  """
475
570
 
571
+ filter_mismatch_factor: Optional[float] = FieldInfo(alias="filterMismatchFactor", default=None)
572
+ """
573
+ Noise term, in decibels, that arises when a radar receiver filter has a
574
+ non-optimal bandwidth for an incoming signal (i.e., when it does not match the
575
+ pulse width).
576
+ """
577
+
578
+ f_num: Optional[float] = FieldInfo(alias="fNum", default=None)
579
+ """F-number for an optical telescope.
580
+
581
+ It is dimensionless and is defined as the ratio of the focal length to the
582
+ aperture width.
583
+ """
584
+
476
585
  focal_point: Optional[float] = FieldInfo(alias="focalPoint", default=None)
477
586
  """
478
587
  For radar based sensors, the focal point elevation of the radar at the site, in
@@ -480,7 +589,7 @@ class Sensorcharacteristic(BaseModel):
480
589
  """
481
590
 
482
591
  h_fov: Optional[float] = FieldInfo(alias="hFOV", default=None)
483
- """Horizontal field of view."""
592
+ """Horizontal field of view, in degrees."""
484
593
 
485
594
  h_res_pixels: Optional[int] = FieldInfo(alias="hResPixels", default=None)
486
595
  """Horizontal pixel resolution."""
@@ -500,6 +609,20 @@ class Sensorcharacteristic(BaseModel):
500
609
  location: Optional[str] = None
501
610
  """Site where measurement is taken."""
502
611
 
612
+ loop_gain: Optional[float] = FieldInfo(alias="loopGain", default=None)
613
+ """Aggregated radar range equation gain in decibels for maximum sensitivity.
614
+
615
+ It is a roll-up value for low fidelity modeling and is often the only
616
+ sensitivity value available for a radar system without access to detailed
617
+ performance parameters.
618
+ """
619
+
620
+ lunar_excl_angle: Optional[float] = FieldInfo(alias="lunarExclAngle", default=None)
621
+ """
622
+ Lowest aspect angle of the full moon in degrees at which the sensor can achieve
623
+ full performance.
624
+ """
625
+
503
626
  mag_dec: Optional[float] = FieldInfo(alias="magDec", default=None)
504
627
  """Angle between magnetic north and true north at the sensor site, in degrees."""
505
628
 
@@ -509,6 +632,9 @@ class Sensorcharacteristic(BaseModel):
509
632
  max_deviation_angle: Optional[float] = FieldInfo(alias="maxDeviationAngle", default=None)
510
633
  """Max deviation angle of the sensor in degrees."""
511
634
 
635
+ max_integration_time: Optional[float] = FieldInfo(alias="maxIntegrationTime", default=None)
636
+ """Maximum integration time per image frame in seconds for an optical sensor."""
637
+
512
638
  max_observable_range: Optional[float] = FieldInfo(alias="maxObservableRange", default=None)
513
639
  """Maximum observable sensor range, in kilometers."""
514
640
 
@@ -518,6 +644,12 @@ class Sensorcharacteristic(BaseModel):
518
644
  this range.
519
645
  """
520
646
 
647
+ max_wavelength: Optional[float] = FieldInfo(alias="maxWavelength", default=None)
648
+ """Maximum wavelength detectable by an optical sensor in micrometers."""
649
+
650
+ min_integration_time: Optional[float] = FieldInfo(alias="minIntegrationTime", default=None)
651
+ """Minimum integration time per image frame in seconds for an optical sensor."""
652
+
521
653
  min_range_limit: Optional[float] = FieldInfo(alias="minRangeLimit", default=None)
522
654
  """Minimum range measurement capability of the sensor, in kilometers."""
523
655
 
@@ -527,18 +659,127 @@ class Sensorcharacteristic(BaseModel):
527
659
  The values for this range from 0.0 - + 99.99 dB.
528
660
  """
529
661
 
662
+ min_wavelength: Optional[float] = FieldInfo(alias="minWavelength", default=None)
663
+ """Minimum wavelength detectable by an optical sensor in micrometers."""
664
+
530
665
  negative_range_rate_limit: Optional[float] = FieldInfo(alias="negativeRangeRateLimit", default=None)
531
666
  """Negative Range-rate/relative velocity limit (kilometers/second)."""
532
667
 
668
+ noise_figure: Optional[float] = FieldInfo(alias="noiseFigure", default=None)
669
+ """Noise figure for a radar system in decibels.
670
+
671
+ This value may be used to compute system noise when the system temperature is
672
+ unavailable.
673
+ """
674
+
675
+ non_coherent_integrated_pulses: Optional[int] = FieldInfo(alias="nonCoherentIntegratedPulses", default=None)
676
+ """
677
+ Number of pulses that are non-coherently integrated during detection processing.
678
+ """
679
+
533
680
  num_integrated_pulses: Optional[int] = FieldInfo(alias="numIntegratedPulses", default=None)
534
681
  """For radar based sensors, number of integrated pulses in a transmit cycle."""
535
682
 
683
+ num_integration_frames: Optional[int] = FieldInfo(alias="numIntegrationFrames", default=None)
684
+ """Number of integration frames for an optical sensor."""
685
+
686
+ num_optical_integration_modes: Optional[int] = FieldInfo(alias="numOpticalIntegrationModes", default=None)
687
+ """The number of optical integration mode characteristics provided in this record.
688
+
689
+ If provided, the numOpticalIntegrationModes value indicates the number of
690
+ elements in each of the opticalIntegrationTimes, opticalIntegrationAngularRates,
691
+ opticalIntegrationFrames, opticalIntegrationPixelBinnings, and
692
+ opticalIntegrationSNRs arrays.
693
+ """
694
+
695
+ num_waveforms: Optional[int] = FieldInfo(alias="numWaveforms", default=None)
696
+ """The number of waveforms characteristics provided in this record.
697
+
698
+ If provided, the numWaveforms value indicates the number of elements in each of
699
+ the waveformPulseWidths, waveformBandWidths, waveformMinRanges,
700
+ waveformMaxRanges, and waveformLoopGains arrays.
701
+ """
702
+
703
+ optical_integration_angular_rates: Optional[List[float]] = FieldInfo(
704
+ alias="opticalIntegrationAngularRates", default=None
705
+ )
706
+ """
707
+ Array containing the angular rate, in arcsec/sec, for each provided optical
708
+ integration mode. The number of elements must be equal to the value indicated in
709
+ numOpticalIntegrationModes.
710
+ """
711
+
712
+ optical_integration_frames: Optional[List[float]] = FieldInfo(alias="opticalIntegrationFrames", default=None)
713
+ """Array containing the number of frames, for each optical integration mode.
714
+
715
+ The number of elements must be equal to the value indicated in
716
+ numOpticalIntegrationModes.
717
+ """
718
+
719
+ optical_integration_pixel_binnings: Optional[List[float]] = FieldInfo(
720
+ alias="opticalIntegrationPixelBinnings", default=None
721
+ )
722
+ """Array containing the pixel binning, for each optical integration mode.
723
+
724
+ The number of elements must be equal to the value indicated in
725
+ numOpticalIntegrationModes.
726
+ """
727
+
728
+ optical_integration_sn_rs: Optional[List[float]] = FieldInfo(alias="opticalIntegrationSNRs", default=None)
729
+ """Array of optical integration modes signal to noise ratios.
730
+
731
+ The number of elements must be equal to the value indicated in
732
+ numOpticalIntegrationModes.
733
+ """
734
+
735
+ optical_integration_times: Optional[List[float]] = FieldInfo(alias="opticalIntegrationTimes", default=None)
736
+ """
737
+ Array containing the time, in seconds, for each provided optical integration
738
+ mode. The number of elements must be equal to the value indicated in
739
+ numOpticalIntegrationModes.
740
+ """
741
+
742
+ optical_transmission: Optional[float] = FieldInfo(alias="opticalTransmission", default=None)
743
+ """Fraction of incident light transmitted to an optical sensor focal plane array.
744
+
745
+ The value is given as a fraction of 1, not as a percent.
746
+ """
747
+
536
748
  orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
537
749
  """
538
750
  The originating source network on which this record was created, auto-populated
539
751
  by the system.
540
752
  """
541
753
 
754
+ pattern_absorption_loss: Optional[float] = FieldInfo(alias="patternAbsorptionLoss", default=None)
755
+ """Two-way pattern absorption/propagation loss due to medium in decibels."""
756
+
757
+ pattern_scan_loss: Optional[float] = FieldInfo(alias="patternScanLoss", default=None)
758
+ """Losses from the beam shape, scanning, and pattern factor in decibels.
759
+
760
+ These losses occur when targets are not directly in line with a beam center. For
761
+ space surveillance, this will occur most often during sensor scanning.
762
+ """
763
+
764
+ peak_power: Optional[float] = FieldInfo(alias="peakPower", default=None)
765
+ """
766
+ Maximum instantaneous radar transmit power in watts for use in the radar range
767
+ equation.
768
+ """
769
+
770
+ pixel_instantaneous_fov: Optional[float] = FieldInfo(alias="pixelInstantaneousFOV", default=None)
771
+ """
772
+ Angular field-of-view covered by one pixel in a focal plane array in
773
+ microradians. The pixel is assumed to be a perfect square so that only a single
774
+ value is required.
775
+ """
776
+
777
+ pixel_well_depth: Optional[int] = FieldInfo(alias="pixelWellDepth", default=None)
778
+ """
779
+ Maximum number of electrons that can be collected in a single pixel on an
780
+ optical sensor focal plane array.
781
+ """
782
+
542
783
  positive_range_rate_limit: Optional[float] = FieldInfo(alias="positiveRangeRateLimit", default=None)
543
784
  """Positive Range-rate/relative velocity limit (kilometers/second)."""
544
785
 
@@ -548,6 +789,9 @@ class Sensorcharacteristic(BaseModel):
548
789
  Number of new pulses transmitted per second.
549
790
  """
550
791
 
792
+ prob_detect_snr: Optional[float] = FieldInfo(alias="probDetectSNR", default=None)
793
+ """Designated probability of detection at the signal-to-noise detection threshold."""
794
+
551
795
  prob_false_alarm: Optional[float] = FieldInfo(alias="probFalseAlarm", default=None)
552
796
  """
553
797
  For radar based sensors, probability of the indication of the presence of a
@@ -561,8 +805,14 @@ class Sensorcharacteristic(BaseModel):
561
805
  associated beam(s) must be provided in the beamOrder field.
562
806
  """
563
807
 
808
+ quantum_eff: Optional[float] = FieldInfo(alias="quantumEff", default=None)
809
+ """Fraction of incident photons converted to electrons at the focal plane array.
810
+
811
+ This value is a decimal number between 0 and 1, inclusive.
812
+ """
813
+
564
814
  radar_frequency: Optional[float] = FieldInfo(alias="radarFrequency", default=None)
565
- """Radar frequency of the sensor (if a radar sensor)."""
815
+ """Radar frequency in hertz, of the sensor (if a radar sensor)."""
566
816
 
567
817
  radar_message_format: Optional[str] = FieldInfo(alias="radarMessageFormat", default=None)
568
818
  """Message data format transmitted by the sensor digitizer."""
@@ -580,6 +830,12 @@ class Sensorcharacteristic(BaseModel):
580
830
  radio_frequency: Optional[float] = FieldInfo(alias="radioFrequency", default=None)
581
831
  """Radio frequency (if sensor is RF)."""
582
832
 
833
+ radome_loss: Optional[float] = FieldInfo(alias="radomeLoss", default=None)
834
+ """
835
+ Losses due to the presence of a protective radome surrounding a radar sensor, in
836
+ decibels.
837
+ """
838
+
583
839
  range_gates: Optional[List[int]] = FieldInfo(alias="rangeGates", default=None)
584
840
  """
585
841
  Array of the number(s) of discrete altitudes where return signals are sampled by
@@ -594,6 +850,32 @@ class Sensorcharacteristic(BaseModel):
594
850
  beamOrder field.
595
851
  """
596
852
 
853
+ read_noise: Optional[int] = FieldInfo(alias="readNoise", default=None)
854
+ """
855
+ Number of false-signal electrons generated by optical sensor focal plane
856
+ read-out electronics from photon-to-electron conversion during frame
857
+ integration. The units are in electrons RMS.
858
+ """
859
+
860
+ receive_gain: Optional[float] = FieldInfo(alias="receiveGain", default=None)
861
+ """Radar receive gain in decibels."""
862
+
863
+ receive_horiz_beam_width: Optional[float] = FieldInfo(alias="receiveHorizBeamWidth", default=None)
864
+ """Horizontal/azimuthal receive beamwidth for a radar in degrees."""
865
+
866
+ receive_loss: Optional[float] = FieldInfo(alias="receiveLoss", default=None)
867
+ """Aggregate radar receive loss, in decibels."""
868
+
869
+ receive_vert_beam_width: Optional[float] = FieldInfo(alias="receiveVertBeamWidth", default=None)
870
+ """Vertical/elevation receive beamwidth for a radar in degrees."""
871
+
872
+ ref_temp: Optional[float] = FieldInfo(alias="refTemp", default=None)
873
+ """Reference temperature for radar noise in Kelvin.
874
+
875
+ A reference temperature is used when the radar system temperature is unknown and
876
+ is combined with the system noise figure to estimate signal loss.
877
+ """
878
+
597
879
  req_records: Optional[List[int]] = FieldInfo(alias="reqRecords", default=None)
598
880
  """
599
881
  Array of the total number(s) of records required to meet consensus for a radar
@@ -616,9 +898,21 @@ class Sensorcharacteristic(BaseModel):
616
898
  beamOrder field.
617
899
  """
618
900
 
901
+ signal_processing_loss: Optional[float] = FieldInfo(alias="signalProcessingLoss", default=None)
902
+ """Radar signal processing losses, in decibels."""
903
+
619
904
  site_code: Optional[str] = FieldInfo(alias="siteCode", default=None)
620
905
  """Site code of the sensor."""
621
906
 
907
+ solar_excl_angle: Optional[float] = FieldInfo(alias="solarExclAngle", default=None)
908
+ """Sensor and target position vector origins are at the center of the earth.
909
+
910
+ The sun vector origin is at the target position and points toward the sun. Any
911
+ value between 0 and 180 degrees is acceptable and is assumed to apply in both
912
+ directions (i.e., a solar exclusion angle of 30 degrees is understood to mean no
913
+ viewing for any angle between -30 deg and +30 deg).
914
+ """
915
+
622
916
  spec_avg_spectra_nums: Optional[List[int]] = FieldInfo(alias="specAvgSpectraNums", default=None)
623
917
  """
624
918
  Array of the number(s) of Doppler spectra used to process measurements from
@@ -665,15 +959,43 @@ class Sensorcharacteristic(BaseModel):
665
959
  range from 0 - PI/2.
666
960
  """
667
961
 
962
+ track_snr: Optional[float] = FieldInfo(alias="trackSNR", default=None)
963
+ """Track signal-to-noise ratio (SNR) threshold in decibels.
964
+
965
+ This value is typically higher than detectSNR.
966
+ """
967
+
968
+ transmit_gain: Optional[float] = FieldInfo(alias="transmitGain", default=None)
969
+ """Radar transmit gain in decibels."""
970
+
971
+ transmit_horiz_beam_width: Optional[float] = FieldInfo(alias="transmitHorizBeamWidth", default=None)
972
+ """Horizontal/azimuthal transmit beamwidth for a radar in degrees."""
973
+
974
+ transmit_loss: Optional[float] = FieldInfo(alias="transmitLoss", default=None)
975
+ """Aggregate radar transmit loss, in decibels."""
976
+
668
977
  transmit_power: Optional[float] = FieldInfo(alias="transmitPower", default=None)
669
978
  """Radar transmit power in Watts."""
670
979
 
980
+ transmit_vert_beam_width: Optional[float] = FieldInfo(alias="transmitVertBeamWidth", default=None)
981
+ """Vertical/elevation transmit beamwidth for a radar in degrees."""
982
+
671
983
  true_north_corrector: Optional[int] = FieldInfo(alias="trueNorthCorrector", default=None)
672
984
  """True North correction for the sensor, in ACP (Azimunth Change Pulse) count."""
673
985
 
674
986
  true_tilt: Optional[float] = FieldInfo(alias="trueTilt", default=None)
675
987
  """Antenna true tilt, in degrees."""
676
988
 
989
+ twilight_angle: Optional[float] = FieldInfo(alias="twilightAngle", default=None)
990
+ """Twilight angle for ground-based optical sensors in degrees.
991
+
992
+ A sensor cannot view targets until the sun is below the twilight angle relative
993
+ to the local horizon. The sign of the angle is positive despite the sun
994
+ elevation being negative after local sunset. Typical values for the twilight
995
+ angle are civil twilight (6 degrees), nautical twilight (12 degrees), and
996
+ astronomical twilight (18 degrees).
997
+ """
998
+
677
999
  vert_beam_flag: Optional[bool] = FieldInfo(alias="vertBeamFlag", default=None)
678
1000
  """Flag indicating if a vertical radar beam was used in the wind calculation."""
679
1001
 
@@ -693,11 +1015,46 @@ class Sensorcharacteristic(BaseModel):
693
1015
  """
694
1016
 
695
1017
  v_fov: Optional[float] = FieldInfo(alias="vFOV", default=None)
696
- """Vertical field of view."""
1018
+ """Vertical field of view, in degrees."""
697
1019
 
698
1020
  v_res_pixels: Optional[int] = FieldInfo(alias="vResPixels", default=None)
699
1021
  """Vertical pixel resolution."""
700
1022
 
1023
+ waveform_bandwidths: Optional[List[float]] = FieldInfo(alias="waveformBandwidths", default=None)
1024
+ """Array containing the bandwidth, in megahertz, for each provided waveform.
1025
+
1026
+ The number of elements in this array must be equal to the value indicated in the
1027
+ numWaveforms field.
1028
+ """
1029
+
1030
+ waveform_loop_gains: Optional[List[float]] = FieldInfo(alias="waveformLoopGains", default=None)
1031
+ """Array containing the loop gain, in decibels, for each provided waveform.
1032
+
1033
+ The number of elements in this array must be equal to the value indicated in the
1034
+ numWaveforms field (10 SNR vs. 1 dBsm at 1000 km).
1035
+ """
1036
+
1037
+ waveform_max_ranges: Optional[List[float]] = FieldInfo(alias="waveformMaxRanges", default=None)
1038
+ """Array containing the maximum range, in kilometers, for each provided waveform.
1039
+
1040
+ The number of elements in this array must be equal to the value indicated in the
1041
+ numWaveforms field.
1042
+ """
1043
+
1044
+ waveform_min_ranges: Optional[List[float]] = FieldInfo(alias="waveformMinRanges", default=None)
1045
+ """Array containing the minimum range, in kilometers, for each provided waveform.
1046
+
1047
+ The number of elements in this array must be equal to the value indicated in the
1048
+ numWaveforms field.
1049
+ """
1050
+
1051
+ waveform_pulse_widths: Optional[List[float]] = FieldInfo(alias="waveformPulseWidths", default=None)
1052
+ """Array containing the pulse width, in microseconds, for each provided waveform.
1053
+
1054
+ The number of elements in this array must be equal to the value indicated in the
1055
+ numWaveforms field.
1056
+ """
1057
+
701
1058
  z1_max_range: Optional[float] = FieldInfo(alias="z1MaxRange", default=None)
702
1059
  """Peformance zone-1 maximum range, in kilometers.
703
1060
 
@@ -0,0 +1,63 @@
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from typing import List, Optional
4
+
5
+ from pydantic import Field as FieldInfo
6
+
7
+ from .._models import BaseModel
8
+
9
+ __all__ = ["SensorMaintenanceQueryhelpResponse", "Parameter"]
10
+
11
+
12
+ class Parameter(BaseModel):
13
+ classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
14
+
15
+ derived: Optional[bool] = None
16
+
17
+ description: Optional[str] = None
18
+
19
+ elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
20
+
21
+ format: Optional[str] = None
22
+
23
+ hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
24
+
25
+ hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
26
+
27
+ name: Optional[str] = None
28
+
29
+ required: Optional[bool] = None
30
+
31
+ rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
32
+
33
+ rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
34
+
35
+ type: Optional[str] = None
36
+
37
+ unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
38
+
39
+ utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
40
+
41
+
42
+ class SensorMaintenanceQueryhelpResponse(BaseModel):
43
+ aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
44
+
45
+ classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
46
+
47
+ description: Optional[str] = None
48
+
49
+ history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
50
+
51
+ name: Optional[str] = None
52
+
53
+ parameters: Optional[List[Parameter]] = None
54
+
55
+ required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
56
+
57
+ rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
58
+
59
+ sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
60
+
61
+ type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
62
+
63
+ uri: Optional[str] = None
@@ -0,0 +1,63 @@
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from typing import List, Optional
4
+
5
+ from pydantic import Field as FieldInfo
6
+
7
+ from .._models import BaseModel
8
+
9
+ __all__ = ["SensorObservationTypeQueryhelpResponse", "Parameter"]
10
+
11
+
12
+ class Parameter(BaseModel):
13
+ classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
14
+
15
+ derived: Optional[bool] = None
16
+
17
+ description: Optional[str] = None
18
+
19
+ elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
20
+
21
+ format: Optional[str] = None
22
+
23
+ hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
24
+
25
+ hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
26
+
27
+ name: Optional[str] = None
28
+
29
+ required: Optional[bool] = None
30
+
31
+ rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
32
+
33
+ rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
34
+
35
+ type: Optional[str] = None
36
+
37
+ unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
38
+
39
+ utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
40
+
41
+
42
+ class SensorObservationTypeQueryhelpResponse(BaseModel):
43
+ aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
44
+
45
+ classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
46
+
47
+ description: Optional[str] = None
48
+
49
+ history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
50
+
51
+ name: Optional[str] = None
52
+
53
+ parameters: Optional[List[Parameter]] = None
54
+
55
+ required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
56
+
57
+ rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
58
+
59
+ sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
60
+
61
+ type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
62
+
63
+ uri: Optional[str] = None
@@ -421,7 +421,9 @@ class HistoryRetrieveResponseItemCollectRequestStateVector(BaseModel):
421
421
  value was used (CALCULATED, DEFAULT).
422
422
  """
423
423
 
424
- cov_reference_frame: Optional[Literal["J2000", "UVW"]] = FieldInfo(alias="covReferenceFrame", default=None)
424
+ cov_reference_frame: Optional[Literal["J2000", "UVW", "EFG/TDR", "TEME", "GCRF"]] = FieldInfo(
425
+ alias="covReferenceFrame", default=None
426
+ )
425
427
  """The reference frame of the covariance matrix elements.
426
428
 
427
429
  If the covReferenceFrame is null it is assumed to be J2000.