gpp-client 26.7.3.dev3__tar.gz → 26.7.3.dev5__tar.gz
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.
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/PKG-INFO +1 -1
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/scheduler.py +29 -17
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/__init__.py +56 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/client.py +572 -33
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/custom_fields.py +748 -25
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/custom_mutations.py +58 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/custom_typing_fields.py +60 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/enums.py +29 -18
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/fragments.py +99 -3
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/input_types.py +273 -9
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/.gitignore +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/LICENSE +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/README.md +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/graphql/README.md +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/pyproject.toml +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/__init__.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/__init__.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/cli.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/__init__.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/attachment.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/goats.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/observation.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/program.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/scheduler.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/site_status.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/target.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/commands/workflow_state.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/console.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/output.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/cli/utils.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/client.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/constants.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/__init__.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/atom.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/attachment.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/base.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/goats.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/observation.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/program.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/site_status.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/target.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/domains/workflow_state.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/environment.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/exceptions.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/async_base_client.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/base_model.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/base_operation.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/clone_observation.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/clone_target.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/create_call_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/create_observation.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/create_program.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/create_target_by_program_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/create_target_by_program_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/create_target_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/custom_queries.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/delete_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/delete_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/delete_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/delete_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/delete_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/exceptions.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_call_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_calls_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_goats_observations.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_goats_programs.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_observation.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_observation_attachments_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_observation_attachments_by_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_observation_workflow_state_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_observation_workflow_state_by_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_observations.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_program_attachments_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_program_attachments_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_program_attachments_by_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_program_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_program_by_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_programs.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_scheduler_all_programs_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_scheduler_programs.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/get_targets.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/obs_calculation_update.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/observation_edit.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/package_environment.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/ping.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/program_edit.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/restore_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/restore_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/restore_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/restore_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/restore_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/scheduler_observations_updates.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/set_observation_workflow_state.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/target_edit.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_calls_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_observations.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_programs.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/generated/update_targets.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/logging_utils.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/rest/__init__.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/rest/client.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/rest/models.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/rest/utils.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/settings.py +0 -0
- {gpp_client-26.7.3.dev3 → gpp_client-26.7.3.dev5}/src/gpp_client/urls.py +0 -0
|
@@ -122,10 +122,10 @@ class SchedulerDomain(BaseDomain):
|
|
|
122
122
|
node: dict[str, Any],
|
|
123
123
|
obs_map: dict[str, Any],
|
|
124
124
|
obs_sequence: dict[str, list],
|
|
125
|
-
) ->
|
|
125
|
+
) -> bool:
|
|
126
126
|
"""
|
|
127
127
|
Maps the information between the groups tree and the observations retrieved
|
|
128
|
-
from a different query.
|
|
128
|
+
from a different query, dropping the elements that carry no observation.
|
|
129
129
|
|
|
130
130
|
Parameters
|
|
131
131
|
----------
|
|
@@ -135,33 +135,45 @@ class SchedulerDomain(BaseDomain):
|
|
|
135
135
|
Mapping of observation ids with observation raw data.
|
|
136
136
|
obs_sequence: dict[str, list]
|
|
137
137
|
Mapping of the atoms sequence with the observation id.
|
|
138
|
+
|
|
139
|
+
Returns
|
|
140
|
+
-------
|
|
141
|
+
bool
|
|
142
|
+
``True`` if the node was filled with observation data, ``False`` if it
|
|
143
|
+
is an observation missing from the ODB response or a group left empty
|
|
144
|
+
once its children were trimmed.
|
|
138
145
|
"""
|
|
139
146
|
obs = node.get("observation")
|
|
140
147
|
group = node.get("group")
|
|
141
148
|
if obs is not None:
|
|
142
149
|
obs_id = obs["id"]
|
|
143
150
|
obs_data = obs_map.get(obs_id)
|
|
144
|
-
if obs_data is
|
|
145
|
-
obs_data["sequence"] = obs_sequence.get(obs_id)
|
|
146
|
-
node["observation"] = obs_data
|
|
147
|
-
else:
|
|
151
|
+
if obs_data is None:
|
|
148
152
|
# No information on the ODB about the observation but the structure
|
|
149
153
|
# remains in the program.
|
|
150
154
|
# Put to None so observation doesn't get parse.
|
|
151
155
|
node["observation"] = None
|
|
156
|
+
return False
|
|
152
157
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
self._traverse_for_observation(child, obs_map, obs_sequence)
|
|
157
|
-
else:
|
|
158
|
-
# Empty groups like Calibration might add elements later.
|
|
159
|
-
group["elements"] = []
|
|
158
|
+
obs_data["sequence"] = obs_sequence.get(obs_id)
|
|
159
|
+
node["observation"] = obs_data
|
|
160
|
+
return True
|
|
160
161
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
if group is not None:
|
|
163
|
+
group["elements"] = [
|
|
164
|
+
child
|
|
165
|
+
for child in group.get("elements") or []
|
|
166
|
+
if self._traverse_for_observation(child, obs_map, obs_sequence)
|
|
167
|
+
]
|
|
168
|
+
return bool(group["elements"])
|
|
169
|
+
|
|
170
|
+
# is the root
|
|
171
|
+
node["elements"] = [
|
|
172
|
+
child
|
|
173
|
+
for child in node["elements"]
|
|
174
|
+
if self._traverse_for_observation(child, obs_map, obs_sequence)
|
|
175
|
+
]
|
|
176
|
+
return bool(node["elements"])
|
|
165
177
|
|
|
166
178
|
async def get_all(
|
|
167
179
|
self,
|
|
@@ -73,6 +73,7 @@ from .delete_target_by_id import (
|
|
|
73
73
|
DeleteTargetByIdUpdateTargetsTargetsProgram,
|
|
74
74
|
)
|
|
75
75
|
from .enums import (
|
|
76
|
+
ArchiveDuplicationState,
|
|
76
77
|
ArcType,
|
|
77
78
|
AtomExecutionState,
|
|
78
79
|
AtomStage,
|
|
@@ -245,6 +246,20 @@ from .fragments import (
|
|
|
245
246
|
ConstraintSetDetailsElevationRange,
|
|
246
247
|
ConstraintSetDetailsElevationRangeAirMass,
|
|
247
248
|
ConstraintSetDetailsElevationRangeHourAngle,
|
|
249
|
+
Flamingos2ImagingDetails,
|
|
250
|
+
Flamingos2ImagingDetailsFilters,
|
|
251
|
+
Flamingos2ImagingDetailsFiltersExposureTimeMode,
|
|
252
|
+
Flamingos2ImagingDetailsFiltersExposureTimeModeSignalToNoise,
|
|
253
|
+
Flamingos2ImagingDetailsFiltersExposureTimeModeSignalToNoiseAt,
|
|
254
|
+
Flamingos2ImagingDetailsFiltersExposureTimeModeTimeAndCount,
|
|
255
|
+
Flamingos2ImagingDetailsFiltersExposureTimeModeTimeAndCountTime,
|
|
256
|
+
Flamingos2ImagingDetailsInitialFilters,
|
|
257
|
+
Flamingos2ImagingDetailsInitialFiltersExposureTimeMode,
|
|
258
|
+
Flamingos2ImagingDetailsInitialFiltersExposureTimeModeSignalToNoise,
|
|
259
|
+
Flamingos2ImagingDetailsInitialFiltersExposureTimeModeSignalToNoiseAt,
|
|
260
|
+
Flamingos2ImagingDetailsInitialFiltersExposureTimeModeTimeAndCount,
|
|
261
|
+
Flamingos2ImagingDetailsInitialFiltersExposureTimeModeTimeAndCountAt,
|
|
262
|
+
Flamingos2ImagingDetailsInitialFiltersExposureTimeModeTimeAndCountTime,
|
|
248
263
|
Flamingos2LongSlitDetails,
|
|
249
264
|
Flamingos2LongSlitDetailsAcquisition,
|
|
250
265
|
Flamingos2LongSlitDetailsAcquisitionExposureTimeMode,
|
|
@@ -377,6 +392,7 @@ from .fragments import (
|
|
|
377
392
|
ObservationWorkflowDetails,
|
|
378
393
|
ObservationWorkflowDetailsValidationErrors,
|
|
379
394
|
ObservingModeDetails,
|
|
395
|
+
ObservingModeDetailsFlamingos2Imaging,
|
|
380
396
|
ObservingModeDetailsFlamingos2LongSlit,
|
|
381
397
|
ObservingModeDetailsGhostIfu,
|
|
382
398
|
ObservingModeDetailsGmosNorthImaging,
|
|
@@ -861,6 +877,8 @@ from .get_target_by_id import GetTargetById, GetTargetByIdTarget
|
|
|
861
877
|
from .get_targets import GetTargets, GetTargetsTargets, GetTargetsTargetsMatches
|
|
862
878
|
from .input_types import (
|
|
863
879
|
AddDatasetEventInput,
|
|
880
|
+
AddEventBatchEntryInput,
|
|
881
|
+
AddEventBatchInput,
|
|
864
882
|
AddProgramUserInput,
|
|
865
883
|
AddSequenceEventInput,
|
|
866
884
|
AddSlewEventInput,
|
|
@@ -938,8 +956,12 @@ from .input_types import (
|
|
|
938
956
|
GaussianInput,
|
|
939
957
|
GeminiCallPropertiesInput,
|
|
940
958
|
GeminiProposalTypeInput,
|
|
959
|
+
GhostAtomInput,
|
|
941
960
|
GhostDetectorConfigInput,
|
|
961
|
+
GhostDetectorInput,
|
|
962
|
+
GhostDynamicInput,
|
|
942
963
|
GhostIfuInput,
|
|
964
|
+
GhostStepInput,
|
|
943
965
|
GmosCcdModeInput,
|
|
944
966
|
GmosCustomMaskInput,
|
|
945
967
|
GmosNodAndShuffleInput,
|
|
@@ -951,6 +973,7 @@ from .input_types import (
|
|
|
951
973
|
GmosNorthImagingInput,
|
|
952
974
|
GmosNorthLongSlitAcquisitionInput,
|
|
953
975
|
GmosNorthLongSlitInput,
|
|
976
|
+
GmosNorthMosInput,
|
|
954
977
|
GmosNorthStaticInput,
|
|
955
978
|
GmosNorthStepInput,
|
|
956
979
|
GmosSouthAtomInput,
|
|
@@ -961,6 +984,7 @@ from .input_types import (
|
|
|
961
984
|
GmosSouthImagingInput,
|
|
962
985
|
GmosSouthLongSlitAcquisitionInput,
|
|
963
986
|
GmosSouthLongSlitInput,
|
|
987
|
+
GmosSouthMosInput,
|
|
964
988
|
GmosSouthStaticInput,
|
|
965
989
|
GmosSouthStepInput,
|
|
966
990
|
GnirsAcquisitionMirrorOutInput,
|
|
@@ -984,6 +1008,7 @@ from .input_types import (
|
|
|
984
1008
|
Igrins2LongSlitInput,
|
|
985
1009
|
Igrins2StaticInput,
|
|
986
1010
|
Igrins2StepInput,
|
|
1011
|
+
Igrins2SvcInput,
|
|
987
1012
|
ImagingScienceRequirementsInput,
|
|
988
1013
|
ImagingVariantInput,
|
|
989
1014
|
InterleavedImagingVariantInput,
|
|
@@ -1036,8 +1061,10 @@ from .input_types import (
|
|
|
1036
1061
|
RecordIgrins2VisitInput,
|
|
1037
1062
|
RecordVisitInput,
|
|
1038
1063
|
RedeemUserInvitationInput,
|
|
1064
|
+
RefreshArchiveDuplicationInput,
|
|
1039
1065
|
RegionInput,
|
|
1040
1066
|
ReplaceFlamingos2SequenceInput,
|
|
1067
|
+
ReplaceGhostSequenceInput,
|
|
1041
1068
|
ReplaceGmosNorthSequenceInput,
|
|
1042
1069
|
ReplaceGmosSouthSequenceInput,
|
|
1043
1070
|
ReplaceGnirsSequenceInput,
|
|
@@ -1153,6 +1180,7 @@ from .input_types import (
|
|
|
1153
1180
|
WhereOptionEqSpectroscopyCapability,
|
|
1154
1181
|
WhereOptionEqTacCategory,
|
|
1155
1182
|
WhereOptionOrderScienceBand,
|
|
1183
|
+
WhereOptionOrderTimestamp,
|
|
1156
1184
|
WhereOptionString,
|
|
1157
1185
|
WhereOrderAttachmentId,
|
|
1158
1186
|
WhereOrderBigDecimal,
|
|
@@ -1376,6 +1404,8 @@ from .update_targets import (
|
|
|
1376
1404
|
|
|
1377
1405
|
__all__ = [
|
|
1378
1406
|
"AddDatasetEventInput",
|
|
1407
|
+
"AddEventBatchEntryInput",
|
|
1408
|
+
"AddEventBatchInput",
|
|
1379
1409
|
"AddProgramUserInput",
|
|
1380
1410
|
"AddSequenceEventInput",
|
|
1381
1411
|
"AddSlewEventInput",
|
|
@@ -1385,6 +1415,7 @@ __all__ = [
|
|
|
1385
1415
|
"AllocationInput",
|
|
1386
1416
|
"AngleInput",
|
|
1387
1417
|
"ArcType",
|
|
1418
|
+
"ArchiveDuplicationState",
|
|
1388
1419
|
"AsyncBaseClient",
|
|
1389
1420
|
"AtomExecutionState",
|
|
1390
1421
|
"AtomStage",
|
|
@@ -1537,6 +1568,20 @@ __all__ = [
|
|
|
1537
1568
|
"Flamingos2Filter",
|
|
1538
1569
|
"Flamingos2Fpu",
|
|
1539
1570
|
"Flamingos2FpuMaskInput",
|
|
1571
|
+
"Flamingos2ImagingDetails",
|
|
1572
|
+
"Flamingos2ImagingDetailsFilters",
|
|
1573
|
+
"Flamingos2ImagingDetailsFiltersExposureTimeMode",
|
|
1574
|
+
"Flamingos2ImagingDetailsFiltersExposureTimeModeSignalToNoise",
|
|
1575
|
+
"Flamingos2ImagingDetailsFiltersExposureTimeModeSignalToNoiseAt",
|
|
1576
|
+
"Flamingos2ImagingDetailsFiltersExposureTimeModeTimeAndCount",
|
|
1577
|
+
"Flamingos2ImagingDetailsFiltersExposureTimeModeTimeAndCountTime",
|
|
1578
|
+
"Flamingos2ImagingDetailsInitialFilters",
|
|
1579
|
+
"Flamingos2ImagingDetailsInitialFiltersExposureTimeMode",
|
|
1580
|
+
"Flamingos2ImagingDetailsInitialFiltersExposureTimeModeSignalToNoise",
|
|
1581
|
+
"Flamingos2ImagingDetailsInitialFiltersExposureTimeModeSignalToNoiseAt",
|
|
1582
|
+
"Flamingos2ImagingDetailsInitialFiltersExposureTimeModeTimeAndCount",
|
|
1583
|
+
"Flamingos2ImagingDetailsInitialFiltersExposureTimeModeTimeAndCountAt",
|
|
1584
|
+
"Flamingos2ImagingDetailsInitialFiltersExposureTimeModeTimeAndCountTime",
|
|
1540
1585
|
"Flamingos2ImagingFilterInput",
|
|
1541
1586
|
"Flamingos2ImagingInput",
|
|
1542
1587
|
"Flamingos2LongSlitAcquisitionInput",
|
|
@@ -1961,6 +2006,7 @@ __all__ = [
|
|
|
1961
2006
|
"GetTargets",
|
|
1962
2007
|
"GetTargetsTargets",
|
|
1963
2008
|
"GetTargetsTargetsMatches",
|
|
2009
|
+
"GhostAtomInput",
|
|
1964
2010
|
"GhostBinning",
|
|
1965
2011
|
"GhostDetectorConfigDetails",
|
|
1966
2012
|
"GhostDetectorConfigDetailsExposureTimeMode",
|
|
@@ -1970,6 +2016,8 @@ __all__ = [
|
|
|
1970
2016
|
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCountAt",
|
|
1971
2017
|
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCountTime",
|
|
1972
2018
|
"GhostDetectorConfigInput",
|
|
2019
|
+
"GhostDetectorInput",
|
|
2020
|
+
"GhostDynamicInput",
|
|
1973
2021
|
"GhostIfu1FiberAgitator",
|
|
1974
2022
|
"GhostIfu2FiberAgitator",
|
|
1975
2023
|
"GhostIfuDetails",
|
|
@@ -1983,6 +2031,7 @@ __all__ = [
|
|
|
1983
2031
|
"GhostIfuMappingType",
|
|
1984
2032
|
"GhostReadMode",
|
|
1985
2033
|
"GhostResolutionMode",
|
|
2034
|
+
"GhostStepInput",
|
|
1986
2035
|
"GmosAmpCount",
|
|
1987
2036
|
"GmosAmpGain",
|
|
1988
2037
|
"GmosAmpReadMode",
|
|
@@ -2012,6 +2061,7 @@ __all__ = [
|
|
|
2012
2061
|
"GmosNorthLongSlitDetailsCentralWavelength",
|
|
2013
2062
|
"GmosNorthLongSlitDetailsOffsets",
|
|
2014
2063
|
"GmosNorthLongSlitInput",
|
|
2064
|
+
"GmosNorthMosInput",
|
|
2015
2065
|
"GmosNorthStageMode",
|
|
2016
2066
|
"GmosNorthStaticInput",
|
|
2017
2067
|
"GmosNorthStepInput",
|
|
@@ -2033,6 +2083,7 @@ __all__ = [
|
|
|
2033
2083
|
"GmosSouthLongSlitDetailsCentralWavelength",
|
|
2034
2084
|
"GmosSouthLongSlitDetailsOffsets",
|
|
2035
2085
|
"GmosSouthLongSlitInput",
|
|
2086
|
+
"GmosSouthMosInput",
|
|
2036
2087
|
"GmosSouthStageMode",
|
|
2037
2088
|
"GmosSouthStaticInput",
|
|
2038
2089
|
"GmosSouthStepInput",
|
|
@@ -2145,6 +2196,7 @@ __all__ = [
|
|
|
2145
2196
|
"Igrins2LongSlitInput",
|
|
2146
2197
|
"Igrins2StaticInput",
|
|
2147
2198
|
"Igrins2StepInput",
|
|
2199
|
+
"Igrins2SvcInput",
|
|
2148
2200
|
"ImageQualityPreset",
|
|
2149
2201
|
"ImagingCapability",
|
|
2150
2202
|
"ImagingScienceRequirementsInput",
|
|
@@ -2238,6 +2290,7 @@ __all__ = [
|
|
|
2238
2290
|
"Observatory",
|
|
2239
2291
|
"ObserveClass",
|
|
2240
2292
|
"ObservingModeDetails",
|
|
2293
|
+
"ObservingModeDetailsFlamingos2Imaging",
|
|
2241
2294
|
"ObservingModeDetailsFlamingos2LongSlit",
|
|
2242
2295
|
"ObservingModeDetailsGhostIfu",
|
|
2243
2296
|
"ObservingModeDetailsGmosNorthImaging",
|
|
@@ -2332,8 +2385,10 @@ __all__ = [
|
|
|
2332
2385
|
"RecordIgrins2VisitInput",
|
|
2333
2386
|
"RecordVisitInput",
|
|
2334
2387
|
"RedeemUserInvitationInput",
|
|
2388
|
+
"RefreshArchiveDuplicationInput",
|
|
2335
2389
|
"RegionInput",
|
|
2336
2390
|
"ReplaceFlamingos2SequenceInput",
|
|
2391
|
+
"ReplaceGhostSequenceInput",
|
|
2337
2392
|
"ReplaceGmosNorthSequenceInput",
|
|
2338
2393
|
"ReplaceGmosSouthSequenceInput",
|
|
2339
2394
|
"ReplaceGnirsSequenceInput",
|
|
@@ -2605,6 +2660,7 @@ __all__ = [
|
|
|
2605
2660
|
"WhereOptionEqSpectroscopyCapability",
|
|
2606
2661
|
"WhereOptionEqTacCategory",
|
|
2607
2662
|
"WhereOptionOrderScienceBand",
|
|
2663
|
+
"WhereOptionOrderTimestamp",
|
|
2608
2664
|
"WhereOptionString",
|
|
2609
2665
|
"WhereOrderAttachmentId",
|
|
2610
2666
|
"WhereOrderBigDecimal",
|