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
@@ -61,36 +61,38 @@ class Body(TypedDict, total=False):
|
|
61
61
|
|
62
62
|
az_ra_accel_bias: Annotated[float, PropertyInfo(alias="azRaAccelBias")]
|
63
63
|
"""
|
64
|
-
Sensor azimuth/right-ascension acceleration bias
|
65
|
-
squared, during sensor operation.
|
64
|
+
Sensor azimuth/right-ascension acceleration bias, in degrees per second squared.
|
66
65
|
"""
|
67
66
|
|
68
67
|
az_ra_accel_sigma: Annotated[float, PropertyInfo(alias="azRaAccelSigma")]
|
69
68
|
"""
|
70
|
-
|
71
|
-
|
69
|
+
The standard deviation of the azimuth/right ascension acceleration residuals, in
|
70
|
+
degrees, used to determine the sensor azimuth/right-ascension acceleration bias.
|
72
71
|
"""
|
73
72
|
|
74
73
|
az_ra_bias: Annotated[float, PropertyInfo(alias="azRaBias")]
|
75
|
-
"""Sensor azimuth/right-ascension bias, in degrees
|
74
|
+
"""Sensor azimuth/right-ascension bias, in degrees."""
|
76
75
|
|
77
|
-
|
76
|
+
az_ra_rate_bias: Annotated[float, PropertyInfo(alias="azRaRateBias")]
|
77
|
+
"""Sensor azimuth/right-ascension rate bias, in degrees per second."""
|
78
|
+
|
79
|
+
az_ra_rate_sigma: Annotated[float, PropertyInfo(alias="azRaRateSigma")]
|
78
80
|
"""
|
79
|
-
|
80
|
-
|
81
|
+
The standard deviation of the azimuth/right ascension rate residuals, in
|
82
|
+
degrees, used to determine the sensor azimuth/right-ascension rate bias.
|
81
83
|
"""
|
82
84
|
|
83
|
-
az_ra_mean: Annotated[float, PropertyInfo(alias="azRaMean")]
|
84
|
-
"""The mean azimuth/right-ascension average, in degrees, for the duration span."""
|
85
|
-
|
86
85
|
az_ra_rms: Annotated[float, PropertyInfo(alias="azRaRms")]
|
87
86
|
"""
|
88
|
-
The root mean square of the azimuth/right-ascension, in degrees,
|
89
|
-
|
87
|
+
The root mean square of the azimuth/right-ascension residuals, in degrees, used
|
88
|
+
to determine the sensor azimuth/right-ascension bias.
|
90
89
|
"""
|
91
90
|
|
92
|
-
|
93
|
-
"""
|
91
|
+
az_ra_sigma: Annotated[float, PropertyInfo(alias="azRaSigma")]
|
92
|
+
"""
|
93
|
+
The standard deviation of the azimuth/right ascension residuals, in degrees,
|
94
|
+
used to determine the sensor azimuth/right-ascension bias.
|
95
|
+
"""
|
94
96
|
|
95
97
|
cal_angle_ref: Annotated[str, PropertyInfo(alias="calAngleRef")]
|
96
98
|
"""Specifies the calibration reference angle set for this calibration data set.
|
@@ -126,37 +128,37 @@ class Body(TypedDict, total=False):
|
|
126
128
|
"""
|
127
129
|
|
128
130
|
el_dec_accel_bias: Annotated[float, PropertyInfo(alias="elDecAccelBias")]
|
129
|
-
"""
|
130
|
-
Sensor elevation/declination acceleration bias rate, in degrees per second
|
131
|
-
squared, during sensor operation.
|
132
|
-
"""
|
131
|
+
"""Sensor elevation/declination acceleration bias, in degrees per second squared."""
|
133
132
|
|
134
133
|
el_dec_accel_sigma: Annotated[float, PropertyInfo(alias="elDecAccelSigma")]
|
135
134
|
"""
|
136
|
-
|
137
|
-
|
135
|
+
The standard deviation of the elevation/declination acceleration residuals, in
|
136
|
+
degrees, used to determine the sensor elevation/declination acceleration bias.
|
138
137
|
"""
|
139
138
|
|
140
139
|
el_dec_bias: Annotated[float, PropertyInfo(alias="elDecBias")]
|
141
|
-
"""Sensor elevation/declination bias, in degrees
|
140
|
+
"""Sensor elevation/declination bias, in degrees."""
|
141
|
+
|
142
|
+
el_dec_rate_bias: Annotated[float, PropertyInfo(alias="elDecRateBias")]
|
143
|
+
"""Sensor elevation/declination rate bias, in degrees per second."""
|
142
144
|
|
143
|
-
|
145
|
+
el_dec_rate_sigma: Annotated[float, PropertyInfo(alias="elDecRateSigma")]
|
144
146
|
"""
|
145
|
-
|
146
|
-
|
147
|
+
The standard deviation of the elevation/declination rate residuals, in degrees,
|
148
|
+
used to determine the sensor elevation/declination rate bias.
|
147
149
|
"""
|
148
150
|
|
149
|
-
el_dec_mean: Annotated[float, PropertyInfo(alias="elDecMean")]
|
150
|
-
"""The mean elevation/declination residuals, in degrees, for the duration span."""
|
151
|
-
|
152
151
|
el_dec_rms: Annotated[float, PropertyInfo(alias="elDecRms")]
|
153
152
|
"""
|
154
|
-
The root mean square of the elevation/declination, in degrees,
|
155
|
-
|
153
|
+
The root mean square of the elevation/declination residuals, in degrees, used to
|
154
|
+
determine the sensor elevation/declination bias.
|
156
155
|
"""
|
157
156
|
|
158
|
-
|
159
|
-
"""
|
157
|
+
el_dec_sigma: Annotated[float, PropertyInfo(alias="elDecSigma")]
|
158
|
+
"""
|
159
|
+
The standard deviation of the elevation/declination residuals, in degrees, used
|
160
|
+
to determine the sensor elevation/declination bias.
|
161
|
+
"""
|
160
162
|
|
161
163
|
end_time: Annotated[Union[str, datetime], PropertyInfo(alias="endTime", format="iso8601")]
|
162
164
|
"""Calibration data span end time in ISO 8601 UTC format with millisecond
|
@@ -216,54 +218,60 @@ class Body(TypedDict, total=False):
|
|
216
218
|
"""
|
217
219
|
|
218
220
|
photo_bias: Annotated[float, PropertyInfo(alias="photoBias")]
|
219
|
-
"""The photometric observation
|
221
|
+
"""The sensor photometric observation magnitude bias, in visual magnitude."""
|
220
222
|
|
221
223
|
photo_sigma: Annotated[float, PropertyInfo(alias="photoSigma")]
|
222
|
-
"""The photometric observation noise standard deviation in visual magnitude."""
|
223
|
-
|
224
|
-
range_accel_bias: Annotated[float, PropertyInfo(alias="rangeAccelBias")]
|
225
224
|
"""
|
226
|
-
|
227
|
-
|
225
|
+
The standard deviation of the magnitude residuals, in visual magnitude, used to
|
226
|
+
determine the photometric bias.
|
228
227
|
"""
|
229
228
|
|
229
|
+
range_accel_bias: Annotated[float, PropertyInfo(alias="rangeAccelBias")]
|
230
|
+
"""Sensor range rate acceleration bias, in kilometers per second squared."""
|
231
|
+
|
230
232
|
range_accel_sigma: Annotated[float, PropertyInfo(alias="rangeAccelSigma")]
|
231
233
|
"""
|
232
|
-
|
233
|
-
squared.
|
234
|
+
The standard deviation of the range acceleration residuals, in kilometers per
|
235
|
+
second squared, used to determine the sensor range acceleration bias.
|
234
236
|
"""
|
235
237
|
|
236
238
|
range_bias: Annotated[float, PropertyInfo(alias="rangeBias")]
|
237
|
-
"""Sensor range bias, in kilometers
|
239
|
+
"""Sensor range bias, in kilometers."""
|
238
240
|
|
239
241
|
range_rate_bias: Annotated[float, PropertyInfo(alias="rangeRateBias")]
|
240
|
-
"""Sensor range rate bias, in kilometers per second
|
242
|
+
"""Sensor range rate bias, in kilometers per second."""
|
241
243
|
|
242
244
|
range_rate_rms: Annotated[float, PropertyInfo(alias="rangeRateRms")]
|
243
245
|
"""
|
244
|
-
The root mean square of the
|
245
|
-
|
246
|
+
The root mean square of the range rate residuals, in kilometers per second, used
|
247
|
+
to determine the sensor range rate bias.
|
246
248
|
"""
|
247
249
|
|
248
250
|
range_rate_sigma: Annotated[float, PropertyInfo(alias="rangeRateSigma")]
|
249
|
-
"""
|
251
|
+
"""
|
252
|
+
The standard deviation of the range rate residuals, in kilometers per second,
|
253
|
+
used to determine the sensor range rate bias.
|
254
|
+
"""
|
250
255
|
|
251
256
|
range_rms: Annotated[float, PropertyInfo(alias="rangeRms")]
|
252
257
|
"""
|
253
|
-
The root mean square of the
|
254
|
-
|
258
|
+
The root mean square of the range residuals, in kilometers, used to determine
|
259
|
+
the sensor range bias.
|
255
260
|
"""
|
256
261
|
|
257
262
|
range_sigma: Annotated[float, PropertyInfo(alias="rangeSigma")]
|
258
|
-
"""
|
263
|
+
"""
|
264
|
+
The standard deviation of the range residuals, in kilometers, used to determine
|
265
|
+
the sensor range bias.
|
266
|
+
"""
|
259
267
|
|
260
268
|
rcs_bias: Annotated[float, PropertyInfo(alias="rcsBias")]
|
261
|
-
"""The radar cross section (RCS) observation
|
269
|
+
"""The sensor radar cross section (RCS) observation bias, in square meters."""
|
262
270
|
|
263
271
|
rcs_sigma: Annotated[float, PropertyInfo(alias="rcsSigma")]
|
264
272
|
"""
|
265
|
-
The
|
266
|
-
|
273
|
+
The standard deviation of the radar cross section residuals, in square meters,
|
274
|
+
used to determine the radar cross section bias.
|
267
275
|
"""
|
268
276
|
|
269
277
|
ref_targets: Annotated[List[str], PropertyInfo(alias="refTargets")]
|
@@ -276,7 +284,10 @@ class Body(TypedDict, total=False):
|
|
276
284
|
"""The sensor type (MECHANICAL, OPTICAL, PHASED ARRAY, RF)."""
|
277
285
|
|
278
286
|
time_bias: Annotated[float, PropertyInfo(alias="timeBias")]
|
279
|
-
"""Sensor time bias, in seconds
|
287
|
+
"""Sensor time bias, in seconds."""
|
280
288
|
|
281
289
|
time_bias_sigma: Annotated[float, PropertyInfo(alias="timeBiasSigma")]
|
282
|
-
"""
|
290
|
+
"""
|
291
|
+
The standard deviation of the time residuals, in seconds, used to determine the
|
292
|
+
sensor time bias.
|
293
|
+
"""
|
@@ -57,36 +57,38 @@ class CalibrationCreateParams(TypedDict, total=False):
|
|
57
57
|
|
58
58
|
az_ra_accel_bias: Annotated[float, PropertyInfo(alias="azRaAccelBias")]
|
59
59
|
"""
|
60
|
-
Sensor azimuth/right-ascension acceleration bias
|
61
|
-
squared, during sensor operation.
|
60
|
+
Sensor azimuth/right-ascension acceleration bias, in degrees per second squared.
|
62
61
|
"""
|
63
62
|
|
64
63
|
az_ra_accel_sigma: Annotated[float, PropertyInfo(alias="azRaAccelSigma")]
|
65
64
|
"""
|
66
|
-
|
67
|
-
|
65
|
+
The standard deviation of the azimuth/right ascension acceleration residuals, in
|
66
|
+
degrees, used to determine the sensor azimuth/right-ascension acceleration bias.
|
68
67
|
"""
|
69
68
|
|
70
69
|
az_ra_bias: Annotated[float, PropertyInfo(alias="azRaBias")]
|
71
|
-
"""Sensor azimuth/right-ascension bias, in degrees
|
70
|
+
"""Sensor azimuth/right-ascension bias, in degrees."""
|
72
71
|
|
73
|
-
|
72
|
+
az_ra_rate_bias: Annotated[float, PropertyInfo(alias="azRaRateBias")]
|
73
|
+
"""Sensor azimuth/right-ascension rate bias, in degrees per second."""
|
74
|
+
|
75
|
+
az_ra_rate_sigma: Annotated[float, PropertyInfo(alias="azRaRateSigma")]
|
74
76
|
"""
|
75
|
-
|
76
|
-
|
77
|
+
The standard deviation of the azimuth/right ascension rate residuals, in
|
78
|
+
degrees, used to determine the sensor azimuth/right-ascension rate bias.
|
77
79
|
"""
|
78
80
|
|
79
|
-
az_ra_mean: Annotated[float, PropertyInfo(alias="azRaMean")]
|
80
|
-
"""The mean azimuth/right-ascension average, in degrees, for the duration span."""
|
81
|
-
|
82
81
|
az_ra_rms: Annotated[float, PropertyInfo(alias="azRaRms")]
|
83
82
|
"""
|
84
|
-
The root mean square of the azimuth/right-ascension, in degrees,
|
85
|
-
|
83
|
+
The root mean square of the azimuth/right-ascension residuals, in degrees, used
|
84
|
+
to determine the sensor azimuth/right-ascension bias.
|
86
85
|
"""
|
87
86
|
|
88
|
-
|
89
|
-
"""
|
87
|
+
az_ra_sigma: Annotated[float, PropertyInfo(alias="azRaSigma")]
|
88
|
+
"""
|
89
|
+
The standard deviation of the azimuth/right ascension residuals, in degrees,
|
90
|
+
used to determine the sensor azimuth/right-ascension bias.
|
91
|
+
"""
|
90
92
|
|
91
93
|
cal_angle_ref: Annotated[str, PropertyInfo(alias="calAngleRef")]
|
92
94
|
"""Specifies the calibration reference angle set for this calibration data set.
|
@@ -122,37 +124,37 @@ class CalibrationCreateParams(TypedDict, total=False):
|
|
122
124
|
"""
|
123
125
|
|
124
126
|
el_dec_accel_bias: Annotated[float, PropertyInfo(alias="elDecAccelBias")]
|
125
|
-
"""
|
126
|
-
Sensor elevation/declination acceleration bias rate, in degrees per second
|
127
|
-
squared, during sensor operation.
|
128
|
-
"""
|
127
|
+
"""Sensor elevation/declination acceleration bias, in degrees per second squared."""
|
129
128
|
|
130
129
|
el_dec_accel_sigma: Annotated[float, PropertyInfo(alias="elDecAccelSigma")]
|
131
130
|
"""
|
132
|
-
|
133
|
-
|
131
|
+
The standard deviation of the elevation/declination acceleration residuals, in
|
132
|
+
degrees, used to determine the sensor elevation/declination acceleration bias.
|
134
133
|
"""
|
135
134
|
|
136
135
|
el_dec_bias: Annotated[float, PropertyInfo(alias="elDecBias")]
|
137
|
-
"""Sensor elevation/declination bias, in degrees
|
136
|
+
"""Sensor elevation/declination bias, in degrees."""
|
137
|
+
|
138
|
+
el_dec_rate_bias: Annotated[float, PropertyInfo(alias="elDecRateBias")]
|
139
|
+
"""Sensor elevation/declination rate bias, in degrees per second."""
|
138
140
|
|
139
|
-
|
141
|
+
el_dec_rate_sigma: Annotated[float, PropertyInfo(alias="elDecRateSigma")]
|
140
142
|
"""
|
141
|
-
|
142
|
-
|
143
|
+
The standard deviation of the elevation/declination rate residuals, in degrees,
|
144
|
+
used to determine the sensor elevation/declination rate bias.
|
143
145
|
"""
|
144
146
|
|
145
|
-
el_dec_mean: Annotated[float, PropertyInfo(alias="elDecMean")]
|
146
|
-
"""The mean elevation/declination residuals, in degrees, for the duration span."""
|
147
|
-
|
148
147
|
el_dec_rms: Annotated[float, PropertyInfo(alias="elDecRms")]
|
149
148
|
"""
|
150
|
-
The root mean square of the elevation/declination, in degrees,
|
151
|
-
|
149
|
+
The root mean square of the elevation/declination residuals, in degrees, used to
|
150
|
+
determine the sensor elevation/declination bias.
|
152
151
|
"""
|
153
152
|
|
154
|
-
|
155
|
-
"""
|
153
|
+
el_dec_sigma: Annotated[float, PropertyInfo(alias="elDecSigma")]
|
154
|
+
"""
|
155
|
+
The standard deviation of the elevation/declination residuals, in degrees, used
|
156
|
+
to determine the sensor elevation/declination bias.
|
157
|
+
"""
|
156
158
|
|
157
159
|
end_time: Annotated[Union[str, datetime], PropertyInfo(alias="endTime", format="iso8601")]
|
158
160
|
"""Calibration data span end time in ISO 8601 UTC format with millisecond
|
@@ -212,54 +214,60 @@ class CalibrationCreateParams(TypedDict, total=False):
|
|
212
214
|
"""
|
213
215
|
|
214
216
|
photo_bias: Annotated[float, PropertyInfo(alias="photoBias")]
|
215
|
-
"""The photometric observation
|
217
|
+
"""The sensor photometric observation magnitude bias, in visual magnitude."""
|
216
218
|
|
217
219
|
photo_sigma: Annotated[float, PropertyInfo(alias="photoSigma")]
|
218
|
-
"""The photometric observation noise standard deviation in visual magnitude."""
|
219
|
-
|
220
|
-
range_accel_bias: Annotated[float, PropertyInfo(alias="rangeAccelBias")]
|
221
220
|
"""
|
222
|
-
|
223
|
-
|
221
|
+
The standard deviation of the magnitude residuals, in visual magnitude, used to
|
222
|
+
determine the photometric bias.
|
224
223
|
"""
|
225
224
|
|
225
|
+
range_accel_bias: Annotated[float, PropertyInfo(alias="rangeAccelBias")]
|
226
|
+
"""Sensor range rate acceleration bias, in kilometers per second squared."""
|
227
|
+
|
226
228
|
range_accel_sigma: Annotated[float, PropertyInfo(alias="rangeAccelSigma")]
|
227
229
|
"""
|
228
|
-
|
229
|
-
squared.
|
230
|
+
The standard deviation of the range acceleration residuals, in kilometers per
|
231
|
+
second squared, used to determine the sensor range acceleration bias.
|
230
232
|
"""
|
231
233
|
|
232
234
|
range_bias: Annotated[float, PropertyInfo(alias="rangeBias")]
|
233
|
-
"""Sensor range bias, in kilometers
|
235
|
+
"""Sensor range bias, in kilometers."""
|
234
236
|
|
235
237
|
range_rate_bias: Annotated[float, PropertyInfo(alias="rangeRateBias")]
|
236
|
-
"""Sensor range rate bias, in kilometers per second
|
238
|
+
"""Sensor range rate bias, in kilometers per second."""
|
237
239
|
|
238
240
|
range_rate_rms: Annotated[float, PropertyInfo(alias="rangeRateRms")]
|
239
241
|
"""
|
240
|
-
The root mean square of the
|
241
|
-
|
242
|
+
The root mean square of the range rate residuals, in kilometers per second, used
|
243
|
+
to determine the sensor range rate bias.
|
242
244
|
"""
|
243
245
|
|
244
246
|
range_rate_sigma: Annotated[float, PropertyInfo(alias="rangeRateSigma")]
|
245
|
-
"""
|
247
|
+
"""
|
248
|
+
The standard deviation of the range rate residuals, in kilometers per second,
|
249
|
+
used to determine the sensor range rate bias.
|
250
|
+
"""
|
246
251
|
|
247
252
|
range_rms: Annotated[float, PropertyInfo(alias="rangeRms")]
|
248
253
|
"""
|
249
|
-
The root mean square of the
|
250
|
-
|
254
|
+
The root mean square of the range residuals, in kilometers, used to determine
|
255
|
+
the sensor range bias.
|
251
256
|
"""
|
252
257
|
|
253
258
|
range_sigma: Annotated[float, PropertyInfo(alias="rangeSigma")]
|
254
|
-
"""
|
259
|
+
"""
|
260
|
+
The standard deviation of the range residuals, in kilometers, used to determine
|
261
|
+
the sensor range bias.
|
262
|
+
"""
|
255
263
|
|
256
264
|
rcs_bias: Annotated[float, PropertyInfo(alias="rcsBias")]
|
257
|
-
"""The radar cross section (RCS) observation
|
265
|
+
"""The sensor radar cross section (RCS) observation bias, in square meters."""
|
258
266
|
|
259
267
|
rcs_sigma: Annotated[float, PropertyInfo(alias="rcsSigma")]
|
260
268
|
"""
|
261
|
-
The
|
262
|
-
|
269
|
+
The standard deviation of the radar cross section residuals, in square meters,
|
270
|
+
used to determine the radar cross section bias.
|
263
271
|
"""
|
264
272
|
|
265
273
|
ref_targets: Annotated[List[str], PropertyInfo(alias="refTargets")]
|
@@ -272,7 +280,10 @@ class CalibrationCreateParams(TypedDict, total=False):
|
|
272
280
|
"""The sensor type (MECHANICAL, OPTICAL, PHASED ARRAY, RF)."""
|
273
281
|
|
274
282
|
time_bias: Annotated[float, PropertyInfo(alias="timeBias")]
|
275
|
-
"""Sensor time bias, in seconds
|
283
|
+
"""Sensor time bias, in seconds."""
|
276
284
|
|
277
285
|
time_bias_sigma: Annotated[float, PropertyInfo(alias="timeBiasSigma")]
|
278
|
-
"""
|
286
|
+
"""
|
287
|
+
The standard deviation of the time residuals, in seconds, used to determine the
|
288
|
+
sensor time bias.
|
289
|
+
"""
|
@@ -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__ = ["CalibrationQueryHelpResponse", "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 CalibrationQueryHelpResponse(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
|