gpp-client 26.7.3.dev2__tar.gz → 26.7.3.dev4__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.dev2 → gpp_client-26.7.3.dev4}/PKG-INFO +1 -1
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/scheduler.py +36 -18
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/__init__.py +134 -30
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/client.py +2198 -548
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/custom_fields.py +453 -64
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/custom_typing_fields.py +60 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/enums.py +8 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/fragments.py +380 -73
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_goats_programs.py +2 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_scheduler_all_programs_id.py +2 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_scheduler_programs.py +2 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/input_types.py +121 -21
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/.gitignore +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/LICENSE +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/README.md +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/graphql/README.md +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/pyproject.toml +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/__init__.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/__init__.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/cli.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/__init__.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/attachment.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/goats.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/observation.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/program.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/scheduler.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/site_status.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/target.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/commands/workflow_state.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/console.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/output.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/cli/utils.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/client.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/constants.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/__init__.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/atom.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/attachment.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/base.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/goats.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/observation.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/program.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/site_status.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/target.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/domains/workflow_state.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/environment.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/exceptions.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/async_base_client.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/base_model.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/base_operation.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/clone_observation.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/clone_target.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/create_call_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/create_observation.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/create_program.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/create_target_by_program_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/create_target_by_program_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/create_target_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/custom_mutations.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/custom_queries.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/delete_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/delete_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/delete_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/delete_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/delete_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/exceptions.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_call_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_calls_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_goats_observations.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_observation.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_observation_attachments_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_observation_attachments_by_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_observation_workflow_state_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_observation_workflow_state_by_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_observations.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_program_attachments_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_program_attachments_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_program_attachments_by_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_program_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_program_by_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_programs.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/get_targets.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/obs_calculation_update.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/observation_edit.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/package_environment.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/ping.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/program_edit.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/restore_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/restore_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/restore_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/restore_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/restore_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/scheduler_observations_updates.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/set_observation_workflow_state.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/target_edit.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_calls_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_observations.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_programs.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/generated/update_targets.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/logging_utils.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/rest/__init__.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/rest/client.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/rest/models.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/rest/utils.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/settings.py +0 -0
- {gpp_client-26.7.3.dev2 → gpp_client-26.7.3.dev4}/src/gpp_client/urls.py +0 -0
|
@@ -9,7 +9,10 @@ from typing import Any, AsyncIterator
|
|
|
9
9
|
|
|
10
10
|
from gpp_client.domains.base import BaseDomain
|
|
11
11
|
from gpp_client.rest.models import VisibilityChanges, parse_visibility_changes
|
|
12
|
-
from gpp_client.generated import
|
|
12
|
+
from gpp_client.generated import (
|
|
13
|
+
SchedulerObservationsUpdates,
|
|
14
|
+
WhereOptionEqObservingModeType,
|
|
15
|
+
)
|
|
13
16
|
from gpp_client.generated.get_scheduler_all_programs_id import (
|
|
14
17
|
GetSchedulerAllProgramsId,
|
|
15
18
|
)
|
|
@@ -119,10 +122,10 @@ class SchedulerDomain(BaseDomain):
|
|
|
119
122
|
node: dict[str, Any],
|
|
120
123
|
obs_map: dict[str, Any],
|
|
121
124
|
obs_sequence: dict[str, list],
|
|
122
|
-
) ->
|
|
125
|
+
) -> bool:
|
|
123
126
|
"""
|
|
124
127
|
Maps the information between the groups tree and the observations retrieved
|
|
125
|
-
from a different query.
|
|
128
|
+
from a different query, dropping the elements that carry no observation.
|
|
126
129
|
|
|
127
130
|
Parameters
|
|
128
131
|
----------
|
|
@@ -132,33 +135,45 @@ class SchedulerDomain(BaseDomain):
|
|
|
132
135
|
Mapping of observation ids with observation raw data.
|
|
133
136
|
obs_sequence: dict[str, list]
|
|
134
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.
|
|
135
145
|
"""
|
|
136
146
|
obs = node.get("observation")
|
|
137
147
|
group = node.get("group")
|
|
138
148
|
if obs is not None:
|
|
139
149
|
obs_id = obs["id"]
|
|
140
150
|
obs_data = obs_map.get(obs_id)
|
|
141
|
-
if obs_data is
|
|
142
|
-
obs_data["sequence"] = obs_sequence.get(obs_id)
|
|
143
|
-
node["observation"] = obs_data
|
|
144
|
-
else:
|
|
151
|
+
if obs_data is None:
|
|
145
152
|
# No information on the ODB about the observation but the structure
|
|
146
153
|
# remains in the program.
|
|
147
154
|
# Put to None so observation doesn't get parse.
|
|
148
155
|
node["observation"] = None
|
|
156
|
+
return False
|
|
149
157
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
self._traverse_for_observation(child, obs_map, obs_sequence)
|
|
154
|
-
else:
|
|
155
|
-
# Empty groups like Calibration might add elements later.
|
|
156
|
-
group["elements"] = []
|
|
158
|
+
obs_data["sequence"] = obs_sequence.get(obs_id)
|
|
159
|
+
node["observation"] = obs_data
|
|
160
|
+
return True
|
|
157
161
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
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"])
|
|
162
177
|
|
|
163
178
|
async def get_all(
|
|
164
179
|
self,
|
|
@@ -240,6 +255,9 @@ class SchedulerDomain(BaseDomain):
|
|
|
240
255
|
]
|
|
241
256
|
)
|
|
242
257
|
),
|
|
258
|
+
observing_mode_type=WhereOptionEqObservingModeType(
|
|
259
|
+
is_null=False,
|
|
260
|
+
),
|
|
243
261
|
)
|
|
244
262
|
|
|
245
263
|
# Get observation data
|
|
@@ -253,18 +253,12 @@ from .fragments import (
|
|
|
253
253
|
Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCount,
|
|
254
254
|
Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCountAt,
|
|
255
255
|
Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCountTime,
|
|
256
|
-
Flamingos2LongSlitDetailsDefaultOffsets,
|
|
257
|
-
Flamingos2LongSlitDetailsDefaultOffsetsP,
|
|
258
|
-
Flamingos2LongSlitDetailsDefaultOffsetsQ,
|
|
259
256
|
Flamingos2LongSlitDetailsExposureTimeMode,
|
|
260
257
|
Flamingos2LongSlitDetailsExposureTimeModeSignalToNoise,
|
|
261
258
|
Flamingos2LongSlitDetailsExposureTimeModeSignalToNoiseAt,
|
|
262
259
|
Flamingos2LongSlitDetailsExposureTimeModeTimeAndCount,
|
|
263
260
|
Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountAt,
|
|
264
261
|
Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountTime,
|
|
265
|
-
Flamingos2LongSlitDetailsOffsets,
|
|
266
|
-
Flamingos2LongSlitDetailsOffsetsP,
|
|
267
|
-
Flamingos2LongSlitDetailsOffsetsQ,
|
|
268
262
|
Flamingos2LongSlitDetailsTelluricType,
|
|
269
263
|
GhostDetectorConfigDetails,
|
|
270
264
|
GhostDetectorConfigDetailsExposureTimeMode,
|
|
@@ -290,22 +284,72 @@ from .fragments import (
|
|
|
290
284
|
GmosSouthLongSlitDetails,
|
|
291
285
|
GmosSouthLongSlitDetailsCentralWavelength,
|
|
292
286
|
GmosSouthLongSlitDetailsOffsets,
|
|
287
|
+
GnirsDetails,
|
|
288
|
+
GnirsDetailsGnirsImaging,
|
|
289
|
+
GnirsDetailsGnirsSpectroscopy,
|
|
290
|
+
GnirsImagingDetails,
|
|
291
|
+
GnirsImagingDetailsFilters,
|
|
292
|
+
GnirsImagingDetailsFiltersExposureTimeMode,
|
|
293
|
+
GnirsImagingDetailsFiltersExposureTimeModeSignalToNoise,
|
|
294
|
+
GnirsImagingDetailsFiltersExposureTimeModeSignalToNoiseAt,
|
|
295
|
+
GnirsImagingDetailsFiltersExposureTimeModeTimeAndCount,
|
|
296
|
+
GnirsImagingDetailsFiltersExposureTimeModeTimeAndCountAt,
|
|
297
|
+
GnirsImagingDetailsFiltersExposureTimeModeTimeAndCountTime,
|
|
298
|
+
GnirsImagingDetailsInitialFilters,
|
|
299
|
+
GnirsImagingDetailsInitialFiltersExposureTimeMode,
|
|
300
|
+
GnirsImagingDetailsInitialFiltersExposureTimeModeSignalToNoise,
|
|
301
|
+
GnirsImagingDetailsInitialFiltersExposureTimeModeSignalToNoiseAt,
|
|
302
|
+
GnirsImagingDetailsInitialFiltersExposureTimeModeTimeAndCount,
|
|
303
|
+
GnirsImagingDetailsInitialFiltersExposureTimeModeTimeAndCountAt,
|
|
304
|
+
GnirsImagingDetailsInitialFiltersExposureTimeModeTimeAndCountTime,
|
|
305
|
+
GnirsSpectroscopyDetails,
|
|
306
|
+
GnirsSpectroscopyDetailsAcquisition,
|
|
307
|
+
GnirsSpectroscopyDetailsAcquisitionExposureTimeMode,
|
|
308
|
+
GnirsSpectroscopyDetailsAcquisitionExposureTimeModeSignalToNoise,
|
|
309
|
+
GnirsSpectroscopyDetailsAcquisitionExposureTimeModeSignalToNoiseAt,
|
|
310
|
+
GnirsSpectroscopyDetailsAcquisitionExposureTimeModeTimeAndCount,
|
|
311
|
+
GnirsSpectroscopyDetailsAcquisitionExposureTimeModeTimeAndCountAt,
|
|
312
|
+
GnirsSpectroscopyDetailsAcquisitionExposureTimeModeTimeAndCountTime,
|
|
313
|
+
GnirsSpectroscopyDetailsAcquisitionSkyOffset,
|
|
314
|
+
GnirsSpectroscopyDetailsAcquisitionSkyOffsetP,
|
|
315
|
+
GnirsSpectroscopyDetailsAcquisitionSkyOffsetQ,
|
|
316
|
+
GnirsSpectroscopyDetailsCentralWavelength,
|
|
317
|
+
GnirsSpectroscopyDetailsIfu,
|
|
318
|
+
GnirsSpectroscopyDetailsIfuTelescopeConfigs,
|
|
319
|
+
GnirsSpectroscopyDetailsIfuTelescopeConfigsOffset,
|
|
320
|
+
GnirsSpectroscopyDetailsIfuTelescopeConfigsOffsetP,
|
|
321
|
+
GnirsSpectroscopyDetailsIfuTelescopeConfigsOffsetQ,
|
|
322
|
+
GnirsSpectroscopyDetailsInitialCentralWavelength,
|
|
323
|
+
GnirsSpectroscopyDetailsSlit,
|
|
324
|
+
GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigs,
|
|
325
|
+
GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsAlongSlit,
|
|
326
|
+
GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsAlongSlitQ,
|
|
327
|
+
GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSky,
|
|
328
|
+
GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSkyOffset,
|
|
329
|
+
GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSkyOffsetP,
|
|
330
|
+
GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSkyOffsetQ,
|
|
331
|
+
GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigs,
|
|
332
|
+
GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsAlongSlit,
|
|
333
|
+
GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsAlongSlitQ,
|
|
334
|
+
GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSky,
|
|
335
|
+
GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSkyOffset,
|
|
336
|
+
GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSkyOffsetP,
|
|
337
|
+
GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSkyOffsetQ,
|
|
338
|
+
GnirsSpectroscopyDetailsSlitTelescopeConfigs,
|
|
339
|
+
GnirsSpectroscopyDetailsSlitTelescopeConfigsAlongSlit,
|
|
340
|
+
GnirsSpectroscopyDetailsSlitTelescopeConfigsAlongSlitQ,
|
|
341
|
+
GnirsSpectroscopyDetailsSlitTelescopeConfigsToSky,
|
|
342
|
+
GnirsSpectroscopyDetailsSlitTelescopeConfigsToSkyOffset,
|
|
343
|
+
GnirsSpectroscopyDetailsSlitTelescopeConfigsToSkyOffsetP,
|
|
344
|
+
GnirsSpectroscopyDetailsSlitTelescopeConfigsToSkyOffsetQ,
|
|
345
|
+
GnirsSpectroscopyDetailsTelluricType,
|
|
293
346
|
Igrins2LongSlitDetails,
|
|
294
|
-
Igrins2LongSlitDetailsDefaultOffsets,
|
|
295
|
-
Igrins2LongSlitDetailsDefaultOffsetsP,
|
|
296
|
-
Igrins2LongSlitDetailsDefaultOffsetsQ,
|
|
297
|
-
Igrins2LongSlitDetailsExplicitOffsets,
|
|
298
|
-
Igrins2LongSlitDetailsExplicitOffsetsP,
|
|
299
|
-
Igrins2LongSlitDetailsExplicitOffsetsQ,
|
|
300
347
|
Igrins2LongSlitDetailsExposureTimeMode,
|
|
301
348
|
Igrins2LongSlitDetailsExposureTimeModeSignalToNoise,
|
|
302
349
|
Igrins2LongSlitDetailsExposureTimeModeSignalToNoiseAt,
|
|
303
350
|
Igrins2LongSlitDetailsExposureTimeModeTimeAndCount,
|
|
304
351
|
Igrins2LongSlitDetailsExposureTimeModeTimeAndCountAt,
|
|
305
352
|
Igrins2LongSlitDetailsExposureTimeModeTimeAndCountTime,
|
|
306
|
-
Igrins2LongSlitDetailsOffsets,
|
|
307
|
-
Igrins2LongSlitDetailsOffsetsP,
|
|
308
|
-
Igrins2LongSlitDetailsOffsetsQ,
|
|
309
353
|
Igrins2LongSlitDetailsTelluricType,
|
|
310
354
|
NonsiderealTargetDetails,
|
|
311
355
|
ObservationCore,
|
|
@@ -339,6 +383,8 @@ from .fragments import (
|
|
|
339
383
|
ObservingModeDetailsGmosNorthLongSlit,
|
|
340
384
|
ObservingModeDetailsGmosSouthImaging,
|
|
341
385
|
ObservingModeDetailsGmosSouthLongSlit,
|
|
386
|
+
ObservingModeDetailsGnirsImaging,
|
|
387
|
+
ObservingModeDetailsGnirsSpectroscopy,
|
|
342
388
|
ObservingModeDetailsIgrins2LongSlit,
|
|
343
389
|
ObservingModeDetailsVisitor,
|
|
344
390
|
OpportunityTargetDetails,
|
|
@@ -828,6 +874,7 @@ from .input_types import (
|
|
|
828
874
|
BandBrightnessSurfaceInput,
|
|
829
875
|
BandNormalizedIntegratedInput,
|
|
830
876
|
BandNormalizedSurfaceInput,
|
|
877
|
+
CallForProposalsExchangePartnerInput,
|
|
831
878
|
CallForProposalsPartnerInput,
|
|
832
879
|
CallForProposalsPropertiesInput,
|
|
833
880
|
CatalogInfoInput,
|
|
@@ -920,6 +967,8 @@ from .input_types import (
|
|
|
920
967
|
GnirsAtomInput,
|
|
921
968
|
GnirsDynamicInput,
|
|
922
969
|
GnirsIfuInput,
|
|
970
|
+
GnirsImagingFilterInput,
|
|
971
|
+
GnirsImagingInput,
|
|
923
972
|
GnirsSlitInput,
|
|
924
973
|
GnirsSpectroscopyAcquisitionInput,
|
|
925
974
|
GnirsSpectroscopyInput,
|
|
@@ -935,6 +984,7 @@ from .input_types import (
|
|
|
935
984
|
Igrins2LongSlitInput,
|
|
936
985
|
Igrins2StaticInput,
|
|
937
986
|
Igrins2StepInput,
|
|
987
|
+
Igrins2SvcInput,
|
|
938
988
|
ImagingScienceRequirementsInput,
|
|
939
989
|
ImagingVariantInput,
|
|
940
990
|
InterleavedImagingVariantInput,
|
|
@@ -967,9 +1017,11 @@ from .input_types import (
|
|
|
967
1017
|
ProgramReferencePropertiesEngineeringInput,
|
|
968
1018
|
ProgramReferencePropertiesExampleInput,
|
|
969
1019
|
ProgramReferencePropertiesInput,
|
|
1020
|
+
ProgramReferencePropertiesKeckInput,
|
|
970
1021
|
ProgramReferencePropertiesLibraryInput,
|
|
971
1022
|
ProgramReferencePropertiesMonitoringInput,
|
|
972
1023
|
ProgramReferencePropertiesScienceInput,
|
|
1024
|
+
ProgramReferencePropertiesSubaruInput,
|
|
973
1025
|
ProgramReferencePropertiesSystemInput,
|
|
974
1026
|
ProgramUserPropertiesInput,
|
|
975
1027
|
ProperMotionComponentInput,
|
|
@@ -1359,6 +1411,7 @@ __all__ = [
|
|
|
1359
1411
|
"CallForProposalsCoreSubaru",
|
|
1360
1412
|
"CallForProposalsDetails",
|
|
1361
1413
|
"CallForProposalsDetailsActive",
|
|
1414
|
+
"CallForProposalsExchangePartnerInput",
|
|
1362
1415
|
"CallForProposalsPartnerInput",
|
|
1363
1416
|
"CallForProposalsPropertiesInput",
|
|
1364
1417
|
"CassRotator",
|
|
@@ -1496,18 +1549,12 @@ __all__ = [
|
|
|
1496
1549
|
"Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCount",
|
|
1497
1550
|
"Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCountAt",
|
|
1498
1551
|
"Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCountTime",
|
|
1499
|
-
"Flamingos2LongSlitDetailsDefaultOffsets",
|
|
1500
|
-
"Flamingos2LongSlitDetailsDefaultOffsetsP",
|
|
1501
|
-
"Flamingos2LongSlitDetailsDefaultOffsetsQ",
|
|
1502
1552
|
"Flamingos2LongSlitDetailsExposureTimeMode",
|
|
1503
1553
|
"Flamingos2LongSlitDetailsExposureTimeModeSignalToNoise",
|
|
1504
1554
|
"Flamingos2LongSlitDetailsExposureTimeModeSignalToNoiseAt",
|
|
1505
1555
|
"Flamingos2LongSlitDetailsExposureTimeModeTimeAndCount",
|
|
1506
1556
|
"Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountAt",
|
|
1507
1557
|
"Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountTime",
|
|
1508
|
-
"Flamingos2LongSlitDetailsOffsets",
|
|
1509
|
-
"Flamingos2LongSlitDetailsOffsetsP",
|
|
1510
|
-
"Flamingos2LongSlitDetailsOffsetsQ",
|
|
1511
1558
|
"Flamingos2LongSlitDetailsTelluricType",
|
|
1512
1559
|
"Flamingos2LongSlitInput",
|
|
1513
1560
|
"Flamingos2LyotWheel",
|
|
@@ -1995,6 +2042,9 @@ __all__ = [
|
|
|
1995
2042
|
"GnirsAtomInput",
|
|
1996
2043
|
"GnirsCamera",
|
|
1997
2044
|
"GnirsDecker",
|
|
2045
|
+
"GnirsDetails",
|
|
2046
|
+
"GnirsDetailsGnirsImaging",
|
|
2047
|
+
"GnirsDetailsGnirsSpectroscopy",
|
|
1998
2048
|
"GnirsDynamicInput",
|
|
1999
2049
|
"GnirsFilter",
|
|
2000
2050
|
"GnirsFpuIfu",
|
|
@@ -2002,10 +2052,68 @@ __all__ = [
|
|
|
2002
2052
|
"GnirsFpuSlit",
|
|
2003
2053
|
"GnirsGrating",
|
|
2004
2054
|
"GnirsIfuInput",
|
|
2055
|
+
"GnirsImagingDetails",
|
|
2056
|
+
"GnirsImagingDetailsFilters",
|
|
2057
|
+
"GnirsImagingDetailsFiltersExposureTimeMode",
|
|
2058
|
+
"GnirsImagingDetailsFiltersExposureTimeModeSignalToNoise",
|
|
2059
|
+
"GnirsImagingDetailsFiltersExposureTimeModeSignalToNoiseAt",
|
|
2060
|
+
"GnirsImagingDetailsFiltersExposureTimeModeTimeAndCount",
|
|
2061
|
+
"GnirsImagingDetailsFiltersExposureTimeModeTimeAndCountAt",
|
|
2062
|
+
"GnirsImagingDetailsFiltersExposureTimeModeTimeAndCountTime",
|
|
2063
|
+
"GnirsImagingDetailsInitialFilters",
|
|
2064
|
+
"GnirsImagingDetailsInitialFiltersExposureTimeMode",
|
|
2065
|
+
"GnirsImagingDetailsInitialFiltersExposureTimeModeSignalToNoise",
|
|
2066
|
+
"GnirsImagingDetailsInitialFiltersExposureTimeModeSignalToNoiseAt",
|
|
2067
|
+
"GnirsImagingDetailsInitialFiltersExposureTimeModeTimeAndCount",
|
|
2068
|
+
"GnirsImagingDetailsInitialFiltersExposureTimeModeTimeAndCountAt",
|
|
2069
|
+
"GnirsImagingDetailsInitialFiltersExposureTimeModeTimeAndCountTime",
|
|
2070
|
+
"GnirsImagingFilterInput",
|
|
2071
|
+
"GnirsImagingInput",
|
|
2005
2072
|
"GnirsPrism",
|
|
2006
2073
|
"GnirsReadMode",
|
|
2007
2074
|
"GnirsSlitInput",
|
|
2008
2075
|
"GnirsSpectroscopyAcquisitionInput",
|
|
2076
|
+
"GnirsSpectroscopyDetails",
|
|
2077
|
+
"GnirsSpectroscopyDetailsAcquisition",
|
|
2078
|
+
"GnirsSpectroscopyDetailsAcquisitionExposureTimeMode",
|
|
2079
|
+
"GnirsSpectroscopyDetailsAcquisitionExposureTimeModeSignalToNoise",
|
|
2080
|
+
"GnirsSpectroscopyDetailsAcquisitionExposureTimeModeSignalToNoiseAt",
|
|
2081
|
+
"GnirsSpectroscopyDetailsAcquisitionExposureTimeModeTimeAndCount",
|
|
2082
|
+
"GnirsSpectroscopyDetailsAcquisitionExposureTimeModeTimeAndCountAt",
|
|
2083
|
+
"GnirsSpectroscopyDetailsAcquisitionExposureTimeModeTimeAndCountTime",
|
|
2084
|
+
"GnirsSpectroscopyDetailsAcquisitionSkyOffset",
|
|
2085
|
+
"GnirsSpectroscopyDetailsAcquisitionSkyOffsetP",
|
|
2086
|
+
"GnirsSpectroscopyDetailsAcquisitionSkyOffsetQ",
|
|
2087
|
+
"GnirsSpectroscopyDetailsCentralWavelength",
|
|
2088
|
+
"GnirsSpectroscopyDetailsIfu",
|
|
2089
|
+
"GnirsSpectroscopyDetailsIfuTelescopeConfigs",
|
|
2090
|
+
"GnirsSpectroscopyDetailsIfuTelescopeConfigsOffset",
|
|
2091
|
+
"GnirsSpectroscopyDetailsIfuTelescopeConfigsOffsetP",
|
|
2092
|
+
"GnirsSpectroscopyDetailsIfuTelescopeConfigsOffsetQ",
|
|
2093
|
+
"GnirsSpectroscopyDetailsInitialCentralWavelength",
|
|
2094
|
+
"GnirsSpectroscopyDetailsSlit",
|
|
2095
|
+
"GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigs",
|
|
2096
|
+
"GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsAlongSlit",
|
|
2097
|
+
"GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsAlongSlitQ",
|
|
2098
|
+
"GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSky",
|
|
2099
|
+
"GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSkyOffset",
|
|
2100
|
+
"GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSkyOffsetP",
|
|
2101
|
+
"GnirsSpectroscopyDetailsSlitDefaultTelescopeConfigsToSkyOffsetQ",
|
|
2102
|
+
"GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigs",
|
|
2103
|
+
"GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsAlongSlit",
|
|
2104
|
+
"GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsAlongSlitQ",
|
|
2105
|
+
"GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSky",
|
|
2106
|
+
"GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSkyOffset",
|
|
2107
|
+
"GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSkyOffsetP",
|
|
2108
|
+
"GnirsSpectroscopyDetailsSlitExplicitTelescopeConfigsToSkyOffsetQ",
|
|
2109
|
+
"GnirsSpectroscopyDetailsSlitTelescopeConfigs",
|
|
2110
|
+
"GnirsSpectroscopyDetailsSlitTelescopeConfigsAlongSlit",
|
|
2111
|
+
"GnirsSpectroscopyDetailsSlitTelescopeConfigsAlongSlitQ",
|
|
2112
|
+
"GnirsSpectroscopyDetailsSlitTelescopeConfigsToSky",
|
|
2113
|
+
"GnirsSpectroscopyDetailsSlitTelescopeConfigsToSkyOffset",
|
|
2114
|
+
"GnirsSpectroscopyDetailsSlitTelescopeConfigsToSkyOffsetP",
|
|
2115
|
+
"GnirsSpectroscopyDetailsSlitTelescopeConfigsToSkyOffsetQ",
|
|
2116
|
+
"GnirsSpectroscopyDetailsTelluricType",
|
|
2009
2117
|
"GnirsSpectroscopyInput",
|
|
2010
2118
|
"GnirsStepInput",
|
|
2011
2119
|
"GnirsWellDepth",
|
|
@@ -2028,25 +2136,17 @@ __all__ = [
|
|
|
2028
2136
|
"Igrins2AtomInput",
|
|
2029
2137
|
"Igrins2DynamicInput",
|
|
2030
2138
|
"Igrins2LongSlitDetails",
|
|
2031
|
-
"Igrins2LongSlitDetailsDefaultOffsets",
|
|
2032
|
-
"Igrins2LongSlitDetailsDefaultOffsetsP",
|
|
2033
|
-
"Igrins2LongSlitDetailsDefaultOffsetsQ",
|
|
2034
|
-
"Igrins2LongSlitDetailsExplicitOffsets",
|
|
2035
|
-
"Igrins2LongSlitDetailsExplicitOffsetsP",
|
|
2036
|
-
"Igrins2LongSlitDetailsExplicitOffsetsQ",
|
|
2037
2139
|
"Igrins2LongSlitDetailsExposureTimeMode",
|
|
2038
2140
|
"Igrins2LongSlitDetailsExposureTimeModeSignalToNoise",
|
|
2039
2141
|
"Igrins2LongSlitDetailsExposureTimeModeSignalToNoiseAt",
|
|
2040
2142
|
"Igrins2LongSlitDetailsExposureTimeModeTimeAndCount",
|
|
2041
2143
|
"Igrins2LongSlitDetailsExposureTimeModeTimeAndCountAt",
|
|
2042
2144
|
"Igrins2LongSlitDetailsExposureTimeModeTimeAndCountTime",
|
|
2043
|
-
"Igrins2LongSlitDetailsOffsets",
|
|
2044
|
-
"Igrins2LongSlitDetailsOffsetsP",
|
|
2045
|
-
"Igrins2LongSlitDetailsOffsetsQ",
|
|
2046
2145
|
"Igrins2LongSlitDetailsTelluricType",
|
|
2047
2146
|
"Igrins2LongSlitInput",
|
|
2048
2147
|
"Igrins2StaticInput",
|
|
2049
2148
|
"Igrins2StepInput",
|
|
2149
|
+
"Igrins2SvcInput",
|
|
2050
2150
|
"ImageQualityPreset",
|
|
2051
2151
|
"ImagingCapability",
|
|
2052
2152
|
"ImagingScienceRequirementsInput",
|
|
@@ -2146,6 +2246,8 @@ __all__ = [
|
|
|
2146
2246
|
"ObservingModeDetailsGmosNorthLongSlit",
|
|
2147
2247
|
"ObservingModeDetailsGmosSouthImaging",
|
|
2148
2248
|
"ObservingModeDetailsGmosSouthLongSlit",
|
|
2249
|
+
"ObservingModeDetailsGnirsImaging",
|
|
2250
|
+
"ObservingModeDetailsGnirsSpectroscopy",
|
|
2149
2251
|
"ObservingModeDetailsIgrins2LongSlit",
|
|
2150
2252
|
"ObservingModeDetailsVisitor",
|
|
2151
2253
|
"ObservingModeInput",
|
|
@@ -2207,9 +2309,11 @@ __all__ = [
|
|
|
2207
2309
|
"ProgramReferencePropertiesEngineeringInput",
|
|
2208
2310
|
"ProgramReferencePropertiesExampleInput",
|
|
2209
2311
|
"ProgramReferencePropertiesInput",
|
|
2312
|
+
"ProgramReferencePropertiesKeckInput",
|
|
2210
2313
|
"ProgramReferencePropertiesLibraryInput",
|
|
2211
2314
|
"ProgramReferencePropertiesMonitoringInput",
|
|
2212
2315
|
"ProgramReferencePropertiesScienceInput",
|
|
2316
|
+
"ProgramReferencePropertiesSubaruInput",
|
|
2213
2317
|
"ProgramReferencePropertiesSystemInput",
|
|
2214
2318
|
"ProgramType",
|
|
2215
2319
|
"ProgramUserPropertiesInput",
|