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.
- {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/METADATA +39 -46
- {udl_sdk-0.1.0a9.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.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/licenses/LICENSE +0 -0
@@ -1695,11 +1695,22 @@ class Entity(BaseModel):
|
|
1695
1695
|
"""Source of the data."""
|
1696
1696
|
|
1697
1697
|
type: Literal[
|
1698
|
-
"AIRCRAFT",
|
1698
|
+
"AIRCRAFT",
|
1699
|
+
"BUS",
|
1700
|
+
"COMM",
|
1701
|
+
"IR",
|
1702
|
+
"LASEREMITTER",
|
1703
|
+
"NAVIGATION",
|
1704
|
+
"ONORBIT",
|
1705
|
+
"RFEMITTER",
|
1706
|
+
"SCIENTIFIC",
|
1707
|
+
"SENSOR",
|
1708
|
+
"SITE",
|
1709
|
+
"VESSEL",
|
1699
1710
|
]
|
1700
1711
|
"""
|
1701
1712
|
The type of entity represented by this record (AIRCRAFT, BUS, COMM, IR,
|
1702
|
-
NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
|
1713
|
+
LASEREMITTER, NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
|
1703
1714
|
"""
|
1704
1715
|
|
1705
1716
|
country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
|
@@ -1840,6 +1851,13 @@ class Sensorcharacteristic(BaseModel):
|
|
1840
1851
|
beamOrder field.
|
1841
1852
|
"""
|
1842
1853
|
|
1854
|
+
analog_to_digital_bit_size: Optional[int] = FieldInfo(alias="analogToDigitalBitSize", default=None)
|
1855
|
+
"""
|
1856
|
+
Number of bits used in the conversion from analog electrons in a pixel well to a
|
1857
|
+
digital number. The digital number has a maximum value of 2^N, where N is the
|
1858
|
+
number of bits.
|
1859
|
+
"""
|
1860
|
+
|
1843
1861
|
aperture: Optional[float] = None
|
1844
1862
|
"""Optical sensor camera aperture."""
|
1845
1863
|
|
@@ -1849,6 +1867,22 @@ class Sensorcharacteristic(BaseModel):
|
|
1849
1867
|
radar, in scans/minute.
|
1850
1868
|
"""
|
1851
1869
|
|
1870
|
+
atmos_receiver_loss: Optional[float] = FieldInfo(alias="atmosReceiverLoss", default=None)
|
1871
|
+
"""One-way radar receiver loss factor due to atmospheric effects.
|
1872
|
+
|
1873
|
+
This value will often be the same as the corresponding transmission factor but
|
1874
|
+
may be different for bistatic systems.
|
1875
|
+
"""
|
1876
|
+
|
1877
|
+
atmos_transmission_loss: Optional[float] = FieldInfo(alias="atmosTransmissionLoss", default=None)
|
1878
|
+
"""One-way radar transmission loss factor due to atmospheric effects."""
|
1879
|
+
|
1880
|
+
avg_atmos_seeing_conditions: Optional[float] = FieldInfo(alias="avgAtmosSeeingConditions", default=None)
|
1881
|
+
"""
|
1882
|
+
Average atmospheric angular width with no distortion from turbulence at an
|
1883
|
+
optical sensor site in arcseconds.
|
1884
|
+
"""
|
1885
|
+
|
1852
1886
|
az_angs: Optional[List[float]] = FieldInfo(alias="azAngs", default=None)
|
1853
1887
|
"""Array of azimuth angles of a radar beam, in degrees.
|
1854
1888
|
|
@@ -1859,9 +1893,26 @@ class Sensorcharacteristic(BaseModel):
|
|
1859
1893
|
azimuth_rate: Optional[float] = FieldInfo(alias="azimuthRate", default=None)
|
1860
1894
|
"""Azimuth rate acquisition limit (radians/minute)."""
|
1861
1895
|
|
1896
|
+
background_sky_radiance: Optional[float] = FieldInfo(alias="backgroundSkyRadiance", default=None)
|
1897
|
+
"""
|
1898
|
+
Average background sky brightness at an optical sensor site during new moon
|
1899
|
+
conditions. This field uses units of watts per square meter per steradian
|
1900
|
+
(W/(m^2 str)) consistent with sensor detection bands.
|
1901
|
+
"""
|
1902
|
+
|
1903
|
+
background_sky_vis_mag: Optional[float] = FieldInfo(alias="backgroundSkyVisMag", default=None)
|
1904
|
+
"""
|
1905
|
+
Average background sky brightness at an optical sensor site during new moon
|
1906
|
+
conditions. This field uses units of visual magnitude consistent with sensor
|
1907
|
+
detection bands.
|
1908
|
+
"""
|
1909
|
+
|
1862
1910
|
band: Optional[str] = None
|
1863
1911
|
"""Sensor band."""
|
1864
1912
|
|
1913
|
+
bandwidth: Optional[float] = None
|
1914
|
+
"""The total bandwidth, in megahertz, about the radar center frequency."""
|
1915
|
+
|
1865
1916
|
beam_order: Optional[List[str]] = FieldInfo(alias="beamOrder", default=None)
|
1866
1917
|
"""Array designating the beam order of provided values (e.g.
|
1867
1918
|
|
@@ -1881,6 +1932,22 @@ class Sensorcharacteristic(BaseModel):
|
|
1881
1932
|
boresight_off_angle: Optional[float] = FieldInfo(alias="boresightOffAngle", default=None)
|
1882
1933
|
"""The number of degrees off of the boresight for the sensor."""
|
1883
1934
|
|
1935
|
+
center_wavelength: Optional[float] = FieldInfo(alias="centerWavelength", default=None)
|
1936
|
+
"""Weighted center wavelength for an optical sensor bandpass in micrometers.
|
1937
|
+
|
1938
|
+
It is the center wavelength in a weighted integral sense, accounting for the
|
1939
|
+
sensitivity vs. wavelength curve for the sensor focal plane array.
|
1940
|
+
"""
|
1941
|
+
|
1942
|
+
collapsing_loss: Optional[float] = FieldInfo(alias="collapsingLoss", default=None)
|
1943
|
+
"""Collapsing loss in decibels.
|
1944
|
+
|
1945
|
+
Collapsing losses occur when two or more sources of noise are added to the
|
1946
|
+
target signal. Examples include receiver bandwidth mismatch with filtering
|
1947
|
+
bandwidth and elevation or azimuth beam collapse onto position/height indicator
|
1948
|
+
displays.
|
1949
|
+
"""
|
1950
|
+
|
1884
1951
|
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
1885
1952
|
"""Time the row was created in the database, auto-populated by the system."""
|
1886
1953
|
|
@@ -1896,6 +1963,12 @@ class Sensorcharacteristic(BaseModel):
|
|
1896
1963
|
rejected, measured in units of inverse second.
|
1897
1964
|
"""
|
1898
1965
|
|
1966
|
+
dark_current: Optional[float] = FieldInfo(alias="darkCurrent", default=None)
|
1967
|
+
"""
|
1968
|
+
Current flowing through optical sensor focal plane electronics with a closed
|
1969
|
+
shutter in electrons per second.
|
1970
|
+
"""
|
1971
|
+
|
1899
1972
|
delay_gates: Optional[List[float]] = FieldInfo(alias="delayGates", default=None)
|
1900
1973
|
"""
|
1901
1974
|
Array of time delay(s) for pulses from a radar beam to get to the first range
|
@@ -1906,6 +1979,28 @@ class Sensorcharacteristic(BaseModel):
|
|
1906
1979
|
description: Optional[str] = None
|
1907
1980
|
"""Description of the equipment and data source."""
|
1908
1981
|
|
1982
|
+
detect_snr: Optional[float] = FieldInfo(alias="detectSNR", default=None)
|
1983
|
+
"""Detection signal-to-noise ratio (SNR) threshold in decibels.
|
1984
|
+
|
1985
|
+
This value is typically lower than trackSNR.
|
1986
|
+
"""
|
1987
|
+
|
1988
|
+
duty_cycle: Optional[float] = FieldInfo(alias="dutyCycle", default=None)
|
1989
|
+
"""Sensor duty cycle as a fraction of 1.
|
1990
|
+
|
1991
|
+
Duty cycle is the fraction of time a sensor is actively transmitting.
|
1992
|
+
"""
|
1993
|
+
|
1994
|
+
earth_limb_excl_hgt: Optional[float] = FieldInfo(alias="earthLimbExclHgt", default=None)
|
1995
|
+
"""
|
1996
|
+
Sensor Earth limb exclusion height in kilometers and is generally only applied
|
1997
|
+
to space-based sensors. Some models used an earth exclusion angle instead, but
|
1998
|
+
this assumes the sensor is in a circular orbit with constant altitude relative
|
1999
|
+
to the earth. The limb exclusion height can be used for space-based sensors in
|
2000
|
+
any orbit (assuming it is constant with sensor altitude). The limb height is
|
2001
|
+
defined to be 0 at the surface of the earth.
|
2002
|
+
"""
|
2003
|
+
|
1909
2004
|
el_angs: Optional[List[float]] = FieldInfo(alias="elAngs", default=None)
|
1910
2005
|
"""Array of elevation angles of a radar beam, in degrees.
|
1911
2006
|
|
@@ -1937,6 +2032,20 @@ class Sensorcharacteristic(BaseModel):
|
|
1937
2032
|
failing the first guess check.
|
1938
2033
|
"""
|
1939
2034
|
|
2035
|
+
filter_mismatch_factor: Optional[float] = FieldInfo(alias="filterMismatchFactor", default=None)
|
2036
|
+
"""
|
2037
|
+
Noise term, in decibels, that arises when a radar receiver filter has a
|
2038
|
+
non-optimal bandwidth for an incoming signal (i.e., when it does not match the
|
2039
|
+
pulse width).
|
2040
|
+
"""
|
2041
|
+
|
2042
|
+
f_num: Optional[float] = FieldInfo(alias="fNum", default=None)
|
2043
|
+
"""F-number for an optical telescope.
|
2044
|
+
|
2045
|
+
It is dimensionless and is defined as the ratio of the focal length to the
|
2046
|
+
aperture width.
|
2047
|
+
"""
|
2048
|
+
|
1940
2049
|
focal_point: Optional[float] = FieldInfo(alias="focalPoint", default=None)
|
1941
2050
|
"""
|
1942
2051
|
For radar based sensors, the focal point elevation of the radar at the site, in
|
@@ -1944,7 +2053,7 @@ class Sensorcharacteristic(BaseModel):
|
|
1944
2053
|
"""
|
1945
2054
|
|
1946
2055
|
h_fov: Optional[float] = FieldInfo(alias="hFOV", default=None)
|
1947
|
-
"""Horizontal field of view."""
|
2056
|
+
"""Horizontal field of view, in degrees."""
|
1948
2057
|
|
1949
2058
|
h_res_pixels: Optional[int] = FieldInfo(alias="hResPixels", default=None)
|
1950
2059
|
"""Horizontal pixel resolution."""
|
@@ -1964,6 +2073,20 @@ class Sensorcharacteristic(BaseModel):
|
|
1964
2073
|
location: Optional[str] = None
|
1965
2074
|
"""Site where measurement is taken."""
|
1966
2075
|
|
2076
|
+
loop_gain: Optional[float] = FieldInfo(alias="loopGain", default=None)
|
2077
|
+
"""Aggregated radar range equation gain in decibels for maximum sensitivity.
|
2078
|
+
|
2079
|
+
It is a roll-up value for low fidelity modeling and is often the only
|
2080
|
+
sensitivity value available for a radar system without access to detailed
|
2081
|
+
performance parameters.
|
2082
|
+
"""
|
2083
|
+
|
2084
|
+
lunar_excl_angle: Optional[float] = FieldInfo(alias="lunarExclAngle", default=None)
|
2085
|
+
"""
|
2086
|
+
Lowest aspect angle of the full moon in degrees at which the sensor can achieve
|
2087
|
+
full performance.
|
2088
|
+
"""
|
2089
|
+
|
1967
2090
|
mag_dec: Optional[float] = FieldInfo(alias="magDec", default=None)
|
1968
2091
|
"""Angle between magnetic north and true north at the sensor site, in degrees."""
|
1969
2092
|
|
@@ -1973,6 +2096,9 @@ class Sensorcharacteristic(BaseModel):
|
|
1973
2096
|
max_deviation_angle: Optional[float] = FieldInfo(alias="maxDeviationAngle", default=None)
|
1974
2097
|
"""Max deviation angle of the sensor in degrees."""
|
1975
2098
|
|
2099
|
+
max_integration_time: Optional[float] = FieldInfo(alias="maxIntegrationTime", default=None)
|
2100
|
+
"""Maximum integration time per image frame in seconds for an optical sensor."""
|
2101
|
+
|
1976
2102
|
max_observable_range: Optional[float] = FieldInfo(alias="maxObservableRange", default=None)
|
1977
2103
|
"""Maximum observable sensor range, in kilometers."""
|
1978
2104
|
|
@@ -1982,6 +2108,12 @@ class Sensorcharacteristic(BaseModel):
|
|
1982
2108
|
this range.
|
1983
2109
|
"""
|
1984
2110
|
|
2111
|
+
max_wavelength: Optional[float] = FieldInfo(alias="maxWavelength", default=None)
|
2112
|
+
"""Maximum wavelength detectable by an optical sensor in micrometers."""
|
2113
|
+
|
2114
|
+
min_integration_time: Optional[float] = FieldInfo(alias="minIntegrationTime", default=None)
|
2115
|
+
"""Minimum integration time per image frame in seconds for an optical sensor."""
|
2116
|
+
|
1985
2117
|
min_range_limit: Optional[float] = FieldInfo(alias="minRangeLimit", default=None)
|
1986
2118
|
"""Minimum range measurement capability of the sensor, in kilometers."""
|
1987
2119
|
|
@@ -1991,18 +2123,127 @@ class Sensorcharacteristic(BaseModel):
|
|
1991
2123
|
The values for this range from 0.0 - + 99.99 dB.
|
1992
2124
|
"""
|
1993
2125
|
|
2126
|
+
min_wavelength: Optional[float] = FieldInfo(alias="minWavelength", default=None)
|
2127
|
+
"""Minimum wavelength detectable by an optical sensor in micrometers."""
|
2128
|
+
|
1994
2129
|
negative_range_rate_limit: Optional[float] = FieldInfo(alias="negativeRangeRateLimit", default=None)
|
1995
2130
|
"""Negative Range-rate/relative velocity limit (kilometers/second)."""
|
1996
2131
|
|
2132
|
+
noise_figure: Optional[float] = FieldInfo(alias="noiseFigure", default=None)
|
2133
|
+
"""Noise figure for a radar system in decibels.
|
2134
|
+
|
2135
|
+
This value may be used to compute system noise when the system temperature is
|
2136
|
+
unavailable.
|
2137
|
+
"""
|
2138
|
+
|
2139
|
+
non_coherent_integrated_pulses: Optional[int] = FieldInfo(alias="nonCoherentIntegratedPulses", default=None)
|
2140
|
+
"""
|
2141
|
+
Number of pulses that are non-coherently integrated during detection processing.
|
2142
|
+
"""
|
2143
|
+
|
1997
2144
|
num_integrated_pulses: Optional[int] = FieldInfo(alias="numIntegratedPulses", default=None)
|
1998
2145
|
"""For radar based sensors, number of integrated pulses in a transmit cycle."""
|
1999
2146
|
|
2147
|
+
num_integration_frames: Optional[int] = FieldInfo(alias="numIntegrationFrames", default=None)
|
2148
|
+
"""Number of integration frames for an optical sensor."""
|
2149
|
+
|
2150
|
+
num_optical_integration_modes: Optional[int] = FieldInfo(alias="numOpticalIntegrationModes", default=None)
|
2151
|
+
"""The number of optical integration mode characteristics provided in this record.
|
2152
|
+
|
2153
|
+
If provided, the numOpticalIntegrationModes value indicates the number of
|
2154
|
+
elements in each of the opticalIntegrationTimes, opticalIntegrationAngularRates,
|
2155
|
+
opticalIntegrationFrames, opticalIntegrationPixelBinnings, and
|
2156
|
+
opticalIntegrationSNRs arrays.
|
2157
|
+
"""
|
2158
|
+
|
2159
|
+
num_waveforms: Optional[int] = FieldInfo(alias="numWaveforms", default=None)
|
2160
|
+
"""The number of waveforms characteristics provided in this record.
|
2161
|
+
|
2162
|
+
If provided, the numWaveforms value indicates the number of elements in each of
|
2163
|
+
the waveformPulseWidths, waveformBandWidths, waveformMinRanges,
|
2164
|
+
waveformMaxRanges, and waveformLoopGains arrays.
|
2165
|
+
"""
|
2166
|
+
|
2167
|
+
optical_integration_angular_rates: Optional[List[float]] = FieldInfo(
|
2168
|
+
alias="opticalIntegrationAngularRates", default=None
|
2169
|
+
)
|
2170
|
+
"""
|
2171
|
+
Array containing the angular rate, in arcsec/sec, for each provided optical
|
2172
|
+
integration mode. The number of elements must be equal to the value indicated in
|
2173
|
+
numOpticalIntegrationModes.
|
2174
|
+
"""
|
2175
|
+
|
2176
|
+
optical_integration_frames: Optional[List[float]] = FieldInfo(alias="opticalIntegrationFrames", default=None)
|
2177
|
+
"""Array containing the number of frames, for each optical integration mode.
|
2178
|
+
|
2179
|
+
The number of elements must be equal to the value indicated in
|
2180
|
+
numOpticalIntegrationModes.
|
2181
|
+
"""
|
2182
|
+
|
2183
|
+
optical_integration_pixel_binnings: Optional[List[float]] = FieldInfo(
|
2184
|
+
alias="opticalIntegrationPixelBinnings", default=None
|
2185
|
+
)
|
2186
|
+
"""Array containing the pixel binning, for each optical integration mode.
|
2187
|
+
|
2188
|
+
The number of elements must be equal to the value indicated in
|
2189
|
+
numOpticalIntegrationModes.
|
2190
|
+
"""
|
2191
|
+
|
2192
|
+
optical_integration_sn_rs: Optional[List[float]] = FieldInfo(alias="opticalIntegrationSNRs", default=None)
|
2193
|
+
"""Array of optical integration modes signal to noise ratios.
|
2194
|
+
|
2195
|
+
The number of elements must be equal to the value indicated in
|
2196
|
+
numOpticalIntegrationModes.
|
2197
|
+
"""
|
2198
|
+
|
2199
|
+
optical_integration_times: Optional[List[float]] = FieldInfo(alias="opticalIntegrationTimes", default=None)
|
2200
|
+
"""
|
2201
|
+
Array containing the time, in seconds, for each provided optical integration
|
2202
|
+
mode. The number of elements must be equal to the value indicated in
|
2203
|
+
numOpticalIntegrationModes.
|
2204
|
+
"""
|
2205
|
+
|
2206
|
+
optical_transmission: Optional[float] = FieldInfo(alias="opticalTransmission", default=None)
|
2207
|
+
"""Fraction of incident light transmitted to an optical sensor focal plane array.
|
2208
|
+
|
2209
|
+
The value is given as a fraction of 1, not as a percent.
|
2210
|
+
"""
|
2211
|
+
|
2000
2212
|
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
2001
2213
|
"""
|
2002
2214
|
The originating source network on which this record was created, auto-populated
|
2003
2215
|
by the system.
|
2004
2216
|
"""
|
2005
2217
|
|
2218
|
+
pattern_absorption_loss: Optional[float] = FieldInfo(alias="patternAbsorptionLoss", default=None)
|
2219
|
+
"""Two-way pattern absorption/propagation loss due to medium in decibels."""
|
2220
|
+
|
2221
|
+
pattern_scan_loss: Optional[float] = FieldInfo(alias="patternScanLoss", default=None)
|
2222
|
+
"""Losses from the beam shape, scanning, and pattern factor in decibels.
|
2223
|
+
|
2224
|
+
These losses occur when targets are not directly in line with a beam center. For
|
2225
|
+
space surveillance, this will occur most often during sensor scanning.
|
2226
|
+
"""
|
2227
|
+
|
2228
|
+
peak_power: Optional[float] = FieldInfo(alias="peakPower", default=None)
|
2229
|
+
"""
|
2230
|
+
Maximum instantaneous radar transmit power in watts for use in the radar range
|
2231
|
+
equation.
|
2232
|
+
"""
|
2233
|
+
|
2234
|
+
pixel_instantaneous_fov: Optional[float] = FieldInfo(alias="pixelInstantaneousFOV", default=None)
|
2235
|
+
"""
|
2236
|
+
Angular field-of-view covered by one pixel in a focal plane array in
|
2237
|
+
microradians. The pixel is assumed to be a perfect square so that only a single
|
2238
|
+
value is required.
|
2239
|
+
"""
|
2240
|
+
|
2241
|
+
pixel_well_depth: Optional[int] = FieldInfo(alias="pixelWellDepth", default=None)
|
2242
|
+
"""
|
2243
|
+
Maximum number of electrons that can be collected in a single pixel on an
|
2244
|
+
optical sensor focal plane array.
|
2245
|
+
"""
|
2246
|
+
|
2006
2247
|
positive_range_rate_limit: Optional[float] = FieldInfo(alias="positiveRangeRateLimit", default=None)
|
2007
2248
|
"""Positive Range-rate/relative velocity limit (kilometers/second)."""
|
2008
2249
|
|
@@ -2012,6 +2253,9 @@ class Sensorcharacteristic(BaseModel):
|
|
2012
2253
|
Number of new pulses transmitted per second.
|
2013
2254
|
"""
|
2014
2255
|
|
2256
|
+
prob_detect_snr: Optional[float] = FieldInfo(alias="probDetectSNR", default=None)
|
2257
|
+
"""Designated probability of detection at the signal-to-noise detection threshold."""
|
2258
|
+
|
2015
2259
|
prob_false_alarm: Optional[float] = FieldInfo(alias="probFalseAlarm", default=None)
|
2016
2260
|
"""
|
2017
2261
|
For radar based sensors, probability of the indication of the presence of a
|
@@ -2025,8 +2269,14 @@ class Sensorcharacteristic(BaseModel):
|
|
2025
2269
|
associated beam(s) must be provided in the beamOrder field.
|
2026
2270
|
"""
|
2027
2271
|
|
2272
|
+
quantum_eff: Optional[float] = FieldInfo(alias="quantumEff", default=None)
|
2273
|
+
"""Fraction of incident photons converted to electrons at the focal plane array.
|
2274
|
+
|
2275
|
+
This value is a decimal number between 0 and 1, inclusive.
|
2276
|
+
"""
|
2277
|
+
|
2028
2278
|
radar_frequency: Optional[float] = FieldInfo(alias="radarFrequency", default=None)
|
2029
|
-
"""Radar frequency of the sensor (if a radar sensor)."""
|
2279
|
+
"""Radar frequency in hertz, of the sensor (if a radar sensor)."""
|
2030
2280
|
|
2031
2281
|
radar_message_format: Optional[str] = FieldInfo(alias="radarMessageFormat", default=None)
|
2032
2282
|
"""Message data format transmitted by the sensor digitizer."""
|
@@ -2044,6 +2294,12 @@ class Sensorcharacteristic(BaseModel):
|
|
2044
2294
|
radio_frequency: Optional[float] = FieldInfo(alias="radioFrequency", default=None)
|
2045
2295
|
"""Radio frequency (if sensor is RF)."""
|
2046
2296
|
|
2297
|
+
radome_loss: Optional[float] = FieldInfo(alias="radomeLoss", default=None)
|
2298
|
+
"""
|
2299
|
+
Losses due to the presence of a protective radome surrounding a radar sensor, in
|
2300
|
+
decibels.
|
2301
|
+
"""
|
2302
|
+
|
2047
2303
|
range_gates: Optional[List[int]] = FieldInfo(alias="rangeGates", default=None)
|
2048
2304
|
"""
|
2049
2305
|
Array of the number(s) of discrete altitudes where return signals are sampled by
|
@@ -2058,6 +2314,32 @@ class Sensorcharacteristic(BaseModel):
|
|
2058
2314
|
beamOrder field.
|
2059
2315
|
"""
|
2060
2316
|
|
2317
|
+
read_noise: Optional[int] = FieldInfo(alias="readNoise", default=None)
|
2318
|
+
"""
|
2319
|
+
Number of false-signal electrons generated by optical sensor focal plane
|
2320
|
+
read-out electronics from photon-to-electron conversion during frame
|
2321
|
+
integration. The units are in electrons RMS.
|
2322
|
+
"""
|
2323
|
+
|
2324
|
+
receive_gain: Optional[float] = FieldInfo(alias="receiveGain", default=None)
|
2325
|
+
"""Radar receive gain in decibels."""
|
2326
|
+
|
2327
|
+
receive_horiz_beam_width: Optional[float] = FieldInfo(alias="receiveHorizBeamWidth", default=None)
|
2328
|
+
"""Horizontal/azimuthal receive beamwidth for a radar in degrees."""
|
2329
|
+
|
2330
|
+
receive_loss: Optional[float] = FieldInfo(alias="receiveLoss", default=None)
|
2331
|
+
"""Aggregate radar receive loss, in decibels."""
|
2332
|
+
|
2333
|
+
receive_vert_beam_width: Optional[float] = FieldInfo(alias="receiveVertBeamWidth", default=None)
|
2334
|
+
"""Vertical/elevation receive beamwidth for a radar in degrees."""
|
2335
|
+
|
2336
|
+
ref_temp: Optional[float] = FieldInfo(alias="refTemp", default=None)
|
2337
|
+
"""Reference temperature for radar noise in Kelvin.
|
2338
|
+
|
2339
|
+
A reference temperature is used when the radar system temperature is unknown and
|
2340
|
+
is combined with the system noise figure to estimate signal loss.
|
2341
|
+
"""
|
2342
|
+
|
2061
2343
|
req_records: Optional[List[int]] = FieldInfo(alias="reqRecords", default=None)
|
2062
2344
|
"""
|
2063
2345
|
Array of the total number(s) of records required to meet consensus for a radar
|
@@ -2080,9 +2362,21 @@ class Sensorcharacteristic(BaseModel):
|
|
2080
2362
|
beamOrder field.
|
2081
2363
|
"""
|
2082
2364
|
|
2365
|
+
signal_processing_loss: Optional[float] = FieldInfo(alias="signalProcessingLoss", default=None)
|
2366
|
+
"""Radar signal processing losses, in decibels."""
|
2367
|
+
|
2083
2368
|
site_code: Optional[str] = FieldInfo(alias="siteCode", default=None)
|
2084
2369
|
"""Site code of the sensor."""
|
2085
2370
|
|
2371
|
+
solar_excl_angle: Optional[float] = FieldInfo(alias="solarExclAngle", default=None)
|
2372
|
+
"""Sensor and target position vector origins are at the center of the earth.
|
2373
|
+
|
2374
|
+
The sun vector origin is at the target position and points toward the sun. Any
|
2375
|
+
value between 0 and 180 degrees is acceptable and is assumed to apply in both
|
2376
|
+
directions (i.e., a solar exclusion angle of 30 degrees is understood to mean no
|
2377
|
+
viewing for any angle between -30 deg and +30 deg).
|
2378
|
+
"""
|
2379
|
+
|
2086
2380
|
spec_avg_spectra_nums: Optional[List[int]] = FieldInfo(alias="specAvgSpectraNums", default=None)
|
2087
2381
|
"""
|
2088
2382
|
Array of the number(s) of Doppler spectra used to process measurements from
|
@@ -2129,15 +2423,43 @@ class Sensorcharacteristic(BaseModel):
|
|
2129
2423
|
range from 0 - PI/2.
|
2130
2424
|
"""
|
2131
2425
|
|
2426
|
+
track_snr: Optional[float] = FieldInfo(alias="trackSNR", default=None)
|
2427
|
+
"""Track signal-to-noise ratio (SNR) threshold in decibels.
|
2428
|
+
|
2429
|
+
This value is typically higher than detectSNR.
|
2430
|
+
"""
|
2431
|
+
|
2432
|
+
transmit_gain: Optional[float] = FieldInfo(alias="transmitGain", default=None)
|
2433
|
+
"""Radar transmit gain in decibels."""
|
2434
|
+
|
2435
|
+
transmit_horiz_beam_width: Optional[float] = FieldInfo(alias="transmitHorizBeamWidth", default=None)
|
2436
|
+
"""Horizontal/azimuthal transmit beamwidth for a radar in degrees."""
|
2437
|
+
|
2438
|
+
transmit_loss: Optional[float] = FieldInfo(alias="transmitLoss", default=None)
|
2439
|
+
"""Aggregate radar transmit loss, in decibels."""
|
2440
|
+
|
2132
2441
|
transmit_power: Optional[float] = FieldInfo(alias="transmitPower", default=None)
|
2133
2442
|
"""Radar transmit power in Watts."""
|
2134
2443
|
|
2444
|
+
transmit_vert_beam_width: Optional[float] = FieldInfo(alias="transmitVertBeamWidth", default=None)
|
2445
|
+
"""Vertical/elevation transmit beamwidth for a radar in degrees."""
|
2446
|
+
|
2135
2447
|
true_north_corrector: Optional[int] = FieldInfo(alias="trueNorthCorrector", default=None)
|
2136
2448
|
"""True North correction for the sensor, in ACP (Azimunth Change Pulse) count."""
|
2137
2449
|
|
2138
2450
|
true_tilt: Optional[float] = FieldInfo(alias="trueTilt", default=None)
|
2139
2451
|
"""Antenna true tilt, in degrees."""
|
2140
2452
|
|
2453
|
+
twilight_angle: Optional[float] = FieldInfo(alias="twilightAngle", default=None)
|
2454
|
+
"""Twilight angle for ground-based optical sensors in degrees.
|
2455
|
+
|
2456
|
+
A sensor cannot view targets until the sun is below the twilight angle relative
|
2457
|
+
to the local horizon. The sign of the angle is positive despite the sun
|
2458
|
+
elevation being negative after local sunset. Typical values for the twilight
|
2459
|
+
angle are civil twilight (6 degrees), nautical twilight (12 degrees), and
|
2460
|
+
astronomical twilight (18 degrees).
|
2461
|
+
"""
|
2462
|
+
|
2141
2463
|
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
2142
2464
|
"""Time the row was last updated in the database, auto-populated by the system."""
|
2143
2465
|
|
@@ -2166,11 +2488,46 @@ class Sensorcharacteristic(BaseModel):
|
|
2166
2488
|
"""
|
2167
2489
|
|
2168
2490
|
v_fov: Optional[float] = FieldInfo(alias="vFOV", default=None)
|
2169
|
-
"""Vertical field of view."""
|
2491
|
+
"""Vertical field of view, in degrees."""
|
2170
2492
|
|
2171
2493
|
v_res_pixels: Optional[int] = FieldInfo(alias="vResPixels", default=None)
|
2172
2494
|
"""Vertical pixel resolution."""
|
2173
2495
|
|
2496
|
+
waveform_bandwidths: Optional[List[float]] = FieldInfo(alias="waveformBandwidths", default=None)
|
2497
|
+
"""Array containing the bandwidth, in megahertz, for each provided waveform.
|
2498
|
+
|
2499
|
+
The number of elements in this array must be equal to the value indicated in the
|
2500
|
+
numWaveforms field.
|
2501
|
+
"""
|
2502
|
+
|
2503
|
+
waveform_loop_gains: Optional[List[float]] = FieldInfo(alias="waveformLoopGains", default=None)
|
2504
|
+
"""Array containing the loop gain, in decibels, for each provided waveform.
|
2505
|
+
|
2506
|
+
The number of elements in this array must be equal to the value indicated in the
|
2507
|
+
numWaveforms field (10 SNR vs. 1 dBsm at 1000 km).
|
2508
|
+
"""
|
2509
|
+
|
2510
|
+
waveform_max_ranges: Optional[List[float]] = FieldInfo(alias="waveformMaxRanges", default=None)
|
2511
|
+
"""Array containing the maximum range, in kilometers, for each provided waveform.
|
2512
|
+
|
2513
|
+
The number of elements in this array must be equal to the value indicated in the
|
2514
|
+
numWaveforms field.
|
2515
|
+
"""
|
2516
|
+
|
2517
|
+
waveform_min_ranges: Optional[List[float]] = FieldInfo(alias="waveformMinRanges", default=None)
|
2518
|
+
"""Array containing the minimum range, in kilometers, for each provided waveform.
|
2519
|
+
|
2520
|
+
The number of elements in this array must be equal to the value indicated in the
|
2521
|
+
numWaveforms field.
|
2522
|
+
"""
|
2523
|
+
|
2524
|
+
waveform_pulse_widths: Optional[List[float]] = FieldInfo(alias="waveformPulseWidths", default=None)
|
2525
|
+
"""Array containing the pulse width, in microseconds, for each provided waveform.
|
2526
|
+
|
2527
|
+
The number of elements in this array must be equal to the value indicated in the
|
2528
|
+
numWaveforms field.
|
2529
|
+
"""
|
2530
|
+
|
2174
2531
|
z1_max_range: Optional[float] = FieldInfo(alias="z1MaxRange", default=None)
|
2175
2532
|
"""Peformance zone-1 maximum range, in kilometers.
|
2176
2533
|
|