udl-sdk 0.1.0a10__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.
- {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/METADATA +39 -46
- {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/RECORD +413 -263
- unifieddatalibrary/__init__.py +2 -1
- unifieddatalibrary/_base_client.py +44 -2
- unifieddatalibrary/_client.py +6 -2
- unifieddatalibrary/_models.py +2 -0
- unifieddatalibrary/_types.py +2 -0
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/air_events.py +5 -6
- unifieddatalibrary/resources/air_load_plans.py +5 -6
- unifieddatalibrary/resources/air_operations/air_tasking_orders.py +5 -6
- unifieddatalibrary/resources/air_transport_missions/air_transport_missions.py +5 -6
- unifieddatalibrary/resources/aircraft.py +5 -6
- unifieddatalibrary/resources/aircraft_sorties.py +5 -6
- unifieddatalibrary/resources/aircraft_status_remarks.py +5 -6
- unifieddatalibrary/resources/aircraft_statuses/aircraft_statuses.py +5 -6
- unifieddatalibrary/resources/airfield_slot_consumptions.py +5 -6
- unifieddatalibrary/resources/airfield_slots.py +5 -6
- unifieddatalibrary/resources/airfield_status/airfield_status.py +5 -6
- unifieddatalibrary/resources/airfields.py +5 -6
- unifieddatalibrary/resources/airspace_control_orders.py +5 -6
- unifieddatalibrary/resources/ais/ais.py +5 -6
- unifieddatalibrary/resources/analytic_imagery.py +5 -6
- unifieddatalibrary/resources/antennas.py +5 -6
- unifieddatalibrary/resources/attitude_data.py +6 -7
- unifieddatalibrary/resources/attitude_sets/attitude_sets.py +5 -6
- unifieddatalibrary/resources/aviation_risk_management.py +5 -6
- unifieddatalibrary/resources/batteries.py +5 -6
- unifieddatalibrary/resources/beam.py +5 -6
- unifieddatalibrary/resources/beam_contours.py +5 -6
- unifieddatalibrary/resources/buses.py +5 -6
- unifieddatalibrary/resources/channels.py +5 -6
- unifieddatalibrary/resources/collect_requests/collect_requests.py +5 -6
- unifieddatalibrary/resources/collect_responses/collect_responses.py +5 -6
- unifieddatalibrary/resources/comm.py +5 -6
- unifieddatalibrary/resources/conjunctions/conjunctions.py +5 -6
- unifieddatalibrary/resources/countries.py +5 -6
- unifieddatalibrary/resources/crew.py +5 -6
- unifieddatalibrary/resources/diff_of_arrival/diff_of_arrival.py +5 -6
- unifieddatalibrary/resources/diplomatic_clearance/country.py +21 -22
- unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +5 -6
- unifieddatalibrary/resources/drift_history.py +6 -7
- unifieddatalibrary/resources/dropzone.py +5 -6
- unifieddatalibrary/resources/effect_requests/effect_requests.py +5 -6
- unifieddatalibrary/resources/effect_responses/effect_responses.py +5 -6
- unifieddatalibrary/resources/elsets/elsets.py +10 -12
- unifieddatalibrary/resources/emitter_geolocation.py +5 -6
- unifieddatalibrary/resources/engines.py +5 -6
- unifieddatalibrary/resources/entities.py +13 -10
- unifieddatalibrary/resources/eop/eop.py +5 -6
- unifieddatalibrary/resources/ephemeris/ephemeris.py +7 -8
- unifieddatalibrary/resources/ephemeris_sets/ephemeris_sets.py +7 -8
- unifieddatalibrary/resources/equipment.py +5 -6
- unifieddatalibrary/resources/equipment_remarks.py +5 -6
- unifieddatalibrary/resources/evac/evac.py +5 -6
- unifieddatalibrary/resources/event_evolution/event_evolution.py +5 -6
- unifieddatalibrary/resources/feature_assessment/feature_assessment.py +5 -6
- unifieddatalibrary/resources/flightplan.py +5 -6
- unifieddatalibrary/resources/geo_status/geo_status.py +5 -6
- unifieddatalibrary/resources/global_atmospheric_model/global_atmospheric_model.py +7 -8
- unifieddatalibrary/resources/gnss_observationset/gnss_observationset.py +5 -6
- unifieddatalibrary/resources/gnss_rawif.py +5 -6
- unifieddatalibrary/resources/ground_imagery/ground_imagery.py +5 -6
- unifieddatalibrary/resources/h3_geo/h3_geo.py +5 -6
- unifieddatalibrary/resources/h3_geo_hex_cell.py +6 -7
- unifieddatalibrary/resources/hazard/hazard.py +5 -6
- unifieddatalibrary/resources/ion_oobservation.py +5 -6
- unifieddatalibrary/resources/ir.py +5 -6
- unifieddatalibrary/resources/isr_collections/isr_collections.py +5 -6
- unifieddatalibrary/resources/item.py +5 -6
- unifieddatalibrary/resources/item_trackings/item_trackings.py +5 -6
- unifieddatalibrary/resources/launch_detection.py +5 -6
- unifieddatalibrary/resources/launch_event/launch_event.py +5 -6
- unifieddatalibrary/resources/launch_site.py +5 -6
- unifieddatalibrary/resources/launch_vehicle.py +5 -6
- unifieddatalibrary/resources/link_status/datalink.py +5 -6
- unifieddatalibrary/resources/link_status/link_status.py +5 -6
- unifieddatalibrary/resources/location.py +5 -6
- unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -6
- unifieddatalibrary/resources/maneuvers/maneuvers.py +5 -6
- unifieddatalibrary/resources/manifold.py +5 -6
- unifieddatalibrary/resources/manifoldelset.py +5 -6
- unifieddatalibrary/resources/missile_tracks/missile_tracks.py +5 -6
- unifieddatalibrary/resources/mission_assignment/mission_assignment.py +5 -6
- unifieddatalibrary/resources/mti/mti.py +5 -6
- unifieddatalibrary/resources/navigation.py +5 -6
- unifieddatalibrary/resources/navigational_obstruction.py +5 -6
- unifieddatalibrary/resources/notification/notification.py +5 -6
- unifieddatalibrary/resources/object_of_interest.py +5 -6
- unifieddatalibrary/resources/observations/ecpsdr.py +5 -6
- unifieddatalibrary/resources/observations/eo_observations/eo_observations.py +5 -6
- unifieddatalibrary/resources/observations/monoradar/monoradar.py +5 -6
- unifieddatalibrary/resources/observations/passive_radar_observation/passive_radar_observation.py +5 -6
- unifieddatalibrary/resources/observations/radarobservation/radarobservation.py +5 -6
- unifieddatalibrary/resources/observations/rf_observation/rf_observation.py +5 -6
- unifieddatalibrary/resources/onboardnavigation/onboardnavigation.py +5 -6
- unifieddatalibrary/resources/onorbit/onorbit.py +5 -6
- unifieddatalibrary/resources/onorbitevent.py +5 -6
- unifieddatalibrary/resources/onorbitlist.py +5 -6
- unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +5 -6
- unifieddatalibrary/resources/operatingunit.py +5 -6
- unifieddatalibrary/resources/operatingunitremark.py +5 -6
- unifieddatalibrary/resources/orbitdetermination/orbitdetermination.py +5 -6
- unifieddatalibrary/resources/orbittrack/orbittrack.py +5 -6
- unifieddatalibrary/resources/organization.py +5 -6
- unifieddatalibrary/resources/personnelrecovery/personnelrecovery.py +5 -6
- unifieddatalibrary/resources/poi.py +5 -6
- unifieddatalibrary/resources/port.py +5 -6
- unifieddatalibrary/resources/rf_band.py +5 -6
- unifieddatalibrary/resources/rf_band_type.py +5 -6
- unifieddatalibrary/resources/rf_emitter.py +5 -6
- unifieddatalibrary/resources/rf_emitter_details.py +5 -6
- unifieddatalibrary/resources/route_stats.py +5 -6
- unifieddatalibrary/resources/sar_observation/sar_observation.py +5 -6
- unifieddatalibrary/resources/scientific.py +5 -6
- unifieddatalibrary/resources/scs/folders.py +8 -0
- unifieddatalibrary/resources/scs/paths.py +16 -0
- unifieddatalibrary/resources/scs/scs.py +16 -0
- unifieddatalibrary/resources/scs/v2.py +64 -4
- unifieddatalibrary/resources/sensor/calibration/calibration.py +117 -112
- unifieddatalibrary/resources/sensor/sensor.py +5 -6
- unifieddatalibrary/resources/sensor_maintenance/sensor_maintenance.py +5 -6
- unifieddatalibrary/resources/sensor_observation_type.py +6 -7
- unifieddatalibrary/resources/sensor_plan/sensor_plan.py +5 -6
- unifieddatalibrary/resources/sensor_type.py +6 -7
- unifieddatalibrary/resources/sera_data_comm_details.py +5 -6
- unifieddatalibrary/resources/sera_data_early_warning.py +5 -6
- unifieddatalibrary/resources/sera_data_navigation.py +5 -6
- unifieddatalibrary/resources/seradata_optical_payload.py +5 -6
- unifieddatalibrary/resources/seradata_radar_payload.py +5 -6
- unifieddatalibrary/resources/seradata_sigint_payload.py +5 -6
- unifieddatalibrary/resources/seradata_spacecraft_details.py +5 -6
- unifieddatalibrary/resources/sgi/sgi.py +5 -6
- unifieddatalibrary/resources/sigact/sigact.py +5 -6
- unifieddatalibrary/resources/site/operations.py +5 -6
- unifieddatalibrary/resources/site/site.py +5 -6
- unifieddatalibrary/resources/site_remark.py +5 -6
- unifieddatalibrary/resources/site_status/site_status.py +5 -6
- unifieddatalibrary/resources/sky_imagery/sky_imagery.py +5 -6
- unifieddatalibrary/resources/soi_observation_set/soi_observation_set.py +5 -6
- unifieddatalibrary/resources/solar_array.py +5 -6
- unifieddatalibrary/resources/sortie_ppr/sortie_ppr.py +5 -6
- unifieddatalibrary/resources/space_env_observation/space_env_observation.py +5 -6
- unifieddatalibrary/resources/stage.py +5 -6
- unifieddatalibrary/resources/star_catalog/star_catalog.py +5 -6
- unifieddatalibrary/resources/state_vector/state_vector.py +7 -8
- unifieddatalibrary/resources/status.py +5 -6
- unifieddatalibrary/resources/substatus.py +5 -6
- unifieddatalibrary/resources/supporting_data/query_help.py +6 -7
- unifieddatalibrary/resources/surface.py +5 -6
- unifieddatalibrary/resources/surface_obstruction.py +5 -6
- unifieddatalibrary/resources/swir/swir.py +5 -6
- unifieddatalibrary/resources/tai_utc/tai_utc.py +5 -6
- unifieddatalibrary/resources/track/track.py +5 -6
- unifieddatalibrary/resources/track_details/track_details.py +5 -6
- unifieddatalibrary/resources/track_route/track_route.py +5 -6
- unifieddatalibrary/resources/transponder.py +5 -6
- unifieddatalibrary/resources/vessel.py +5 -6
- unifieddatalibrary/resources/video/video.py +5 -6
- unifieddatalibrary/resources/weather_data/weather_data.py +5 -6
- unifieddatalibrary/resources/weather_report/weather_report.py +5 -6
- unifieddatalibrary/types/__init__.py +200 -0
- unifieddatalibrary/types/ai_queryhelp_response.py +63 -0
- unifieddatalibrary/types/air_event_queryhelp_response.py +63 -0
- unifieddatalibrary/types/air_load_plan_queryhelp_response.py +63 -0
- unifieddatalibrary/types/air_operations/__init__.py +1 -0
- unifieddatalibrary/types/air_operations/air_tasking_order_query_help_response.py +63 -0
- unifieddatalibrary/types/air_operations/diplomatic_clearance_unvalidated_publish_params.py +4 -4
- unifieddatalibrary/types/air_operations/diplomaticclearance_abridged.py +4 -4
- unifieddatalibrary/types/air_operations/diplomaticclearance_full.py +4 -4
- unifieddatalibrary/types/air_transport_mission_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_sorty_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_status_remark_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_slot_consumption_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_slot_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airspace_control_order_query_help_response.py +63 -0
- unifieddatalibrary/types/analytic_imagery_full.py +272 -1
- unifieddatalibrary/types/analytic_imagery_history_response.py +2 -2
- unifieddatalibrary/types/analytic_imagery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/analytic_imagery_tuple_response.py +2 -2
- unifieddatalibrary/types/antenna_queryhelp_response.py +63 -0
- unifieddatalibrary/types/attitude_data_query_help_response.py +63 -0
- unifieddatalibrary/types/attitude_set_query_help_response.py +63 -0
- unifieddatalibrary/types/aviation_risk_management_query_help_response.py +63 -0
- unifieddatalibrary/types/battery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/beam_contour_query_help_response.py +63 -0
- unifieddatalibrary/types/beam_query_help_response.py +63 -0
- unifieddatalibrary/types/bus_query_help_response.py +63 -0
- unifieddatalibrary/types/channel_queryhelp_response.py +63 -0
- unifieddatalibrary/types/collect_request_abridged.py +3 -1
- unifieddatalibrary/types/collect_request_create_bulk_params.py +3 -1
- unifieddatalibrary/types/collect_request_create_params.py +3 -1
- unifieddatalibrary/types/collect_request_query_help_response.py +63 -0
- unifieddatalibrary/types/collect_request_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/collect_response_query_help_response.py +63 -0
- unifieddatalibrary/types/comm_queryhelp_response.py +63 -0
- unifieddatalibrary/types/conjunction_abridged.py +6 -2
- unifieddatalibrary/types/conjunction_create_bulk_params.py +6 -2
- unifieddatalibrary/types/conjunction_create_udl_params.py +6 -2
- unifieddatalibrary/types/conjunction_full.py +6 -2
- unifieddatalibrary/types/conjunction_queryhelp_response.py +63 -0
- unifieddatalibrary/types/conjunction_unvalidated_publish_params.py +6 -2
- unifieddatalibrary/types/country_queryhelp_response.py +63 -0
- unifieddatalibrary/types/crew_queryhelp_response.py +63 -0
- unifieddatalibrary/types/diff_of_arrival_queryhelp_response.py +63 -0
- unifieddatalibrary/types/diplomatic_clearance/__init__.py +1 -0
- unifieddatalibrary/types/diplomatic_clearance/country_create_bulk_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_create_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_list_response.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_query_help_response.py +63 -0
- unifieddatalibrary/types/diplomatic_clearance/country_retrieve_response.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_tuple_response.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_unvalidated_publish_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_update_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance_create_bulk_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance_create_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance_queryhelp_response.py +63 -0
- unifieddatalibrary/types/diplomatic_clearance_update_params.py +4 -4
- unifieddatalibrary/types/drift_history_queryhelp_response.py +63 -0
- unifieddatalibrary/types/dropzone_query_help_response.py +63 -0
- unifieddatalibrary/types/effect_request_query_help_response.py +63 -0
- unifieddatalibrary/types/effect_response_query_help_response.py +63 -0
- unifieddatalibrary/types/elset_query_current_elset_help_response.py +63 -0
- unifieddatalibrary/types/elset_queryhelp_response.py +63 -0
- unifieddatalibrary/types/emitter_geolocation_query_help_response.py +63 -0
- unifieddatalibrary/types/engine_queryhelp_response.py +63 -0
- unifieddatalibrary/types/entity_abridged.py +13 -2
- unifieddatalibrary/types/entity_create_params.py +2 -1
- unifieddatalibrary/types/entity_full.py +13 -2
- unifieddatalibrary/types/entity_get_all_types_response.py +4 -3875
- unifieddatalibrary/types/entity_ingest_param.py +2 -1
- unifieddatalibrary/types/entity_query_help_response.py +63 -0
- unifieddatalibrary/types/entity_update_params.py +2 -1
- unifieddatalibrary/types/eop_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ephemeris_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ephemeris_set.py +3 -1
- unifieddatalibrary/types/ephemeris_set_abridged.py +3 -1
- unifieddatalibrary/types/ephemeris_set_create_params.py +3 -1
- unifieddatalibrary/types/ephemeris_set_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ephemeris_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/equipment_query_help_response.py +63 -0
- unifieddatalibrary/types/equipment_remark_query_help_response.py +63 -0
- unifieddatalibrary/types/evac_query_help_response.py +63 -0
- unifieddatalibrary/types/event_evolution_queryhelp_response.py +63 -0
- unifieddatalibrary/types/feature_assessment_query_help_response.py +63 -0
- unifieddatalibrary/types/flightplan_queryhelp_response.py +63 -0
- unifieddatalibrary/types/geo_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/global_atmospheric_model_query_help_response.py +63 -0
- unifieddatalibrary/types/gnss_observationset_queryhelp_response.py +63 -0
- unifieddatalibrary/types/gnss_rawif_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ground_imagery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/h3_geo_hex_cell_queryhelp_response.py +63 -0
- unifieddatalibrary/types/h3_geo_queryhelp_response.py +63 -0
- unifieddatalibrary/types/hazard_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ion_oobservation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ir_queryhelp_response.py +63 -0
- unifieddatalibrary/types/isr_collection_queryhelp_response.py +63 -0
- unifieddatalibrary/types/item_queryhelp_response.py +63 -0
- unifieddatalibrary/types/item_tracking_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_detection_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_event_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_site_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_vehicle_queryhelp_response.py +63 -0
- unifieddatalibrary/types/link_status/__init__.py +1 -0
- unifieddatalibrary/types/link_status/datalink_queryhelp_response.py +63 -0
- unifieddatalibrary/types/link_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/location_queryhelp_response.py +63 -0
- unifieddatalibrary/types/logistics_support_queryhelp_response.py +63 -0
- unifieddatalibrary/types/maneuver_create_bulk_params.py +6 -2
- unifieddatalibrary/types/maneuver_create_params.py +6 -2
- unifieddatalibrary/types/maneuver_get_response.py +6 -2
- unifieddatalibrary/types/maneuver_list_response.py +6 -2
- unifieddatalibrary/types/maneuver_queryhelp_response.py +63 -0
- unifieddatalibrary/types/maneuver_tuple_response.py +6 -2
- unifieddatalibrary/types/maneuver_unvalidated_publish_params.py +6 -2
- unifieddatalibrary/types/maneuvers/history_list_response.py +6 -2
- unifieddatalibrary/types/manifold_queryhelp_response.py +63 -0
- unifieddatalibrary/types/manifoldelset_queryhelp_response.py +63 -0
- unifieddatalibrary/types/missile_track_create_bulk_params.py +6 -4
- unifieddatalibrary/types/missile_track_list_response.py +6 -4
- unifieddatalibrary/types/missile_track_queryhelp_response.py +63 -0
- unifieddatalibrary/types/missile_track_tuple_response.py +6 -4
- unifieddatalibrary/types/missile_track_unvalidated_publish_params.py +6 -4
- unifieddatalibrary/types/missile_tracks/history_query_response.py +6 -4
- unifieddatalibrary/types/mission_assignment_queryhelp_response.py +63 -0
- unifieddatalibrary/types/mti_queryhelp_response.py +63 -0
- unifieddatalibrary/types/navigation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/navigational_obstruction_queryhelp_response.py +63 -0
- unifieddatalibrary/types/notification_queryhelp_response.py +63 -0
- unifieddatalibrary/types/object_of_interest_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/__init__.py +8 -0
- unifieddatalibrary/types/observations/ecpsdr_query_help_response.py +63 -0
- unifieddatalibrary/types/observations/eo_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/monoradar_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/passive_radar_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/radarobservation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/rf_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onboardnavigation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbit_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbitevent_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbitlist_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbitthrusterstatus_queryhelp_response.py +63 -0
- unifieddatalibrary/types/operatingunit_queryhelp_response.py +63 -0
- unifieddatalibrary/types/operatingunitremark_queryhelp_response.py +63 -0
- unifieddatalibrary/types/orbitdetermination/history_list_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_create_bulk_params.py +3 -1
- unifieddatalibrary/types/orbitdetermination_create_params.py +3 -1
- unifieddatalibrary/types/orbitdetermination_get_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_list_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_queryhelp_response.py +63 -0
- unifieddatalibrary/types/orbitdetermination_tuple_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/orbittrack_queryhelp_response.py +63 -0
- unifieddatalibrary/types/organization_queryhelp_response.py +63 -0
- unifieddatalibrary/types/personnelrecovery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/poi_queryhelp_response.py +63 -0
- unifieddatalibrary/types/port_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_band_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_band_type_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_emitter_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_emitter_queryhelp_response.py +63 -0
- unifieddatalibrary/types/route_stat_query_help_response.py +63 -0
- unifieddatalibrary/types/sar_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sc_file_upload_params.py +6 -0
- unifieddatalibrary/types/scientific_queryhelp_response.py +63 -0
- unifieddatalibrary/types/scs/folder_create_params.py +3 -0
- unifieddatalibrary/types/scs/folder_update_params.py +2 -0
- unifieddatalibrary/types/scs/path_create_params.py +6 -0
- unifieddatalibrary/types/scs/scs_entity.py +2 -0
- unifieddatalibrary/types/scs/v2_file_upload_params.py +6 -0
- unifieddatalibrary/types/scs/v2_folder_create_params.py +5 -0
- unifieddatalibrary/types/scs/v2_update_params.py +5 -0
- unifieddatalibrary/types/sensor/__init__.py +1 -0
- unifieddatalibrary/types/sensor/calibration/history_query_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_create_bulk_params.py +64 -53
- unifieddatalibrary/types/sensor/calibration_create_params.py +64 -53
- unifieddatalibrary/types/sensor/calibration_query_help_response.py +63 -0
- unifieddatalibrary/types/sensor/calibration_query_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_retrieve_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_tuple_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_unvalidated_publish_params.py +64 -53
- unifieddatalibrary/types/sensor_create_params.py +349 -4
- unifieddatalibrary/types/sensor_get_response.py +362 -5
- unifieddatalibrary/types/sensor_list_response.py +362 -5
- unifieddatalibrary/types/sensor_maintenance_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_observation_type_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_plan/history_retrieve_response.py +3 -1
- unifieddatalibrary/types/sensor_plan_create_params.py +3 -1
- unifieddatalibrary/types/sensor_plan_get_response.py +3 -1
- unifieddatalibrary/types/sensor_plan_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_plan_tuple_response.py +3 -1
- unifieddatalibrary/types/sensor_plan_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/sensor_plan_update_params.py +3 -1
- unifieddatalibrary/types/sensor_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_tuple_response.py +362 -5
- unifieddatalibrary/types/sensor_type_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_update_params.py +349 -4
- unifieddatalibrary/types/sera_data_comm_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sera_data_early_warning_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sera_data_navigation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_optical_payload_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_radar_payload_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_sigint_payload_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_spacecraft_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sgi_queryhelp_response.py +63 -0
- unifieddatalibrary/types/shared/collect_request_full.py +3 -1
- unifieddatalibrary/types/shared/file_data.py +2 -0
- unifieddatalibrary/types/shared/onorbit_full.py +13 -2
- unifieddatalibrary/types/shared_params/file_data.py +2 -0
- unifieddatalibrary/types/sigact_queryhelp_response.py +63 -0
- unifieddatalibrary/types/site/__init__.py +1 -0
- unifieddatalibrary/types/site/operation_query_help_response.py +63 -0
- unifieddatalibrary/types/site_queryhelp_response.py +63 -0
- unifieddatalibrary/types/site_remark_queryhelp_response.py +63 -0
- unifieddatalibrary/types/site_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sky_imagery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/soi_observation_set_queryhelp_response.py +63 -0
- unifieddatalibrary/types/solar_array_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sortie_ppr_queryhelp_response.py +63 -0
- unifieddatalibrary/types/space_env_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/stage_queryhelp_response.py +63 -0
- unifieddatalibrary/types/star_catalog_queryhelp_response.py +63 -0
- unifieddatalibrary/types/state_vector_abridged.py +3 -1
- unifieddatalibrary/types/state_vector_create_params.py +3 -1
- unifieddatalibrary/types/state_vector_full.py +3 -1
- unifieddatalibrary/types/state_vector_ingest_param.py +3 -1
- unifieddatalibrary/types/state_vector_queryhelp_response.py +63 -0
- unifieddatalibrary/types/status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/substatus_queryhelp_response.py +63 -0
- unifieddatalibrary/types/supporting_data/__init__.py +1 -0
- unifieddatalibrary/types/supporting_data/query_help_retrieve_response.py +63 -0
- unifieddatalibrary/types/surface_obstruction_queryhelp_response.py +63 -0
- unifieddatalibrary/types/surface_queryhelp_response.py +63 -0
- unifieddatalibrary/types/swir_queryhelp_response.py +63 -0
- unifieddatalibrary/types/tai_utc_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track/track_full.py +26 -0
- unifieddatalibrary/types/track_create_bulk_params.py +26 -0
- unifieddatalibrary/types/track_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track_list_response.py +26 -0
- unifieddatalibrary/types/track_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track_route_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track_unvalidated_publish_params.py +26 -0
- unifieddatalibrary/types/transponder_queryhelp_response.py +63 -0
- unifieddatalibrary/types/vessel_queryhelp_response.py +63 -0
- unifieddatalibrary/types/video_queryhelp_response.py +63 -0
- unifieddatalibrary/types/weather_data_queryhelp_response.py +63 -0
- unifieddatalibrary/types/weather_report_queryhelp_response.py +63 -0
- {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/licenses/LICENSE +0 -0
@@ -1702,11 +1702,22 @@ class SensorTupleResponseItemEntity(BaseModel):
|
|
1702
1702
|
"""Source of the data."""
|
1703
1703
|
|
1704
1704
|
type: Literal[
|
1705
|
-
"AIRCRAFT",
|
1705
|
+
"AIRCRAFT",
|
1706
|
+
"BUS",
|
1707
|
+
"COMM",
|
1708
|
+
"IR",
|
1709
|
+
"LASEREMITTER",
|
1710
|
+
"NAVIGATION",
|
1711
|
+
"ONORBIT",
|
1712
|
+
"RFEMITTER",
|
1713
|
+
"SCIENTIFIC",
|
1714
|
+
"SENSOR",
|
1715
|
+
"SITE",
|
1716
|
+
"VESSEL",
|
1706
1717
|
]
|
1707
1718
|
"""
|
1708
1719
|
The type of entity represented by this record (AIRCRAFT, BUS, COMM, IR,
|
1709
|
-
NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
|
1720
|
+
LASEREMITTER, NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
|
1710
1721
|
"""
|
1711
1722
|
|
1712
1723
|
country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
|
@@ -1851,6 +1862,13 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1851
1862
|
beamOrder field.
|
1852
1863
|
"""
|
1853
1864
|
|
1865
|
+
analog_to_digital_bit_size: Optional[int] = FieldInfo(alias="analogToDigitalBitSize", default=None)
|
1866
|
+
"""
|
1867
|
+
Number of bits used in the conversion from analog electrons in a pixel well to a
|
1868
|
+
digital number. The digital number has a maximum value of 2^N, where N is the
|
1869
|
+
number of bits.
|
1870
|
+
"""
|
1871
|
+
|
1854
1872
|
aperture: Optional[float] = None
|
1855
1873
|
"""Optical sensor camera aperture."""
|
1856
1874
|
|
@@ -1860,6 +1878,22 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1860
1878
|
radar, in scans/minute.
|
1861
1879
|
"""
|
1862
1880
|
|
1881
|
+
atmos_receiver_loss: Optional[float] = FieldInfo(alias="atmosReceiverLoss", default=None)
|
1882
|
+
"""One-way radar receiver loss factor due to atmospheric effects.
|
1883
|
+
|
1884
|
+
This value will often be the same as the corresponding transmission factor but
|
1885
|
+
may be different for bistatic systems.
|
1886
|
+
"""
|
1887
|
+
|
1888
|
+
atmos_transmission_loss: Optional[float] = FieldInfo(alias="atmosTransmissionLoss", default=None)
|
1889
|
+
"""One-way radar transmission loss factor due to atmospheric effects."""
|
1890
|
+
|
1891
|
+
avg_atmos_seeing_conditions: Optional[float] = FieldInfo(alias="avgAtmosSeeingConditions", default=None)
|
1892
|
+
"""
|
1893
|
+
Average atmospheric angular width with no distortion from turbulence at an
|
1894
|
+
optical sensor site in arcseconds.
|
1895
|
+
"""
|
1896
|
+
|
1863
1897
|
az_angs: Optional[List[float]] = FieldInfo(alias="azAngs", default=None)
|
1864
1898
|
"""Array of azimuth angles of a radar beam, in degrees.
|
1865
1899
|
|
@@ -1870,9 +1904,26 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1870
1904
|
azimuth_rate: Optional[float] = FieldInfo(alias="azimuthRate", default=None)
|
1871
1905
|
"""Azimuth rate acquisition limit (radians/minute)."""
|
1872
1906
|
|
1907
|
+
background_sky_radiance: Optional[float] = FieldInfo(alias="backgroundSkyRadiance", default=None)
|
1908
|
+
"""
|
1909
|
+
Average background sky brightness at an optical sensor site during new moon
|
1910
|
+
conditions. This field uses units of watts per square meter per steradian
|
1911
|
+
(W/(m^2 str)) consistent with sensor detection bands.
|
1912
|
+
"""
|
1913
|
+
|
1914
|
+
background_sky_vis_mag: Optional[float] = FieldInfo(alias="backgroundSkyVisMag", default=None)
|
1915
|
+
"""
|
1916
|
+
Average background sky brightness at an optical sensor site during new moon
|
1917
|
+
conditions. This field uses units of visual magnitude consistent with sensor
|
1918
|
+
detection bands.
|
1919
|
+
"""
|
1920
|
+
|
1873
1921
|
band: Optional[str] = None
|
1874
1922
|
"""Sensor band."""
|
1875
1923
|
|
1924
|
+
bandwidth: Optional[float] = None
|
1925
|
+
"""The total bandwidth, in megahertz, about the radar center frequency."""
|
1926
|
+
|
1876
1927
|
beam_order: Optional[List[str]] = FieldInfo(alias="beamOrder", default=None)
|
1877
1928
|
"""Array designating the beam order of provided values (e.g.
|
1878
1929
|
|
@@ -1892,6 +1943,22 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1892
1943
|
boresight_off_angle: Optional[float] = FieldInfo(alias="boresightOffAngle", default=None)
|
1893
1944
|
"""The number of degrees off of the boresight for the sensor."""
|
1894
1945
|
|
1946
|
+
center_wavelength: Optional[float] = FieldInfo(alias="centerWavelength", default=None)
|
1947
|
+
"""Weighted center wavelength for an optical sensor bandpass in micrometers.
|
1948
|
+
|
1949
|
+
It is the center wavelength in a weighted integral sense, accounting for the
|
1950
|
+
sensitivity vs. wavelength curve for the sensor focal plane array.
|
1951
|
+
"""
|
1952
|
+
|
1953
|
+
collapsing_loss: Optional[float] = FieldInfo(alias="collapsingLoss", default=None)
|
1954
|
+
"""Collapsing loss in decibels.
|
1955
|
+
|
1956
|
+
Collapsing losses occur when two or more sources of noise are added to the
|
1957
|
+
target signal. Examples include receiver bandwidth mismatch with filtering
|
1958
|
+
bandwidth and elevation or azimuth beam collapse onto position/height indicator
|
1959
|
+
displays.
|
1960
|
+
"""
|
1961
|
+
|
1895
1962
|
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
1896
1963
|
"""Time the row was created in the database, auto-populated by the system."""
|
1897
1964
|
|
@@ -1907,6 +1974,12 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1907
1974
|
rejected, measured in units of inverse second.
|
1908
1975
|
"""
|
1909
1976
|
|
1977
|
+
dark_current: Optional[float] = FieldInfo(alias="darkCurrent", default=None)
|
1978
|
+
"""
|
1979
|
+
Current flowing through optical sensor focal plane electronics with a closed
|
1980
|
+
shutter in electrons per second.
|
1981
|
+
"""
|
1982
|
+
|
1910
1983
|
delay_gates: Optional[List[float]] = FieldInfo(alias="delayGates", default=None)
|
1911
1984
|
"""
|
1912
1985
|
Array of time delay(s) for pulses from a radar beam to get to the first range
|
@@ -1917,6 +1990,28 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1917
1990
|
description: Optional[str] = None
|
1918
1991
|
"""Description of the equipment and data source."""
|
1919
1992
|
|
1993
|
+
detect_snr: Optional[float] = FieldInfo(alias="detectSNR", default=None)
|
1994
|
+
"""Detection signal-to-noise ratio (SNR) threshold in decibels.
|
1995
|
+
|
1996
|
+
This value is typically lower than trackSNR.
|
1997
|
+
"""
|
1998
|
+
|
1999
|
+
duty_cycle: Optional[float] = FieldInfo(alias="dutyCycle", default=None)
|
2000
|
+
"""Sensor duty cycle as a fraction of 1.
|
2001
|
+
|
2002
|
+
Duty cycle is the fraction of time a sensor is actively transmitting.
|
2003
|
+
"""
|
2004
|
+
|
2005
|
+
earth_limb_excl_hgt: Optional[float] = FieldInfo(alias="earthLimbExclHgt", default=None)
|
2006
|
+
"""
|
2007
|
+
Sensor Earth limb exclusion height in kilometers and is generally only applied
|
2008
|
+
to space-based sensors. Some models used an earth exclusion angle instead, but
|
2009
|
+
this assumes the sensor is in a circular orbit with constant altitude relative
|
2010
|
+
to the earth. The limb exclusion height can be used for space-based sensors in
|
2011
|
+
any orbit (assuming it is constant with sensor altitude). The limb height is
|
2012
|
+
defined to be 0 at the surface of the earth.
|
2013
|
+
"""
|
2014
|
+
|
1920
2015
|
el_angs: Optional[List[float]] = FieldInfo(alias="elAngs", default=None)
|
1921
2016
|
"""Array of elevation angles of a radar beam, in degrees.
|
1922
2017
|
|
@@ -1948,6 +2043,20 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1948
2043
|
failing the first guess check.
|
1949
2044
|
"""
|
1950
2045
|
|
2046
|
+
filter_mismatch_factor: Optional[float] = FieldInfo(alias="filterMismatchFactor", default=None)
|
2047
|
+
"""
|
2048
|
+
Noise term, in decibels, that arises when a radar receiver filter has a
|
2049
|
+
non-optimal bandwidth for an incoming signal (i.e., when it does not match the
|
2050
|
+
pulse width).
|
2051
|
+
"""
|
2052
|
+
|
2053
|
+
f_num: Optional[float] = FieldInfo(alias="fNum", default=None)
|
2054
|
+
"""F-number for an optical telescope.
|
2055
|
+
|
2056
|
+
It is dimensionless and is defined as the ratio of the focal length to the
|
2057
|
+
aperture width.
|
2058
|
+
"""
|
2059
|
+
|
1951
2060
|
focal_point: Optional[float] = FieldInfo(alias="focalPoint", default=None)
|
1952
2061
|
"""
|
1953
2062
|
For radar based sensors, the focal point elevation of the radar at the site, in
|
@@ -1955,7 +2064,7 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1955
2064
|
"""
|
1956
2065
|
|
1957
2066
|
h_fov: Optional[float] = FieldInfo(alias="hFOV", default=None)
|
1958
|
-
"""Horizontal field of view."""
|
2067
|
+
"""Horizontal field of view, in degrees."""
|
1959
2068
|
|
1960
2069
|
h_res_pixels: Optional[int] = FieldInfo(alias="hResPixels", default=None)
|
1961
2070
|
"""Horizontal pixel resolution."""
|
@@ -1975,6 +2084,20 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1975
2084
|
location: Optional[str] = None
|
1976
2085
|
"""Site where measurement is taken."""
|
1977
2086
|
|
2087
|
+
loop_gain: Optional[float] = FieldInfo(alias="loopGain", default=None)
|
2088
|
+
"""Aggregated radar range equation gain in decibels for maximum sensitivity.
|
2089
|
+
|
2090
|
+
It is a roll-up value for low fidelity modeling and is often the only
|
2091
|
+
sensitivity value available for a radar system without access to detailed
|
2092
|
+
performance parameters.
|
2093
|
+
"""
|
2094
|
+
|
2095
|
+
lunar_excl_angle: Optional[float] = FieldInfo(alias="lunarExclAngle", default=None)
|
2096
|
+
"""
|
2097
|
+
Lowest aspect angle of the full moon in degrees at which the sensor can achieve
|
2098
|
+
full performance.
|
2099
|
+
"""
|
2100
|
+
|
1978
2101
|
mag_dec: Optional[float] = FieldInfo(alias="magDec", default=None)
|
1979
2102
|
"""Angle between magnetic north and true north at the sensor site, in degrees."""
|
1980
2103
|
|
@@ -1984,6 +2107,9 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1984
2107
|
max_deviation_angle: Optional[float] = FieldInfo(alias="maxDeviationAngle", default=None)
|
1985
2108
|
"""Max deviation angle of the sensor in degrees."""
|
1986
2109
|
|
2110
|
+
max_integration_time: Optional[float] = FieldInfo(alias="maxIntegrationTime", default=None)
|
2111
|
+
"""Maximum integration time per image frame in seconds for an optical sensor."""
|
2112
|
+
|
1987
2113
|
max_observable_range: Optional[float] = FieldInfo(alias="maxObservableRange", default=None)
|
1988
2114
|
"""Maximum observable sensor range, in kilometers."""
|
1989
2115
|
|
@@ -1993,6 +2119,12 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
1993
2119
|
this range.
|
1994
2120
|
"""
|
1995
2121
|
|
2122
|
+
max_wavelength: Optional[float] = FieldInfo(alias="maxWavelength", default=None)
|
2123
|
+
"""Maximum wavelength detectable by an optical sensor in micrometers."""
|
2124
|
+
|
2125
|
+
min_integration_time: Optional[float] = FieldInfo(alias="minIntegrationTime", default=None)
|
2126
|
+
"""Minimum integration time per image frame in seconds for an optical sensor."""
|
2127
|
+
|
1996
2128
|
min_range_limit: Optional[float] = FieldInfo(alias="minRangeLimit", default=None)
|
1997
2129
|
"""Minimum range measurement capability of the sensor, in kilometers."""
|
1998
2130
|
|
@@ -2002,18 +2134,127 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2002
2134
|
The values for this range from 0.0 - + 99.99 dB.
|
2003
2135
|
"""
|
2004
2136
|
|
2137
|
+
min_wavelength: Optional[float] = FieldInfo(alias="minWavelength", default=None)
|
2138
|
+
"""Minimum wavelength detectable by an optical sensor in micrometers."""
|
2139
|
+
|
2005
2140
|
negative_range_rate_limit: Optional[float] = FieldInfo(alias="negativeRangeRateLimit", default=None)
|
2006
2141
|
"""Negative Range-rate/relative velocity limit (kilometers/second)."""
|
2007
2142
|
|
2143
|
+
noise_figure: Optional[float] = FieldInfo(alias="noiseFigure", default=None)
|
2144
|
+
"""Noise figure for a radar system in decibels.
|
2145
|
+
|
2146
|
+
This value may be used to compute system noise when the system temperature is
|
2147
|
+
unavailable.
|
2148
|
+
"""
|
2149
|
+
|
2150
|
+
non_coherent_integrated_pulses: Optional[int] = FieldInfo(alias="nonCoherentIntegratedPulses", default=None)
|
2151
|
+
"""
|
2152
|
+
Number of pulses that are non-coherently integrated during detection processing.
|
2153
|
+
"""
|
2154
|
+
|
2008
2155
|
num_integrated_pulses: Optional[int] = FieldInfo(alias="numIntegratedPulses", default=None)
|
2009
2156
|
"""For radar based sensors, number of integrated pulses in a transmit cycle."""
|
2010
2157
|
|
2158
|
+
num_integration_frames: Optional[int] = FieldInfo(alias="numIntegrationFrames", default=None)
|
2159
|
+
"""Number of integration frames for an optical sensor."""
|
2160
|
+
|
2161
|
+
num_optical_integration_modes: Optional[int] = FieldInfo(alias="numOpticalIntegrationModes", default=None)
|
2162
|
+
"""The number of optical integration mode characteristics provided in this record.
|
2163
|
+
|
2164
|
+
If provided, the numOpticalIntegrationModes value indicates the number of
|
2165
|
+
elements in each of the opticalIntegrationTimes, opticalIntegrationAngularRates,
|
2166
|
+
opticalIntegrationFrames, opticalIntegrationPixelBinnings, and
|
2167
|
+
opticalIntegrationSNRs arrays.
|
2168
|
+
"""
|
2169
|
+
|
2170
|
+
num_waveforms: Optional[int] = FieldInfo(alias="numWaveforms", default=None)
|
2171
|
+
"""The number of waveforms characteristics provided in this record.
|
2172
|
+
|
2173
|
+
If provided, the numWaveforms value indicates the number of elements in each of
|
2174
|
+
the waveformPulseWidths, waveformBandWidths, waveformMinRanges,
|
2175
|
+
waveformMaxRanges, and waveformLoopGains arrays.
|
2176
|
+
"""
|
2177
|
+
|
2178
|
+
optical_integration_angular_rates: Optional[List[float]] = FieldInfo(
|
2179
|
+
alias="opticalIntegrationAngularRates", default=None
|
2180
|
+
)
|
2181
|
+
"""
|
2182
|
+
Array containing the angular rate, in arcsec/sec, for each provided optical
|
2183
|
+
integration mode. The number of elements must be equal to the value indicated in
|
2184
|
+
numOpticalIntegrationModes.
|
2185
|
+
"""
|
2186
|
+
|
2187
|
+
optical_integration_frames: Optional[List[float]] = FieldInfo(alias="opticalIntegrationFrames", default=None)
|
2188
|
+
"""Array containing the number of frames, for each optical integration mode.
|
2189
|
+
|
2190
|
+
The number of elements must be equal to the value indicated in
|
2191
|
+
numOpticalIntegrationModes.
|
2192
|
+
"""
|
2193
|
+
|
2194
|
+
optical_integration_pixel_binnings: Optional[List[float]] = FieldInfo(
|
2195
|
+
alias="opticalIntegrationPixelBinnings", default=None
|
2196
|
+
)
|
2197
|
+
"""Array containing the pixel binning, for each optical integration mode.
|
2198
|
+
|
2199
|
+
The number of elements must be equal to the value indicated in
|
2200
|
+
numOpticalIntegrationModes.
|
2201
|
+
"""
|
2202
|
+
|
2203
|
+
optical_integration_sn_rs: Optional[List[float]] = FieldInfo(alias="opticalIntegrationSNRs", default=None)
|
2204
|
+
"""Array of optical integration modes signal to noise ratios.
|
2205
|
+
|
2206
|
+
The number of elements must be equal to the value indicated in
|
2207
|
+
numOpticalIntegrationModes.
|
2208
|
+
"""
|
2209
|
+
|
2210
|
+
optical_integration_times: Optional[List[float]] = FieldInfo(alias="opticalIntegrationTimes", default=None)
|
2211
|
+
"""
|
2212
|
+
Array containing the time, in seconds, for each provided optical integration
|
2213
|
+
mode. The number of elements must be equal to the value indicated in
|
2214
|
+
numOpticalIntegrationModes.
|
2215
|
+
"""
|
2216
|
+
|
2217
|
+
optical_transmission: Optional[float] = FieldInfo(alias="opticalTransmission", default=None)
|
2218
|
+
"""Fraction of incident light transmitted to an optical sensor focal plane array.
|
2219
|
+
|
2220
|
+
The value is given as a fraction of 1, not as a percent.
|
2221
|
+
"""
|
2222
|
+
|
2011
2223
|
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
2012
2224
|
"""
|
2013
2225
|
The originating source network on which this record was created, auto-populated
|
2014
2226
|
by the system.
|
2015
2227
|
"""
|
2016
2228
|
|
2229
|
+
pattern_absorption_loss: Optional[float] = FieldInfo(alias="patternAbsorptionLoss", default=None)
|
2230
|
+
"""Two-way pattern absorption/propagation loss due to medium in decibels."""
|
2231
|
+
|
2232
|
+
pattern_scan_loss: Optional[float] = FieldInfo(alias="patternScanLoss", default=None)
|
2233
|
+
"""Losses from the beam shape, scanning, and pattern factor in decibels.
|
2234
|
+
|
2235
|
+
These losses occur when targets are not directly in line with a beam center. For
|
2236
|
+
space surveillance, this will occur most often during sensor scanning.
|
2237
|
+
"""
|
2238
|
+
|
2239
|
+
peak_power: Optional[float] = FieldInfo(alias="peakPower", default=None)
|
2240
|
+
"""
|
2241
|
+
Maximum instantaneous radar transmit power in watts for use in the radar range
|
2242
|
+
equation.
|
2243
|
+
"""
|
2244
|
+
|
2245
|
+
pixel_instantaneous_fov: Optional[float] = FieldInfo(alias="pixelInstantaneousFOV", default=None)
|
2246
|
+
"""
|
2247
|
+
Angular field-of-view covered by one pixel in a focal plane array in
|
2248
|
+
microradians. The pixel is assumed to be a perfect square so that only a single
|
2249
|
+
value is required.
|
2250
|
+
"""
|
2251
|
+
|
2252
|
+
pixel_well_depth: Optional[int] = FieldInfo(alias="pixelWellDepth", default=None)
|
2253
|
+
"""
|
2254
|
+
Maximum number of electrons that can be collected in a single pixel on an
|
2255
|
+
optical sensor focal plane array.
|
2256
|
+
"""
|
2257
|
+
|
2017
2258
|
positive_range_rate_limit: Optional[float] = FieldInfo(alias="positiveRangeRateLimit", default=None)
|
2018
2259
|
"""Positive Range-rate/relative velocity limit (kilometers/second)."""
|
2019
2260
|
|
@@ -2023,6 +2264,9 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2023
2264
|
Number of new pulses transmitted per second.
|
2024
2265
|
"""
|
2025
2266
|
|
2267
|
+
prob_detect_snr: Optional[float] = FieldInfo(alias="probDetectSNR", default=None)
|
2268
|
+
"""Designated probability of detection at the signal-to-noise detection threshold."""
|
2269
|
+
|
2026
2270
|
prob_false_alarm: Optional[float] = FieldInfo(alias="probFalseAlarm", default=None)
|
2027
2271
|
"""
|
2028
2272
|
For radar based sensors, probability of the indication of the presence of a
|
@@ -2036,8 +2280,14 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2036
2280
|
associated beam(s) must be provided in the beamOrder field.
|
2037
2281
|
"""
|
2038
2282
|
|
2283
|
+
quantum_eff: Optional[float] = FieldInfo(alias="quantumEff", default=None)
|
2284
|
+
"""Fraction of incident photons converted to electrons at the focal plane array.
|
2285
|
+
|
2286
|
+
This value is a decimal number between 0 and 1, inclusive.
|
2287
|
+
"""
|
2288
|
+
|
2039
2289
|
radar_frequency: Optional[float] = FieldInfo(alias="radarFrequency", default=None)
|
2040
|
-
"""Radar frequency of the sensor (if a radar sensor)."""
|
2290
|
+
"""Radar frequency in hertz, of the sensor (if a radar sensor)."""
|
2041
2291
|
|
2042
2292
|
radar_message_format: Optional[str] = FieldInfo(alias="radarMessageFormat", default=None)
|
2043
2293
|
"""Message data format transmitted by the sensor digitizer."""
|
@@ -2055,6 +2305,12 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2055
2305
|
radio_frequency: Optional[float] = FieldInfo(alias="radioFrequency", default=None)
|
2056
2306
|
"""Radio frequency (if sensor is RF)."""
|
2057
2307
|
|
2308
|
+
radome_loss: Optional[float] = FieldInfo(alias="radomeLoss", default=None)
|
2309
|
+
"""
|
2310
|
+
Losses due to the presence of a protective radome surrounding a radar sensor, in
|
2311
|
+
decibels.
|
2312
|
+
"""
|
2313
|
+
|
2058
2314
|
range_gates: Optional[List[int]] = FieldInfo(alias="rangeGates", default=None)
|
2059
2315
|
"""
|
2060
2316
|
Array of the number(s) of discrete altitudes where return signals are sampled by
|
@@ -2069,6 +2325,32 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2069
2325
|
beamOrder field.
|
2070
2326
|
"""
|
2071
2327
|
|
2328
|
+
read_noise: Optional[int] = FieldInfo(alias="readNoise", default=None)
|
2329
|
+
"""
|
2330
|
+
Number of false-signal electrons generated by optical sensor focal plane
|
2331
|
+
read-out electronics from photon-to-electron conversion during frame
|
2332
|
+
integration. The units are in electrons RMS.
|
2333
|
+
"""
|
2334
|
+
|
2335
|
+
receive_gain: Optional[float] = FieldInfo(alias="receiveGain", default=None)
|
2336
|
+
"""Radar receive gain in decibels."""
|
2337
|
+
|
2338
|
+
receive_horiz_beam_width: Optional[float] = FieldInfo(alias="receiveHorizBeamWidth", default=None)
|
2339
|
+
"""Horizontal/azimuthal receive beamwidth for a radar in degrees."""
|
2340
|
+
|
2341
|
+
receive_loss: Optional[float] = FieldInfo(alias="receiveLoss", default=None)
|
2342
|
+
"""Aggregate radar receive loss, in decibels."""
|
2343
|
+
|
2344
|
+
receive_vert_beam_width: Optional[float] = FieldInfo(alias="receiveVertBeamWidth", default=None)
|
2345
|
+
"""Vertical/elevation receive beamwidth for a radar in degrees."""
|
2346
|
+
|
2347
|
+
ref_temp: Optional[float] = FieldInfo(alias="refTemp", default=None)
|
2348
|
+
"""Reference temperature for radar noise in Kelvin.
|
2349
|
+
|
2350
|
+
A reference temperature is used when the radar system temperature is unknown and
|
2351
|
+
is combined with the system noise figure to estimate signal loss.
|
2352
|
+
"""
|
2353
|
+
|
2072
2354
|
req_records: Optional[List[int]] = FieldInfo(alias="reqRecords", default=None)
|
2073
2355
|
"""
|
2074
2356
|
Array of the total number(s) of records required to meet consensus for a radar
|
@@ -2091,9 +2373,21 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2091
2373
|
beamOrder field.
|
2092
2374
|
"""
|
2093
2375
|
|
2376
|
+
signal_processing_loss: Optional[float] = FieldInfo(alias="signalProcessingLoss", default=None)
|
2377
|
+
"""Radar signal processing losses, in decibels."""
|
2378
|
+
|
2094
2379
|
site_code: Optional[str] = FieldInfo(alias="siteCode", default=None)
|
2095
2380
|
"""Site code of the sensor."""
|
2096
2381
|
|
2382
|
+
solar_excl_angle: Optional[float] = FieldInfo(alias="solarExclAngle", default=None)
|
2383
|
+
"""Sensor and target position vector origins are at the center of the earth.
|
2384
|
+
|
2385
|
+
The sun vector origin is at the target position and points toward the sun. Any
|
2386
|
+
value between 0 and 180 degrees is acceptable and is assumed to apply in both
|
2387
|
+
directions (i.e., a solar exclusion angle of 30 degrees is understood to mean no
|
2388
|
+
viewing for any angle between -30 deg and +30 deg).
|
2389
|
+
"""
|
2390
|
+
|
2097
2391
|
spec_avg_spectra_nums: Optional[List[int]] = FieldInfo(alias="specAvgSpectraNums", default=None)
|
2098
2392
|
"""
|
2099
2393
|
Array of the number(s) of Doppler spectra used to process measurements from
|
@@ -2140,15 +2434,43 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2140
2434
|
range from 0 - PI/2.
|
2141
2435
|
"""
|
2142
2436
|
|
2437
|
+
track_snr: Optional[float] = FieldInfo(alias="trackSNR", default=None)
|
2438
|
+
"""Track signal-to-noise ratio (SNR) threshold in decibels.
|
2439
|
+
|
2440
|
+
This value is typically higher than detectSNR.
|
2441
|
+
"""
|
2442
|
+
|
2443
|
+
transmit_gain: Optional[float] = FieldInfo(alias="transmitGain", default=None)
|
2444
|
+
"""Radar transmit gain in decibels."""
|
2445
|
+
|
2446
|
+
transmit_horiz_beam_width: Optional[float] = FieldInfo(alias="transmitHorizBeamWidth", default=None)
|
2447
|
+
"""Horizontal/azimuthal transmit beamwidth for a radar in degrees."""
|
2448
|
+
|
2449
|
+
transmit_loss: Optional[float] = FieldInfo(alias="transmitLoss", default=None)
|
2450
|
+
"""Aggregate radar transmit loss, in decibels."""
|
2451
|
+
|
2143
2452
|
transmit_power: Optional[float] = FieldInfo(alias="transmitPower", default=None)
|
2144
2453
|
"""Radar transmit power in Watts."""
|
2145
2454
|
|
2455
|
+
transmit_vert_beam_width: Optional[float] = FieldInfo(alias="transmitVertBeamWidth", default=None)
|
2456
|
+
"""Vertical/elevation transmit beamwidth for a radar in degrees."""
|
2457
|
+
|
2146
2458
|
true_north_corrector: Optional[int] = FieldInfo(alias="trueNorthCorrector", default=None)
|
2147
2459
|
"""True North correction for the sensor, in ACP (Azimunth Change Pulse) count."""
|
2148
2460
|
|
2149
2461
|
true_tilt: Optional[float] = FieldInfo(alias="trueTilt", default=None)
|
2150
2462
|
"""Antenna true tilt, in degrees."""
|
2151
2463
|
|
2464
|
+
twilight_angle: Optional[float] = FieldInfo(alias="twilightAngle", default=None)
|
2465
|
+
"""Twilight angle for ground-based optical sensors in degrees.
|
2466
|
+
|
2467
|
+
A sensor cannot view targets until the sun is below the twilight angle relative
|
2468
|
+
to the local horizon. The sign of the angle is positive despite the sun
|
2469
|
+
elevation being negative after local sunset. Typical values for the twilight
|
2470
|
+
angle are civil twilight (6 degrees), nautical twilight (12 degrees), and
|
2471
|
+
astronomical twilight (18 degrees).
|
2472
|
+
"""
|
2473
|
+
|
2152
2474
|
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
2153
2475
|
"""Time the row was last updated in the database, auto-populated by the system."""
|
2154
2476
|
|
@@ -2177,11 +2499,46 @@ class SensorTupleResponseItemSensorcharacteristic(BaseModel):
|
|
2177
2499
|
"""
|
2178
2500
|
|
2179
2501
|
v_fov: Optional[float] = FieldInfo(alias="vFOV", default=None)
|
2180
|
-
"""Vertical field of view."""
|
2502
|
+
"""Vertical field of view, in degrees."""
|
2181
2503
|
|
2182
2504
|
v_res_pixels: Optional[int] = FieldInfo(alias="vResPixels", default=None)
|
2183
2505
|
"""Vertical pixel resolution."""
|
2184
2506
|
|
2507
|
+
waveform_bandwidths: Optional[List[float]] = FieldInfo(alias="waveformBandwidths", default=None)
|
2508
|
+
"""Array containing the bandwidth, in megahertz, for each provided waveform.
|
2509
|
+
|
2510
|
+
The number of elements in this array must be equal to the value indicated in the
|
2511
|
+
numWaveforms field.
|
2512
|
+
"""
|
2513
|
+
|
2514
|
+
waveform_loop_gains: Optional[List[float]] = FieldInfo(alias="waveformLoopGains", default=None)
|
2515
|
+
"""Array containing the loop gain, in decibels, for each provided waveform.
|
2516
|
+
|
2517
|
+
The number of elements in this array must be equal to the value indicated in the
|
2518
|
+
numWaveforms field (10 SNR vs. 1 dBsm at 1000 km).
|
2519
|
+
"""
|
2520
|
+
|
2521
|
+
waveform_max_ranges: Optional[List[float]] = FieldInfo(alias="waveformMaxRanges", default=None)
|
2522
|
+
"""Array containing the maximum range, in kilometers, for each provided waveform.
|
2523
|
+
|
2524
|
+
The number of elements in this array must be equal to the value indicated in the
|
2525
|
+
numWaveforms field.
|
2526
|
+
"""
|
2527
|
+
|
2528
|
+
waveform_min_ranges: Optional[List[float]] = FieldInfo(alias="waveformMinRanges", default=None)
|
2529
|
+
"""Array containing the minimum range, in kilometers, for each provided waveform.
|
2530
|
+
|
2531
|
+
The number of elements in this array must be equal to the value indicated in the
|
2532
|
+
numWaveforms field.
|
2533
|
+
"""
|
2534
|
+
|
2535
|
+
waveform_pulse_widths: Optional[List[float]] = FieldInfo(alias="waveformPulseWidths", default=None)
|
2536
|
+
"""Array containing the pulse width, in microseconds, for each provided waveform.
|
2537
|
+
|
2538
|
+
The number of elements in this array must be equal to the value indicated in the
|
2539
|
+
numWaveforms field.
|
2540
|
+
"""
|
2541
|
+
|
2185
2542
|
z1_max_range: Optional[float] = FieldInfo(alias="z1MaxRange", default=None)
|
2186
2543
|
"""Peformance zone-1 maximum range, in kilometers.
|
2187
2544
|
|
@@ -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__ = ["SensorTypeQueryhelpResponse", "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 SensorTypeQueryhelpResponse(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
|