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
@@ -266,6 +266,7 @@ class Entity(TypedDict, total=False):
266
266
  "BUS",
267
267
  "COMM",
268
268
  "IR",
269
+ "LASEREMITTER",
269
270
  "NAVIGATION",
270
271
  "ONORBIT",
271
272
  "RFEMITTER",
@@ -277,7 +278,7 @@ class Entity(TypedDict, total=False):
277
278
  ]
278
279
  """
279
280
  The type of entity represented by this record (AIRCRAFT, BUS, COMM, IR,
280
- NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
281
+ LASEREMITTER, NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
281
282
  """
282
283
 
283
284
  country_code: Annotated[str, PropertyInfo(alias="countryCode")]
@@ -378,6 +379,13 @@ class Sensorcharacteristic(TypedDict, total=False):
378
379
  beamOrder field.
379
380
  """
380
381
 
382
+ analog_to_digital_bit_size: Annotated[int, PropertyInfo(alias="analogToDigitalBitSize")]
383
+ """
384
+ Number of bits used in the conversion from analog electrons in a pixel well to a
385
+ digital number. The digital number has a maximum value of 2^N, where N is the
386
+ number of bits.
387
+ """
388
+
381
389
  aperture: float
382
390
  """Optical sensor camera aperture."""
383
391
 
@@ -387,6 +395,22 @@ class Sensorcharacteristic(TypedDict, total=False):
387
395
  radar, in scans/minute.
388
396
  """
389
397
 
398
+ atmos_receiver_loss: Annotated[float, PropertyInfo(alias="atmosReceiverLoss")]
399
+ """One-way radar receiver loss factor due to atmospheric effects.
400
+
401
+ This value will often be the same as the corresponding transmission factor but
402
+ may be different for bistatic systems.
403
+ """
404
+
405
+ atmos_transmission_loss: Annotated[float, PropertyInfo(alias="atmosTransmissionLoss")]
406
+ """One-way radar transmission loss factor due to atmospheric effects."""
407
+
408
+ avg_atmos_seeing_conditions: Annotated[float, PropertyInfo(alias="avgAtmosSeeingConditions")]
409
+ """
410
+ Average atmospheric angular width with no distortion from turbulence at an
411
+ optical sensor site in arcseconds.
412
+ """
413
+
390
414
  az_angs: Annotated[Iterable[float], PropertyInfo(alias="azAngs")]
391
415
  """Array of azimuth angles of a radar beam, in degrees.
392
416
 
@@ -397,9 +421,26 @@ class Sensorcharacteristic(TypedDict, total=False):
397
421
  azimuth_rate: Annotated[float, PropertyInfo(alias="azimuthRate")]
398
422
  """Azimuth rate acquisition limit (radians/minute)."""
399
423
 
424
+ background_sky_radiance: Annotated[float, PropertyInfo(alias="backgroundSkyRadiance")]
425
+ """
426
+ Average background sky brightness at an optical sensor site during new moon
427
+ conditions. This field uses units of watts per square meter per steradian
428
+ (W/(m^2 str)) consistent with sensor detection bands.
429
+ """
430
+
431
+ background_sky_vis_mag: Annotated[float, PropertyInfo(alias="backgroundSkyVisMag")]
432
+ """
433
+ Average background sky brightness at an optical sensor site during new moon
434
+ conditions. This field uses units of visual magnitude consistent with sensor
435
+ detection bands.
436
+ """
437
+
400
438
  band: str
401
439
  """Sensor band."""
402
440
 
441
+ bandwidth: float
442
+ """The total bandwidth, in megahertz, about the radar center frequency."""
443
+
403
444
  beam_order: Annotated[List[str], PropertyInfo(alias="beamOrder")]
404
445
  """Array designating the beam order of provided values (e.g.
405
446
 
@@ -419,12 +460,34 @@ class Sensorcharacteristic(TypedDict, total=False):
419
460
  boresight_off_angle: Annotated[float, PropertyInfo(alias="boresightOffAngle")]
420
461
  """The number of degrees off of the boresight for the sensor."""
421
462
 
463
+ center_wavelength: Annotated[float, PropertyInfo(alias="centerWavelength")]
464
+ """Weighted center wavelength for an optical sensor bandpass in micrometers.
465
+
466
+ It is the center wavelength in a weighted integral sense, accounting for the
467
+ sensitivity vs. wavelength curve for the sensor focal plane array.
468
+ """
469
+
470
+ collapsing_loss: Annotated[float, PropertyInfo(alias="collapsingLoss")]
471
+ """Collapsing loss in decibels.
472
+
473
+ Collapsing losses occur when two or more sources of noise are added to the
474
+ target signal. Examples include receiver bandwidth mismatch with filtering
475
+ bandwidth and elevation or azimuth beam collapse onto position/height indicator
476
+ displays.
477
+ """
478
+
422
479
  crit_shear: Annotated[float, PropertyInfo(alias="critShear")]
423
480
  """
424
481
  Threshold shear value beyond which one of the radial velocity values will be
425
482
  rejected, measured in units of inverse second.
426
483
  """
427
484
 
485
+ dark_current: Annotated[float, PropertyInfo(alias="darkCurrent")]
486
+ """
487
+ Current flowing through optical sensor focal plane electronics with a closed
488
+ shutter in electrons per second.
489
+ """
490
+
428
491
  delay_gates: Annotated[Iterable[float], PropertyInfo(alias="delayGates")]
429
492
  """
430
493
  Array of time delay(s) for pulses from a radar beam to get to the first range
@@ -435,6 +498,28 @@ class Sensorcharacteristic(TypedDict, total=False):
435
498
  description: str
436
499
  """Description of the equipment and data source."""
437
500
 
501
+ detect_snr: Annotated[float, PropertyInfo(alias="detectSNR")]
502
+ """Detection signal-to-noise ratio (SNR) threshold in decibels.
503
+
504
+ This value is typically lower than trackSNR.
505
+ """
506
+
507
+ duty_cycle: Annotated[float, PropertyInfo(alias="dutyCycle")]
508
+ """Sensor duty cycle as a fraction of 1.
509
+
510
+ Duty cycle is the fraction of time a sensor is actively transmitting.
511
+ """
512
+
513
+ earth_limb_excl_hgt: Annotated[float, PropertyInfo(alias="earthLimbExclHgt")]
514
+ """
515
+ Sensor Earth limb exclusion height in kilometers and is generally only applied
516
+ to space-based sensors. Some models used an earth exclusion angle instead, but
517
+ this assumes the sensor is in a circular orbit with constant altitude relative
518
+ to the earth. The limb exclusion height can be used for space-based sensors in
519
+ any orbit (assuming it is constant with sensor altitude). The limb height is
520
+ defined to be 0 at the surface of the earth.
521
+ """
522
+
438
523
  el_angs: Annotated[Iterable[float], PropertyInfo(alias="elAngs")]
439
524
  """Array of elevation angles of a radar beam, in degrees.
440
525
 
@@ -466,6 +551,20 @@ class Sensorcharacteristic(TypedDict, total=False):
466
551
  failing the first guess check.
467
552
  """
468
553
 
554
+ filter_mismatch_factor: Annotated[float, PropertyInfo(alias="filterMismatchFactor")]
555
+ """
556
+ Noise term, in decibels, that arises when a radar receiver filter has a
557
+ non-optimal bandwidth for an incoming signal (i.e., when it does not match the
558
+ pulse width).
559
+ """
560
+
561
+ f_num: Annotated[float, PropertyInfo(alias="fNum")]
562
+ """F-number for an optical telescope.
563
+
564
+ It is dimensionless and is defined as the ratio of the focal length to the
565
+ aperture width.
566
+ """
567
+
469
568
  focal_point: Annotated[float, PropertyInfo(alias="focalPoint")]
470
569
  """
471
570
  For radar based sensors, the focal point elevation of the radar at the site, in
@@ -473,7 +572,7 @@ class Sensorcharacteristic(TypedDict, total=False):
473
572
  """
474
573
 
475
574
  h_fov: Annotated[float, PropertyInfo(alias="hFOV")]
476
- """Horizontal field of view."""
575
+ """Horizontal field of view, in degrees."""
477
576
 
478
577
  h_res_pixels: Annotated[int, PropertyInfo(alias="hResPixels")]
479
578
  """Horizontal pixel resolution."""
@@ -493,6 +592,20 @@ class Sensorcharacteristic(TypedDict, total=False):
493
592
  location: str
494
593
  """Site where measurement is taken."""
495
594
 
595
+ loop_gain: Annotated[float, PropertyInfo(alias="loopGain")]
596
+ """Aggregated radar range equation gain in decibels for maximum sensitivity.
597
+
598
+ It is a roll-up value for low fidelity modeling and is often the only
599
+ sensitivity value available for a radar system without access to detailed
600
+ performance parameters.
601
+ """
602
+
603
+ lunar_excl_angle: Annotated[float, PropertyInfo(alias="lunarExclAngle")]
604
+ """
605
+ Lowest aspect angle of the full moon in degrees at which the sensor can achieve
606
+ full performance.
607
+ """
608
+
496
609
  mag_dec: Annotated[float, PropertyInfo(alias="magDec")]
497
610
  """Angle between magnetic north and true north at the sensor site, in degrees."""
498
611
 
@@ -502,6 +615,9 @@ class Sensorcharacteristic(TypedDict, total=False):
502
615
  max_deviation_angle: Annotated[float, PropertyInfo(alias="maxDeviationAngle")]
503
616
  """Max deviation angle of the sensor in degrees."""
504
617
 
618
+ max_integration_time: Annotated[float, PropertyInfo(alias="maxIntegrationTime")]
619
+ """Maximum integration time per image frame in seconds for an optical sensor."""
620
+
505
621
  max_observable_range: Annotated[float, PropertyInfo(alias="maxObservableRange")]
506
622
  """Maximum observable sensor range, in kilometers."""
507
623
 
@@ -511,6 +627,12 @@ class Sensorcharacteristic(TypedDict, total=False):
511
627
  this range.
512
628
  """
513
629
 
630
+ max_wavelength: Annotated[float, PropertyInfo(alias="maxWavelength")]
631
+ """Maximum wavelength detectable by an optical sensor in micrometers."""
632
+
633
+ min_integration_time: Annotated[float, PropertyInfo(alias="minIntegrationTime")]
634
+ """Minimum integration time per image frame in seconds for an optical sensor."""
635
+
514
636
  min_range_limit: Annotated[float, PropertyInfo(alias="minRangeLimit")]
515
637
  """Minimum range measurement capability of the sensor, in kilometers."""
516
638
 
@@ -520,12 +642,119 @@ class Sensorcharacteristic(TypedDict, total=False):
520
642
  The values for this range from 0.0 - + 99.99 dB.
521
643
  """
522
644
 
645
+ min_wavelength: Annotated[float, PropertyInfo(alias="minWavelength")]
646
+ """Minimum wavelength detectable by an optical sensor in micrometers."""
647
+
523
648
  negative_range_rate_limit: Annotated[float, PropertyInfo(alias="negativeRangeRateLimit")]
524
649
  """Negative Range-rate/relative velocity limit (kilometers/second)."""
525
650
 
651
+ noise_figure: Annotated[float, PropertyInfo(alias="noiseFigure")]
652
+ """Noise figure for a radar system in decibels.
653
+
654
+ This value may be used to compute system noise when the system temperature is
655
+ unavailable.
656
+ """
657
+
658
+ non_coherent_integrated_pulses: Annotated[int, PropertyInfo(alias="nonCoherentIntegratedPulses")]
659
+ """
660
+ Number of pulses that are non-coherently integrated during detection processing.
661
+ """
662
+
526
663
  num_integrated_pulses: Annotated[int, PropertyInfo(alias="numIntegratedPulses")]
527
664
  """For radar based sensors, number of integrated pulses in a transmit cycle."""
528
665
 
666
+ num_integration_frames: Annotated[int, PropertyInfo(alias="numIntegrationFrames")]
667
+ """Number of integration frames for an optical sensor."""
668
+
669
+ num_optical_integration_modes: Annotated[int, PropertyInfo(alias="numOpticalIntegrationModes")]
670
+ """The number of optical integration mode characteristics provided in this record.
671
+
672
+ If provided, the numOpticalIntegrationModes value indicates the number of
673
+ elements in each of the opticalIntegrationTimes, opticalIntegrationAngularRates,
674
+ opticalIntegrationFrames, opticalIntegrationPixelBinnings, and
675
+ opticalIntegrationSNRs arrays.
676
+ """
677
+
678
+ num_waveforms: Annotated[int, PropertyInfo(alias="numWaveforms")]
679
+ """The number of waveforms characteristics provided in this record.
680
+
681
+ If provided, the numWaveforms value indicates the number of elements in each of
682
+ the waveformPulseWidths, waveformBandWidths, waveformMinRanges,
683
+ waveformMaxRanges, and waveformLoopGains arrays.
684
+ """
685
+
686
+ optical_integration_angular_rates: Annotated[Iterable[float], PropertyInfo(alias="opticalIntegrationAngularRates")]
687
+ """
688
+ Array containing the angular rate, in arcsec/sec, for each provided optical
689
+ integration mode. The number of elements must be equal to the value indicated in
690
+ numOpticalIntegrationModes.
691
+ """
692
+
693
+ optical_integration_frames: Annotated[Iterable[float], PropertyInfo(alias="opticalIntegrationFrames")]
694
+ """Array containing the number of frames, for each optical integration mode.
695
+
696
+ The number of elements must be equal to the value indicated in
697
+ numOpticalIntegrationModes.
698
+ """
699
+
700
+ optical_integration_pixel_binnings: Annotated[
701
+ Iterable[float], PropertyInfo(alias="opticalIntegrationPixelBinnings")
702
+ ]
703
+ """Array containing the pixel binning, for each optical integration mode.
704
+
705
+ The number of elements must be equal to the value indicated in
706
+ numOpticalIntegrationModes.
707
+ """
708
+
709
+ optical_integration_sn_rs: Annotated[Iterable[float], PropertyInfo(alias="opticalIntegrationSNRs")]
710
+ """Array of optical integration modes signal to noise ratios.
711
+
712
+ The number of elements must be equal to the value indicated in
713
+ numOpticalIntegrationModes.
714
+ """
715
+
716
+ optical_integration_times: Annotated[Iterable[float], PropertyInfo(alias="opticalIntegrationTimes")]
717
+ """
718
+ Array containing the time, in seconds, for each provided optical integration
719
+ mode. The number of elements must be equal to the value indicated in
720
+ numOpticalIntegrationModes.
721
+ """
722
+
723
+ optical_transmission: Annotated[float, PropertyInfo(alias="opticalTransmission")]
724
+ """Fraction of incident light transmitted to an optical sensor focal plane array.
725
+
726
+ The value is given as a fraction of 1, not as a percent.
727
+ """
728
+
729
+ pattern_absorption_loss: Annotated[float, PropertyInfo(alias="patternAbsorptionLoss")]
730
+ """Two-way pattern absorption/propagation loss due to medium in decibels."""
731
+
732
+ pattern_scan_loss: Annotated[float, PropertyInfo(alias="patternScanLoss")]
733
+ """Losses from the beam shape, scanning, and pattern factor in decibels.
734
+
735
+ These losses occur when targets are not directly in line with a beam center. For
736
+ space surveillance, this will occur most often during sensor scanning.
737
+ """
738
+
739
+ peak_power: Annotated[float, PropertyInfo(alias="peakPower")]
740
+ """
741
+ Maximum instantaneous radar transmit power in watts for use in the radar range
742
+ equation.
743
+ """
744
+
745
+ pixel_instantaneous_fov: Annotated[float, PropertyInfo(alias="pixelInstantaneousFOV")]
746
+ """
747
+ Angular field-of-view covered by one pixel in a focal plane array in
748
+ microradians. The pixel is assumed to be a perfect square so that only a single
749
+ value is required.
750
+ """
751
+
752
+ pixel_well_depth: Annotated[int, PropertyInfo(alias="pixelWellDepth")]
753
+ """
754
+ Maximum number of electrons that can be collected in a single pixel on an
755
+ optical sensor focal plane array.
756
+ """
757
+
529
758
  positive_range_rate_limit: Annotated[float, PropertyInfo(alias="positiveRangeRateLimit")]
530
759
  """Positive Range-rate/relative velocity limit (kilometers/second)."""
531
760
 
@@ -535,6 +764,9 @@ class Sensorcharacteristic(TypedDict, total=False):
535
764
  Number of new pulses transmitted per second.
536
765
  """
537
766
 
767
+ prob_detect_snr: Annotated[float, PropertyInfo(alias="probDetectSNR")]
768
+ """Designated probability of detection at the signal-to-noise detection threshold."""
769
+
538
770
  prob_false_alarm: Annotated[float, PropertyInfo(alias="probFalseAlarm")]
539
771
  """
540
772
  For radar based sensors, probability of the indication of the presence of a
@@ -548,8 +780,14 @@ class Sensorcharacteristic(TypedDict, total=False):
548
780
  associated beam(s) must be provided in the beamOrder field.
549
781
  """
550
782
 
783
+ quantum_eff: Annotated[float, PropertyInfo(alias="quantumEff")]
784
+ """Fraction of incident photons converted to electrons at the focal plane array.
785
+
786
+ This value is a decimal number between 0 and 1, inclusive.
787
+ """
788
+
551
789
  radar_frequency: Annotated[float, PropertyInfo(alias="radarFrequency")]
552
- """Radar frequency of the sensor (if a radar sensor)."""
790
+ """Radar frequency in hertz, of the sensor (if a radar sensor)."""
553
791
 
554
792
  radar_message_format: Annotated[str, PropertyInfo(alias="radarMessageFormat")]
555
793
  """Message data format transmitted by the sensor digitizer."""
@@ -567,6 +805,12 @@ class Sensorcharacteristic(TypedDict, total=False):
567
805
  radio_frequency: Annotated[float, PropertyInfo(alias="radioFrequency")]
568
806
  """Radio frequency (if sensor is RF)."""
569
807
 
808
+ radome_loss: Annotated[float, PropertyInfo(alias="radomeLoss")]
809
+ """
810
+ Losses due to the presence of a protective radome surrounding a radar sensor, in
811
+ decibels.
812
+ """
813
+
570
814
  range_gates: Annotated[Iterable[int], PropertyInfo(alias="rangeGates")]
571
815
  """
572
816
  Array of the number(s) of discrete altitudes where return signals are sampled by
@@ -581,6 +825,32 @@ class Sensorcharacteristic(TypedDict, total=False):
581
825
  beamOrder field.
582
826
  """
583
827
 
828
+ read_noise: Annotated[int, PropertyInfo(alias="readNoise")]
829
+ """
830
+ Number of false-signal electrons generated by optical sensor focal plane
831
+ read-out electronics from photon-to-electron conversion during frame
832
+ integration. The units are in electrons RMS.
833
+ """
834
+
835
+ receive_gain: Annotated[float, PropertyInfo(alias="receiveGain")]
836
+ """Radar receive gain in decibels."""
837
+
838
+ receive_horiz_beam_width: Annotated[float, PropertyInfo(alias="receiveHorizBeamWidth")]
839
+ """Horizontal/azimuthal receive beamwidth for a radar in degrees."""
840
+
841
+ receive_loss: Annotated[float, PropertyInfo(alias="receiveLoss")]
842
+ """Aggregate radar receive loss, in decibels."""
843
+
844
+ receive_vert_beam_width: Annotated[float, PropertyInfo(alias="receiveVertBeamWidth")]
845
+ """Vertical/elevation receive beamwidth for a radar in degrees."""
846
+
847
+ ref_temp: Annotated[float, PropertyInfo(alias="refTemp")]
848
+ """Reference temperature for radar noise in Kelvin.
849
+
850
+ A reference temperature is used when the radar system temperature is unknown and
851
+ is combined with the system noise figure to estimate signal loss.
852
+ """
853
+
584
854
  req_records: Annotated[Iterable[int], PropertyInfo(alias="reqRecords")]
585
855
  """
586
856
  Array of the total number(s) of records required to meet consensus for a radar
@@ -603,9 +873,21 @@ class Sensorcharacteristic(TypedDict, total=False):
603
873
  beamOrder field.
604
874
  """
605
875
 
876
+ signal_processing_loss: Annotated[float, PropertyInfo(alias="signalProcessingLoss")]
877
+ """Radar signal processing losses, in decibels."""
878
+
606
879
  site_code: Annotated[str, PropertyInfo(alias="siteCode")]
607
880
  """Site code of the sensor."""
608
881
 
882
+ solar_excl_angle: Annotated[float, PropertyInfo(alias="solarExclAngle")]
883
+ """Sensor and target position vector origins are at the center of the earth.
884
+
885
+ The sun vector origin is at the target position and points toward the sun. Any
886
+ value between 0 and 180 degrees is acceptable and is assumed to apply in both
887
+ directions (i.e., a solar exclusion angle of 30 degrees is understood to mean no
888
+ viewing for any angle between -30 deg and +30 deg).
889
+ """
890
+
609
891
  spec_avg_spectra_nums: Annotated[Iterable[int], PropertyInfo(alias="specAvgSpectraNums")]
610
892
  """
611
893
  Array of the number(s) of Doppler spectra used to process measurements from
@@ -652,15 +934,43 @@ class Sensorcharacteristic(TypedDict, total=False):
652
934
  range from 0 - PI/2.
653
935
  """
654
936
 
937
+ track_snr: Annotated[float, PropertyInfo(alias="trackSNR")]
938
+ """Track signal-to-noise ratio (SNR) threshold in decibels.
939
+
940
+ This value is typically higher than detectSNR.
941
+ """
942
+
943
+ transmit_gain: Annotated[float, PropertyInfo(alias="transmitGain")]
944
+ """Radar transmit gain in decibels."""
945
+
946
+ transmit_horiz_beam_width: Annotated[float, PropertyInfo(alias="transmitHorizBeamWidth")]
947
+ """Horizontal/azimuthal transmit beamwidth for a radar in degrees."""
948
+
949
+ transmit_loss: Annotated[float, PropertyInfo(alias="transmitLoss")]
950
+ """Aggregate radar transmit loss, in decibels."""
951
+
655
952
  transmit_power: Annotated[float, PropertyInfo(alias="transmitPower")]
656
953
  """Radar transmit power in Watts."""
657
954
 
955
+ transmit_vert_beam_width: Annotated[float, PropertyInfo(alias="transmitVertBeamWidth")]
956
+ """Vertical/elevation transmit beamwidth for a radar in degrees."""
957
+
658
958
  true_north_corrector: Annotated[int, PropertyInfo(alias="trueNorthCorrector")]
659
959
  """True North correction for the sensor, in ACP (Azimunth Change Pulse) count."""
660
960
 
661
961
  true_tilt: Annotated[float, PropertyInfo(alias="trueTilt")]
662
962
  """Antenna true tilt, in degrees."""
663
963
 
964
+ twilight_angle: Annotated[float, PropertyInfo(alias="twilightAngle")]
965
+ """Twilight angle for ground-based optical sensors in degrees.
966
+
967
+ A sensor cannot view targets until the sun is below the twilight angle relative
968
+ to the local horizon. The sign of the angle is positive despite the sun
969
+ elevation being negative after local sunset. Typical values for the twilight
970
+ angle are civil twilight (6 degrees), nautical twilight (12 degrees), and
971
+ astronomical twilight (18 degrees).
972
+ """
973
+
664
974
  vert_beam_flag: Annotated[bool, PropertyInfo(alias="vertBeamFlag")]
665
975
  """Flag indicating if a vertical radar beam was used in the wind calculation."""
666
976
 
@@ -680,11 +990,46 @@ class Sensorcharacteristic(TypedDict, total=False):
680
990
  """
681
991
 
682
992
  v_fov: Annotated[float, PropertyInfo(alias="vFOV")]
683
- """Vertical field of view."""
993
+ """Vertical field of view, in degrees."""
684
994
 
685
995
  v_res_pixels: Annotated[int, PropertyInfo(alias="vResPixels")]
686
996
  """Vertical pixel resolution."""
687
997
 
998
+ waveform_bandwidths: Annotated[Iterable[float], PropertyInfo(alias="waveformBandwidths")]
999
+ """Array containing the bandwidth, in megahertz, for each provided waveform.
1000
+
1001
+ The number of elements in this array must be equal to the value indicated in the
1002
+ numWaveforms field.
1003
+ """
1004
+
1005
+ waveform_loop_gains: Annotated[Iterable[float], PropertyInfo(alias="waveformLoopGains")]
1006
+ """Array containing the loop gain, in decibels, for each provided waveform.
1007
+
1008
+ The number of elements in this array must be equal to the value indicated in the
1009
+ numWaveforms field (10 SNR vs. 1 dBsm at 1000 km).
1010
+ """
1011
+
1012
+ waveform_max_ranges: Annotated[Iterable[float], PropertyInfo(alias="waveformMaxRanges")]
1013
+ """Array containing the maximum range, in kilometers, for each provided waveform.
1014
+
1015
+ The number of elements in this array must be equal to the value indicated in the
1016
+ numWaveforms field.
1017
+ """
1018
+
1019
+ waveform_min_ranges: Annotated[Iterable[float], PropertyInfo(alias="waveformMinRanges")]
1020
+ """Array containing the minimum range, in kilometers, for each provided waveform.
1021
+
1022
+ The number of elements in this array must be equal to the value indicated in the
1023
+ numWaveforms field.
1024
+ """
1025
+
1026
+ waveform_pulse_widths: Annotated[Iterable[float], PropertyInfo(alias="waveformPulseWidths")]
1027
+ """Array containing the pulse width, in microseconds, for each provided waveform.
1028
+
1029
+ The number of elements in this array must be equal to the value indicated in the
1030
+ numWaveforms field.
1031
+ """
1032
+
688
1033
  z1_max_range: Annotated[float, PropertyInfo(alias="z1MaxRange")]
689
1034
  """Peformance zone-1 maximum range, in kilometers.
690
1035