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
@@ -39,6 +39,7 @@ from ....types.sensor import (
|
|
39
39
|
from ....types.sensor.calibration_query_response import CalibrationQueryResponse
|
40
40
|
from ....types.sensor.calibration_tuple_response import CalibrationTupleResponse
|
41
41
|
from ....types.sensor.calibration_retrieve_response import CalibrationRetrieveResponse
|
42
|
+
from ....types.sensor.calibration_query_help_response import CalibrationQueryHelpResponse
|
42
43
|
|
43
44
|
__all__ = ["CalibrationResource", "AsyncCalibrationResource"]
|
44
45
|
|
@@ -79,10 +80,10 @@ class CalibrationResource(SyncAPIResource):
|
|
79
80
|
az_ra_accel_bias: float | NotGiven = NOT_GIVEN,
|
80
81
|
az_ra_accel_sigma: float | NotGiven = NOT_GIVEN,
|
81
82
|
az_ra_bias: float | NotGiven = NOT_GIVEN,
|
82
|
-
|
83
|
-
|
83
|
+
az_ra_rate_bias: float | NotGiven = NOT_GIVEN,
|
84
|
+
az_ra_rate_sigma: float | NotGiven = NOT_GIVEN,
|
84
85
|
az_ra_rms: float | NotGiven = NOT_GIVEN,
|
85
|
-
|
86
|
+
az_ra_sigma: float | NotGiven = NOT_GIVEN,
|
86
87
|
cal_angle_ref: str | NotGiven = NOT_GIVEN,
|
87
88
|
cal_track_mode: str | NotGiven = NOT_GIVEN,
|
88
89
|
cal_type: str | NotGiven = NOT_GIVEN,
|
@@ -92,10 +93,10 @@ class CalibrationResource(SyncAPIResource):
|
|
92
93
|
el_dec_accel_bias: float | NotGiven = NOT_GIVEN,
|
93
94
|
el_dec_accel_sigma: float | NotGiven = NOT_GIVEN,
|
94
95
|
el_dec_bias: float | NotGiven = NOT_GIVEN,
|
95
|
-
|
96
|
-
|
96
|
+
el_dec_rate_bias: float | NotGiven = NOT_GIVEN,
|
97
|
+
el_dec_rate_sigma: float | NotGiven = NOT_GIVEN,
|
97
98
|
el_dec_rms: float | NotGiven = NOT_GIVEN,
|
98
|
-
|
99
|
+
el_dec_sigma: float | NotGiven = NOT_GIVEN,
|
99
100
|
end_time: Union[str, datetime] | NotGiven = NOT_GIVEN,
|
100
101
|
num_az_ra_obs: int | NotGiven = NOT_GIVEN,
|
101
102
|
num_el_dec_obs: int | NotGiven = NOT_GIVEN,
|
@@ -170,23 +171,23 @@ class CalibrationResource(SyncAPIResource):
|
|
170
171
|
id: Unique identifier of the record, auto-generated by the system if not provided on
|
171
172
|
create operations.
|
172
173
|
|
173
|
-
az_ra_accel_bias: Sensor azimuth/right-ascension acceleration bias
|
174
|
-
squared, during sensor operation.
|
174
|
+
az_ra_accel_bias: Sensor azimuth/right-ascension acceleration bias, in degrees per second squared.
|
175
175
|
|
176
|
-
az_ra_accel_sigma:
|
177
|
-
|
176
|
+
az_ra_accel_sigma: The standard deviation of the azimuth/right ascension acceleration residuals, in
|
177
|
+
degrees, used to determine the sensor azimuth/right-ascension acceleration bias.
|
178
178
|
|
179
|
-
az_ra_bias: Sensor azimuth/right-ascension bias, in degrees
|
179
|
+
az_ra_bias: Sensor azimuth/right-ascension bias, in degrees.
|
180
180
|
|
181
|
-
|
182
|
-
operation.
|
181
|
+
az_ra_rate_bias: Sensor azimuth/right-ascension rate bias, in degrees per second.
|
183
182
|
|
184
|
-
|
183
|
+
az_ra_rate_sigma: The standard deviation of the azimuth/right ascension rate residuals, in
|
184
|
+
degrees, used to determine the sensor azimuth/right-ascension rate bias.
|
185
185
|
|
186
|
-
az_ra_rms: The root mean square of the azimuth/right-ascension, in degrees,
|
187
|
-
|
186
|
+
az_ra_rms: The root mean square of the azimuth/right-ascension residuals, in degrees, used
|
187
|
+
to determine the sensor azimuth/right-ascension bias.
|
188
188
|
|
189
|
-
|
189
|
+
az_ra_sigma: The standard deviation of the azimuth/right ascension residuals, in degrees,
|
190
|
+
used to determine the sensor azimuth/right-ascension bias.
|
190
191
|
|
191
192
|
cal_angle_ref: Specifies the calibration reference angle set for this calibration data set.
|
192
193
|
Azimuth and Elevation (AZEL) or Right Ascension and Declination (RADEC).
|
@@ -205,23 +206,23 @@ class CalibrationResource(SyncAPIResource):
|
|
205
206
|
ecr: Three element array, expressing the sensor location in Earth Centered Rotating
|
206
207
|
(ECR) coordinates, in kilometers. The array element order is [x, y, z].
|
207
208
|
|
208
|
-
el_dec_accel_bias: Sensor elevation/declination acceleration bias
|
209
|
-
squared, during sensor operation.
|
209
|
+
el_dec_accel_bias: Sensor elevation/declination acceleration bias, in degrees per second squared.
|
210
210
|
|
211
|
-
el_dec_accel_sigma:
|
212
|
-
|
211
|
+
el_dec_accel_sigma: The standard deviation of the elevation/declination acceleration residuals, in
|
212
|
+
degrees, used to determine the sensor elevation/declination acceleration bias.
|
213
213
|
|
214
|
-
el_dec_bias: Sensor elevation/declination bias, in degrees
|
214
|
+
el_dec_bias: Sensor elevation/declination bias, in degrees.
|
215
215
|
|
216
|
-
|
217
|
-
operation.
|
216
|
+
el_dec_rate_bias: Sensor elevation/declination rate bias, in degrees per second.
|
218
217
|
|
219
|
-
|
218
|
+
el_dec_rate_sigma: The standard deviation of the elevation/declination rate residuals, in degrees,
|
219
|
+
used to determine the sensor elevation/declination rate bias.
|
220
220
|
|
221
|
-
el_dec_rms: The root mean square of the elevation/declination, in degrees,
|
222
|
-
|
221
|
+
el_dec_rms: The root mean square of the elevation/declination residuals, in degrees, used to
|
222
|
+
determine the sensor elevation/declination bias.
|
223
223
|
|
224
|
-
|
224
|
+
el_dec_sigma: The standard deviation of the elevation/declination residuals, in degrees, used
|
225
|
+
to determine the sensor elevation/declination bias.
|
225
226
|
|
226
227
|
end_time: Calibration data span end time in ISO 8601 UTC format with millisecond
|
227
228
|
precision. If provided, the endTime must be greater than or equal to the
|
@@ -254,34 +255,36 @@ class CalibrationResource(SyncAPIResource):
|
|
254
255
|
mediating system which forwarded the data on behalf of the origin system. If
|
255
256
|
null, the source may be assumed to be the origin.
|
256
257
|
|
257
|
-
photo_bias: The photometric observation
|
258
|
+
photo_bias: The sensor photometric observation magnitude bias, in visual magnitude.
|
258
259
|
|
259
|
-
photo_sigma: The
|
260
|
+
photo_sigma: The standard deviation of the magnitude residuals, in visual magnitude, used to
|
261
|
+
determine the photometric bias.
|
260
262
|
|
261
|
-
range_accel_bias: Sensor range rate bias
|
262
|
-
sensor operation.
|
263
|
+
range_accel_bias: Sensor range rate acceleration bias, in kilometers per second squared.
|
263
264
|
|
264
|
-
range_accel_sigma:
|
265
|
-
squared.
|
265
|
+
range_accel_sigma: The standard deviation of the range acceleration residuals, in kilometers per
|
266
|
+
second squared, used to determine the sensor range acceleration bias.
|
266
267
|
|
267
|
-
range_bias: Sensor range bias, in kilometers
|
268
|
+
range_bias: Sensor range bias, in kilometers.
|
268
269
|
|
269
|
-
range_rate_bias: Sensor range rate bias, in kilometers per second
|
270
|
+
range_rate_bias: Sensor range rate bias, in kilometers per second.
|
270
271
|
|
271
|
-
range_rate_rms: The root mean square of the
|
272
|
-
|
272
|
+
range_rate_rms: The root mean square of the range rate residuals, in kilometers per second, used
|
273
|
+
to determine the sensor range rate bias.
|
273
274
|
|
274
|
-
range_rate_sigma:
|
275
|
+
range_rate_sigma: The standard deviation of the range rate residuals, in kilometers per second,
|
276
|
+
used to determine the sensor range rate bias.
|
275
277
|
|
276
|
-
range_rms: The root mean square of the
|
277
|
-
|
278
|
+
range_rms: The root mean square of the range residuals, in kilometers, used to determine
|
279
|
+
the sensor range bias.
|
278
280
|
|
279
|
-
range_sigma:
|
281
|
+
range_sigma: The standard deviation of the range residuals, in kilometers, used to determine
|
282
|
+
the sensor range bias.
|
280
283
|
|
281
|
-
rcs_bias: The radar cross section (RCS) observation
|
284
|
+
rcs_bias: The sensor radar cross section (RCS) observation bias, in square meters.
|
282
285
|
|
283
|
-
rcs_sigma: The
|
284
|
-
|
286
|
+
rcs_sigma: The standard deviation of the radar cross section residuals, in square meters,
|
287
|
+
used to determine the radar cross section bias.
|
285
288
|
|
286
289
|
ref_targets: Array of the catalog IDs of the reference targets used in the calibration.
|
287
290
|
|
@@ -289,9 +292,10 @@ class CalibrationResource(SyncAPIResource):
|
|
289
292
|
|
290
293
|
sen_type: The sensor type (MECHANICAL, OPTICAL, PHASED ARRAY, RF).
|
291
294
|
|
292
|
-
time_bias: Sensor time bias, in seconds
|
295
|
+
time_bias: Sensor time bias, in seconds.
|
293
296
|
|
294
|
-
time_bias_sigma:
|
297
|
+
time_bias_sigma: The standard deviation of the time residuals, in seconds, used to determine the
|
298
|
+
sensor time bias.
|
295
299
|
|
296
300
|
extra_headers: Send extra headers
|
297
301
|
|
@@ -315,10 +319,10 @@ class CalibrationResource(SyncAPIResource):
|
|
315
319
|
"az_ra_accel_bias": az_ra_accel_bias,
|
316
320
|
"az_ra_accel_sigma": az_ra_accel_sigma,
|
317
321
|
"az_ra_bias": az_ra_bias,
|
318
|
-
"
|
319
|
-
"
|
322
|
+
"az_ra_rate_bias": az_ra_rate_bias,
|
323
|
+
"az_ra_rate_sigma": az_ra_rate_sigma,
|
320
324
|
"az_ra_rms": az_ra_rms,
|
321
|
-
"
|
325
|
+
"az_ra_sigma": az_ra_sigma,
|
322
326
|
"cal_angle_ref": cal_angle_ref,
|
323
327
|
"cal_track_mode": cal_track_mode,
|
324
328
|
"cal_type": cal_type,
|
@@ -328,10 +332,10 @@ class CalibrationResource(SyncAPIResource):
|
|
328
332
|
"el_dec_accel_bias": el_dec_accel_bias,
|
329
333
|
"el_dec_accel_sigma": el_dec_accel_sigma,
|
330
334
|
"el_dec_bias": el_dec_bias,
|
331
|
-
"
|
332
|
-
"
|
335
|
+
"el_dec_rate_bias": el_dec_rate_bias,
|
336
|
+
"el_dec_rate_sigma": el_dec_rate_sigma,
|
333
337
|
"el_dec_rms": el_dec_rms,
|
334
|
-
"
|
338
|
+
"el_dec_sigma": el_dec_sigma,
|
335
339
|
"end_time": end_time,
|
336
340
|
"num_az_ra_obs": num_az_ra_obs,
|
337
341
|
"num_el_dec_obs": num_el_dec_obs,
|
@@ -563,18 +567,17 @@ class CalibrationResource(SyncAPIResource):
|
|
563
567
|
extra_query: Query | None = None,
|
564
568
|
extra_body: Body | None = None,
|
565
569
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
566
|
-
) ->
|
570
|
+
) -> CalibrationQueryHelpResponse:
|
567
571
|
"""
|
568
572
|
Service operation to provide detailed information on available dynamic query
|
569
573
|
parameters for a particular data type.
|
570
574
|
"""
|
571
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
572
575
|
return self._get(
|
573
576
|
"/udl/sensorcalibration/queryhelp",
|
574
577
|
options=make_request_options(
|
575
578
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
576
579
|
),
|
577
|
-
cast_to=
|
580
|
+
cast_to=CalibrationQueryHelpResponse,
|
578
581
|
)
|
579
582
|
|
580
583
|
def tuple(
|
@@ -711,10 +714,10 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
711
714
|
az_ra_accel_bias: float | NotGiven = NOT_GIVEN,
|
712
715
|
az_ra_accel_sigma: float | NotGiven = NOT_GIVEN,
|
713
716
|
az_ra_bias: float | NotGiven = NOT_GIVEN,
|
714
|
-
|
715
|
-
|
717
|
+
az_ra_rate_bias: float | NotGiven = NOT_GIVEN,
|
718
|
+
az_ra_rate_sigma: float | NotGiven = NOT_GIVEN,
|
716
719
|
az_ra_rms: float | NotGiven = NOT_GIVEN,
|
717
|
-
|
720
|
+
az_ra_sigma: float | NotGiven = NOT_GIVEN,
|
718
721
|
cal_angle_ref: str | NotGiven = NOT_GIVEN,
|
719
722
|
cal_track_mode: str | NotGiven = NOT_GIVEN,
|
720
723
|
cal_type: str | NotGiven = NOT_GIVEN,
|
@@ -724,10 +727,10 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
724
727
|
el_dec_accel_bias: float | NotGiven = NOT_GIVEN,
|
725
728
|
el_dec_accel_sigma: float | NotGiven = NOT_GIVEN,
|
726
729
|
el_dec_bias: float | NotGiven = NOT_GIVEN,
|
727
|
-
|
728
|
-
|
730
|
+
el_dec_rate_bias: float | NotGiven = NOT_GIVEN,
|
731
|
+
el_dec_rate_sigma: float | NotGiven = NOT_GIVEN,
|
729
732
|
el_dec_rms: float | NotGiven = NOT_GIVEN,
|
730
|
-
|
733
|
+
el_dec_sigma: float | NotGiven = NOT_GIVEN,
|
731
734
|
end_time: Union[str, datetime] | NotGiven = NOT_GIVEN,
|
732
735
|
num_az_ra_obs: int | NotGiven = NOT_GIVEN,
|
733
736
|
num_el_dec_obs: int | NotGiven = NOT_GIVEN,
|
@@ -802,23 +805,23 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
802
805
|
id: Unique identifier of the record, auto-generated by the system if not provided on
|
803
806
|
create operations.
|
804
807
|
|
805
|
-
az_ra_accel_bias: Sensor azimuth/right-ascension acceleration bias
|
806
|
-
squared, during sensor operation.
|
808
|
+
az_ra_accel_bias: Sensor azimuth/right-ascension acceleration bias, in degrees per second squared.
|
807
809
|
|
808
|
-
az_ra_accel_sigma:
|
809
|
-
|
810
|
+
az_ra_accel_sigma: The standard deviation of the azimuth/right ascension acceleration residuals, in
|
811
|
+
degrees, used to determine the sensor azimuth/right-ascension acceleration bias.
|
810
812
|
|
811
|
-
az_ra_bias: Sensor azimuth/right-ascension bias, in degrees
|
813
|
+
az_ra_bias: Sensor azimuth/right-ascension bias, in degrees.
|
812
814
|
|
813
|
-
|
814
|
-
operation.
|
815
|
+
az_ra_rate_bias: Sensor azimuth/right-ascension rate bias, in degrees per second.
|
815
816
|
|
816
|
-
|
817
|
+
az_ra_rate_sigma: The standard deviation of the azimuth/right ascension rate residuals, in
|
818
|
+
degrees, used to determine the sensor azimuth/right-ascension rate bias.
|
817
819
|
|
818
|
-
az_ra_rms: The root mean square of the azimuth/right-ascension, in degrees,
|
819
|
-
|
820
|
+
az_ra_rms: The root mean square of the azimuth/right-ascension residuals, in degrees, used
|
821
|
+
to determine the sensor azimuth/right-ascension bias.
|
820
822
|
|
821
|
-
|
823
|
+
az_ra_sigma: The standard deviation of the azimuth/right ascension residuals, in degrees,
|
824
|
+
used to determine the sensor azimuth/right-ascension bias.
|
822
825
|
|
823
826
|
cal_angle_ref: Specifies the calibration reference angle set for this calibration data set.
|
824
827
|
Azimuth and Elevation (AZEL) or Right Ascension and Declination (RADEC).
|
@@ -837,23 +840,23 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
837
840
|
ecr: Three element array, expressing the sensor location in Earth Centered Rotating
|
838
841
|
(ECR) coordinates, in kilometers. The array element order is [x, y, z].
|
839
842
|
|
840
|
-
el_dec_accel_bias: Sensor elevation/declination acceleration bias
|
841
|
-
squared, during sensor operation.
|
843
|
+
el_dec_accel_bias: Sensor elevation/declination acceleration bias, in degrees per second squared.
|
842
844
|
|
843
|
-
el_dec_accel_sigma:
|
844
|
-
|
845
|
+
el_dec_accel_sigma: The standard deviation of the elevation/declination acceleration residuals, in
|
846
|
+
degrees, used to determine the sensor elevation/declination acceleration bias.
|
845
847
|
|
846
|
-
el_dec_bias: Sensor elevation/declination bias, in degrees
|
848
|
+
el_dec_bias: Sensor elevation/declination bias, in degrees.
|
847
849
|
|
848
|
-
|
849
|
-
operation.
|
850
|
+
el_dec_rate_bias: Sensor elevation/declination rate bias, in degrees per second.
|
850
851
|
|
851
|
-
|
852
|
+
el_dec_rate_sigma: The standard deviation of the elevation/declination rate residuals, in degrees,
|
853
|
+
used to determine the sensor elevation/declination rate bias.
|
852
854
|
|
853
|
-
el_dec_rms: The root mean square of the elevation/declination, in degrees,
|
854
|
-
|
855
|
+
el_dec_rms: The root mean square of the elevation/declination residuals, in degrees, used to
|
856
|
+
determine the sensor elevation/declination bias.
|
855
857
|
|
856
|
-
|
858
|
+
el_dec_sigma: The standard deviation of the elevation/declination residuals, in degrees, used
|
859
|
+
to determine the sensor elevation/declination bias.
|
857
860
|
|
858
861
|
end_time: Calibration data span end time in ISO 8601 UTC format with millisecond
|
859
862
|
precision. If provided, the endTime must be greater than or equal to the
|
@@ -886,34 +889,36 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
886
889
|
mediating system which forwarded the data on behalf of the origin system. If
|
887
890
|
null, the source may be assumed to be the origin.
|
888
891
|
|
889
|
-
photo_bias: The photometric observation
|
892
|
+
photo_bias: The sensor photometric observation magnitude bias, in visual magnitude.
|
890
893
|
|
891
|
-
photo_sigma: The
|
894
|
+
photo_sigma: The standard deviation of the magnitude residuals, in visual magnitude, used to
|
895
|
+
determine the photometric bias.
|
892
896
|
|
893
|
-
range_accel_bias: Sensor range rate bias
|
894
|
-
sensor operation.
|
897
|
+
range_accel_bias: Sensor range rate acceleration bias, in kilometers per second squared.
|
895
898
|
|
896
|
-
range_accel_sigma:
|
897
|
-
squared.
|
899
|
+
range_accel_sigma: The standard deviation of the range acceleration residuals, in kilometers per
|
900
|
+
second squared, used to determine the sensor range acceleration bias.
|
898
901
|
|
899
|
-
range_bias: Sensor range bias, in kilometers
|
902
|
+
range_bias: Sensor range bias, in kilometers.
|
900
903
|
|
901
|
-
range_rate_bias: Sensor range rate bias, in kilometers per second
|
904
|
+
range_rate_bias: Sensor range rate bias, in kilometers per second.
|
902
905
|
|
903
|
-
range_rate_rms: The root mean square of the
|
904
|
-
|
906
|
+
range_rate_rms: The root mean square of the range rate residuals, in kilometers per second, used
|
907
|
+
to determine the sensor range rate bias.
|
905
908
|
|
906
|
-
range_rate_sigma:
|
909
|
+
range_rate_sigma: The standard deviation of the range rate residuals, in kilometers per second,
|
910
|
+
used to determine the sensor range rate bias.
|
907
911
|
|
908
|
-
range_rms: The root mean square of the
|
909
|
-
|
912
|
+
range_rms: The root mean square of the range residuals, in kilometers, used to determine
|
913
|
+
the sensor range bias.
|
910
914
|
|
911
|
-
range_sigma:
|
915
|
+
range_sigma: The standard deviation of the range residuals, in kilometers, used to determine
|
916
|
+
the sensor range bias.
|
912
917
|
|
913
|
-
rcs_bias: The radar cross section (RCS) observation
|
918
|
+
rcs_bias: The sensor radar cross section (RCS) observation bias, in square meters.
|
914
919
|
|
915
|
-
rcs_sigma: The
|
916
|
-
|
920
|
+
rcs_sigma: The standard deviation of the radar cross section residuals, in square meters,
|
921
|
+
used to determine the radar cross section bias.
|
917
922
|
|
918
923
|
ref_targets: Array of the catalog IDs of the reference targets used in the calibration.
|
919
924
|
|
@@ -921,9 +926,10 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
921
926
|
|
922
927
|
sen_type: The sensor type (MECHANICAL, OPTICAL, PHASED ARRAY, RF).
|
923
928
|
|
924
|
-
time_bias: Sensor time bias, in seconds
|
929
|
+
time_bias: Sensor time bias, in seconds.
|
925
930
|
|
926
|
-
time_bias_sigma:
|
931
|
+
time_bias_sigma: The standard deviation of the time residuals, in seconds, used to determine the
|
932
|
+
sensor time bias.
|
927
933
|
|
928
934
|
extra_headers: Send extra headers
|
929
935
|
|
@@ -947,10 +953,10 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
947
953
|
"az_ra_accel_bias": az_ra_accel_bias,
|
948
954
|
"az_ra_accel_sigma": az_ra_accel_sigma,
|
949
955
|
"az_ra_bias": az_ra_bias,
|
950
|
-
"
|
951
|
-
"
|
956
|
+
"az_ra_rate_bias": az_ra_rate_bias,
|
957
|
+
"az_ra_rate_sigma": az_ra_rate_sigma,
|
952
958
|
"az_ra_rms": az_ra_rms,
|
953
|
-
"
|
959
|
+
"az_ra_sigma": az_ra_sigma,
|
954
960
|
"cal_angle_ref": cal_angle_ref,
|
955
961
|
"cal_track_mode": cal_track_mode,
|
956
962
|
"cal_type": cal_type,
|
@@ -960,10 +966,10 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
960
966
|
"el_dec_accel_bias": el_dec_accel_bias,
|
961
967
|
"el_dec_accel_sigma": el_dec_accel_sigma,
|
962
968
|
"el_dec_bias": el_dec_bias,
|
963
|
-
"
|
964
|
-
"
|
969
|
+
"el_dec_rate_bias": el_dec_rate_bias,
|
970
|
+
"el_dec_rate_sigma": el_dec_rate_sigma,
|
965
971
|
"el_dec_rms": el_dec_rms,
|
966
|
-
"
|
972
|
+
"el_dec_sigma": el_dec_sigma,
|
967
973
|
"end_time": end_time,
|
968
974
|
"num_az_ra_obs": num_az_ra_obs,
|
969
975
|
"num_el_dec_obs": num_el_dec_obs,
|
@@ -1195,18 +1201,17 @@ class AsyncCalibrationResource(AsyncAPIResource):
|
|
1195
1201
|
extra_query: Query | None = None,
|
1196
1202
|
extra_body: Body | None = None,
|
1197
1203
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1198
|
-
) ->
|
1204
|
+
) -> CalibrationQueryHelpResponse:
|
1199
1205
|
"""
|
1200
1206
|
Service operation to provide detailed information on available dynamic query
|
1201
1207
|
parameters for a particular data type.
|
1202
1208
|
"""
|
1203
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1204
1209
|
return await self._get(
|
1205
1210
|
"/udl/sensorcalibration/queryhelp",
|
1206
1211
|
options=make_request_options(
|
1207
1212
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1208
1213
|
),
|
1209
|
-
cast_to=
|
1214
|
+
cast_to=CalibrationQueryHelpResponse,
|
1210
1215
|
)
|
1211
1216
|
|
1212
1217
|
async def tuple(
|
@@ -38,6 +38,7 @@ from .calibration.calibration import (
|
|
38
38
|
from ...types.sensor_get_response import SensorGetResponse
|
39
39
|
from ...types.sensor_list_response import SensorListResponse
|
40
40
|
from ...types.sensor_tuple_response import SensorTupleResponse
|
41
|
+
from ...types.sensor_queryhelp_response import SensorQueryhelpResponse
|
41
42
|
|
42
43
|
__all__ = ["SensorResource", "AsyncSensorResource"]
|
43
44
|
|
@@ -525,18 +526,17 @@ class SensorResource(SyncAPIResource):
|
|
525
526
|
extra_query: Query | None = None,
|
526
527
|
extra_body: Body | None = None,
|
527
528
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
528
|
-
) ->
|
529
|
+
) -> SensorQueryhelpResponse:
|
529
530
|
"""
|
530
531
|
Service operation to provide detailed information on available dynamic query
|
531
532
|
parameters for a particular data type.
|
532
533
|
"""
|
533
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
534
534
|
return self._get(
|
535
535
|
"/udl/sensor/queryhelp",
|
536
536
|
options=make_request_options(
|
537
537
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
538
538
|
),
|
539
|
-
cast_to=
|
539
|
+
cast_to=SensorQueryhelpResponse,
|
540
540
|
)
|
541
541
|
|
542
542
|
def tuple(
|
@@ -1079,18 +1079,17 @@ class AsyncSensorResource(AsyncAPIResource):
|
|
1079
1079
|
extra_query: Query | None = None,
|
1080
1080
|
extra_body: Body | None = None,
|
1081
1081
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1082
|
-
) ->
|
1082
|
+
) -> SensorQueryhelpResponse:
|
1083
1083
|
"""
|
1084
1084
|
Service operation to provide detailed information on available dynamic query
|
1085
1085
|
parameters for a particular data type.
|
1086
1086
|
"""
|
1087
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1088
1087
|
return await self._get(
|
1089
1088
|
"/udl/sensor/queryhelp",
|
1090
1089
|
options=make_request_options(
|
1091
1090
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1092
1091
|
),
|
1093
|
-
cast_to=
|
1092
|
+
cast_to=SensorQueryhelpResponse,
|
1094
1093
|
)
|
1095
1094
|
|
1096
1095
|
async def tuple(
|
@@ -42,6 +42,7 @@ from ...types.sensor_maintenance_get_response import SensorMaintenanceGetRespons
|
|
42
42
|
from ...types.sensor_maintenance_list_response import SensorMaintenanceListResponse
|
43
43
|
from ...types.sensor_maintenance_tuple_response import SensorMaintenanceTupleResponse
|
44
44
|
from ...types.sensor_maintenance_current_response import SensorMaintenanceCurrentResponse
|
45
|
+
from ...types.sensor_maintenance_queryhelp_response import SensorMaintenanceQueryhelpResponse
|
45
46
|
|
46
47
|
__all__ = ["SensorMaintenanceResource", "AsyncSensorMaintenanceResource"]
|
47
48
|
|
@@ -706,18 +707,17 @@ class SensorMaintenanceResource(SyncAPIResource):
|
|
706
707
|
extra_query: Query | None = None,
|
707
708
|
extra_body: Body | None = None,
|
708
709
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
709
|
-
) ->
|
710
|
+
) -> SensorMaintenanceQueryhelpResponse:
|
710
711
|
"""
|
711
712
|
Service operation to provide detailed information on available dynamic query
|
712
713
|
parameters for a particular data type.
|
713
714
|
"""
|
714
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
715
715
|
return self._get(
|
716
716
|
"/udl/sensormaintenance/queryhelp",
|
717
717
|
options=make_request_options(
|
718
718
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
719
719
|
),
|
720
|
-
cast_to=
|
720
|
+
cast_to=SensorMaintenanceQueryhelpResponse,
|
721
721
|
)
|
722
722
|
|
723
723
|
def tuple(
|
@@ -1447,18 +1447,17 @@ class AsyncSensorMaintenanceResource(AsyncAPIResource):
|
|
1447
1447
|
extra_query: Query | None = None,
|
1448
1448
|
extra_body: Body | None = None,
|
1449
1449
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1450
|
-
) ->
|
1450
|
+
) -> SensorMaintenanceQueryhelpResponse:
|
1451
1451
|
"""
|
1452
1452
|
Service operation to provide detailed information on available dynamic query
|
1453
1453
|
parameters for a particular data type.
|
1454
1454
|
"""
|
1455
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1456
1455
|
return await self._get(
|
1457
1456
|
"/udl/sensormaintenance/queryhelp",
|
1458
1457
|
options=make_request_options(
|
1459
1458
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1460
1459
|
),
|
1461
|
-
cast_to=
|
1460
|
+
cast_to=SensorMaintenanceQueryhelpResponse,
|
1462
1461
|
)
|
1463
1462
|
|
1464
1463
|
async def tuple(
|
@@ -5,7 +5,7 @@ from __future__ import annotations
|
|
5
5
|
import httpx
|
6
6
|
|
7
7
|
from ..types import sensor_observation_type_get_params, sensor_observation_type_list_params
|
8
|
-
from .._types import NOT_GIVEN, Body, Query, Headers,
|
8
|
+
from .._types import NOT_GIVEN, Body, Query, Headers, NotGiven
|
9
9
|
from .._utils import maybe_transform, async_maybe_transform
|
10
10
|
from .._compat import cached_property
|
11
11
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
@@ -19,6 +19,7 @@ from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
|
19
19
|
from .._base_client import AsyncPaginator, make_request_options
|
20
20
|
from ..types.sensor_observation_type_get_response import SensorObservationTypeGetResponse
|
21
21
|
from ..types.sensor_observation_type_list_response import SensorObservationTypeListResponse
|
22
|
+
from ..types.sensor_observation_type_queryhelp_response import SensorObservationTypeQueryhelpResponse
|
22
23
|
|
23
24
|
__all__ = ["SensorObservationTypeResource", "AsyncSensorObservationTypeResource"]
|
24
25
|
|
@@ -136,18 +137,17 @@ class SensorObservationTypeResource(SyncAPIResource):
|
|
136
137
|
extra_query: Query | None = None,
|
137
138
|
extra_body: Body | None = None,
|
138
139
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
139
|
-
) ->
|
140
|
+
) -> SensorObservationTypeQueryhelpResponse:
|
140
141
|
"""
|
141
142
|
Service operation to provide detailed information on available dynamic query
|
142
143
|
parameters for a particular data type.
|
143
144
|
"""
|
144
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
145
145
|
return self._get(
|
146
146
|
"/udl/sensorobservationtype/queryhelp",
|
147
147
|
options=make_request_options(
|
148
148
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
149
149
|
),
|
150
|
-
cast_to=
|
150
|
+
cast_to=SensorObservationTypeQueryhelpResponse,
|
151
151
|
)
|
152
152
|
|
153
153
|
|
@@ -264,18 +264,17 @@ class AsyncSensorObservationTypeResource(AsyncAPIResource):
|
|
264
264
|
extra_query: Query | None = None,
|
265
265
|
extra_body: Body | None = None,
|
266
266
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
267
|
-
) ->
|
267
|
+
) -> SensorObservationTypeQueryhelpResponse:
|
268
268
|
"""
|
269
269
|
Service operation to provide detailed information on available dynamic query
|
270
270
|
parameters for a particular data type.
|
271
271
|
"""
|
272
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
273
272
|
return await self._get(
|
274
273
|
"/udl/sensorobservationtype/queryhelp",
|
275
274
|
options=make_request_options(
|
276
275
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
277
276
|
),
|
278
|
-
cast_to=
|
277
|
+
cast_to=SensorObservationTypeQueryhelpResponse,
|
279
278
|
)
|
280
279
|
|
281
280
|
|
@@ -40,6 +40,7 @@ from ..._base_client import AsyncPaginator, make_request_options
|
|
40
40
|
from ...types.sensor_plan_get_response import SensorPlanGetResponse
|
41
41
|
from ...types.sensor_plan_list_response import SensorPlanListResponse
|
42
42
|
from ...types.sensor_plan_tuple_response import SensorPlanTupleResponse
|
43
|
+
from ...types.sensor_plan_queryhelp_response import SensorPlanQueryhelpResponse
|
43
44
|
|
44
45
|
__all__ = ["SensorPlanResource", "AsyncSensorPlanResource"]
|
45
46
|
|
@@ -515,18 +516,17 @@ class SensorPlanResource(SyncAPIResource):
|
|
515
516
|
extra_query: Query | None = None,
|
516
517
|
extra_body: Body | None = None,
|
517
518
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
518
|
-
) ->
|
519
|
+
) -> SensorPlanQueryhelpResponse:
|
519
520
|
"""
|
520
521
|
Service operation to provide detailed information on available dynamic query
|
521
522
|
parameters for a particular data type.
|
522
523
|
"""
|
523
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
524
524
|
return self._get(
|
525
525
|
"/udl/sensorplan/queryhelp",
|
526
526
|
options=make_request_options(
|
527
527
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
528
528
|
),
|
529
|
-
cast_to=
|
529
|
+
cast_to=SensorPlanQueryhelpResponse,
|
530
530
|
)
|
531
531
|
|
532
532
|
def tuple(
|
@@ -1098,18 +1098,17 @@ class AsyncSensorPlanResource(AsyncAPIResource):
|
|
1098
1098
|
extra_query: Query | None = None,
|
1099
1099
|
extra_body: Body | None = None,
|
1100
1100
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1101
|
-
) ->
|
1101
|
+
) -> SensorPlanQueryhelpResponse:
|
1102
1102
|
"""
|
1103
1103
|
Service operation to provide detailed information on available dynamic query
|
1104
1104
|
parameters for a particular data type.
|
1105
1105
|
"""
|
1106
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1107
1106
|
return await self._get(
|
1108
1107
|
"/udl/sensorplan/queryhelp",
|
1109
1108
|
options=make_request_options(
|
1110
1109
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1111
1110
|
),
|
1112
|
-
cast_to=
|
1111
|
+
cast_to=SensorPlanQueryhelpResponse,
|
1113
1112
|
)
|
1114
1113
|
|
1115
1114
|
async def tuple(
|