gpp-client 26.6.0.dev1__tar.gz → 26.6.0.dev3__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.6.0.dev1 → gpp_client-26.6.0.dev3}/PKG-INFO +1 -1
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/workflow_state.py +45 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/__init__.py +152 -12
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/client.py +1016 -37
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_fields.py +404 -86
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_mutations.py +42 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_typing_fields.py +64 -4
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/enums.py +41 -2
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/fragments.py +245 -5
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_scheduler_programs.py +3 -31
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/input_types.py +215 -41
- gpp_client-26.6.0.dev3/src/gpp_client/generated/scheduler_observations_updates.py +284 -0
- gpp_client-26.6.0.dev1/src/gpp_client/generated/scheduler_observations_updates.py +0 -101
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/.gitignore +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/LICENSE +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/README.md +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/graphql/README.md +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/pyproject.toml +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/__init__.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/__init__.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/cli.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/__init__.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/attachment.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/goats.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/observation.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/program.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/scheduler.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/site_status.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/target.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/console.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/output.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/utils.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/client.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/constants.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/__init__.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/atom.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/attachment.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/base.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/goats.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/observation.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/program.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/scheduler.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/site_status.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/target.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/workflow_state.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/environment.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/exceptions.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/async_base_client.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/base_model.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/base_operation.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/clone_observation.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/clone_target.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_call_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_observation.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_program.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_target_by_program_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_target_by_program_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_target_by_proposal_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_queries.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_observation_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_observation_by_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/exceptions.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_call_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_calls_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_goats_observations.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_goats_programs.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_attachments_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_attachments_by_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_workflow_state_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_workflow_state_by_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observations.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_attachments_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_attachments_by_proposal_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_attachments_by_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_by_proposal_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_by_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_programs.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_scheduler_all_programs_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_targets.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/obs_calculation_update.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/observation_edit.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/package_environment.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/ping.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/program_edit.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_observation_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_observation_by_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/set_observation_workflow_state.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/target_edit.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_calls_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_observation_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_observation_by_reference.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_observations.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_programs.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_targets.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/logging_utils.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/rest/__init__.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/rest/client.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/rest/utils.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/settings.py +0 -0
- {gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/urls.py +0 -0
{gpp_client-26.6.0.dev1 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/workflow_state.py
RENAMED
|
@@ -11,6 +11,7 @@ import typer
|
|
|
11
11
|
from gpp_client.cli import output
|
|
12
12
|
from gpp_client.cli.utils import async_command, require_exactly_one
|
|
13
13
|
from gpp_client.client import GPPClient
|
|
14
|
+
from gpp_client.generated import ObservationWorkflowState
|
|
14
15
|
|
|
15
16
|
workflow_state_app = typer.Typer(
|
|
16
17
|
name="workflow-state",
|
|
@@ -59,3 +60,47 @@ async def get_workflow_state(
|
|
|
59
60
|
raise typer.BadParameter(f"Unsupported selector: {selector_name}")
|
|
60
61
|
|
|
61
62
|
output.json_pydantic(result)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
@workflow_state_app.command("set")
|
|
66
|
+
@async_command
|
|
67
|
+
async def set_workflow_state(
|
|
68
|
+
observation_id: Annotated[
|
|
69
|
+
str,
|
|
70
|
+
typer.Argument(
|
|
71
|
+
help="Observation ID.",
|
|
72
|
+
),
|
|
73
|
+
],
|
|
74
|
+
workflow_state: Annotated[
|
|
75
|
+
str,
|
|
76
|
+
typer.Argument(
|
|
77
|
+
help="Workflow state to be set. Must be on all caps.",
|
|
78
|
+
),
|
|
79
|
+
],
|
|
80
|
+
retry: Annotated[
|
|
81
|
+
bool,
|
|
82
|
+
typer.Option(
|
|
83
|
+
"--retry",
|
|
84
|
+
help="Retry the request if an error occurs.",
|
|
85
|
+
),
|
|
86
|
+
] = False,
|
|
87
|
+
) -> None:
|
|
88
|
+
"""
|
|
89
|
+
Set workflow state.
|
|
90
|
+
"""
|
|
91
|
+
async with GPPClient() as client:
|
|
92
|
+
try:
|
|
93
|
+
workflow_state_enum = ObservationWorkflowState[workflow_state]
|
|
94
|
+
except ValueError:
|
|
95
|
+
raise typer.BadParameter(
|
|
96
|
+
"Invalid workflow state. Must be in this options: INACTIVE, UNDEFINED, UNAPPROVED, DEFINED, READY, ONGOING, COMPLETED."
|
|
97
|
+
)
|
|
98
|
+
if not retry:
|
|
99
|
+
result = await client.workflow_state.update_by_id(
|
|
100
|
+
observation_id=observation_id, workflow_state=workflow_state_enum
|
|
101
|
+
)
|
|
102
|
+
else:
|
|
103
|
+
result = await client.workflow_state.update_by_id_with_retry(
|
|
104
|
+
observation_id=observation_id, workflow_state=workflow_state_enum
|
|
105
|
+
)
|
|
106
|
+
output.json_pydantic(result)
|
|
@@ -85,7 +85,7 @@ from .enums import (
|
|
|
85
85
|
BrightnessSurfaceUnits,
|
|
86
86
|
CalculationState,
|
|
87
87
|
CalibrationRole,
|
|
88
|
-
|
|
88
|
+
CassRotator,
|
|
89
89
|
CatalogName,
|
|
90
90
|
ChargeClass,
|
|
91
91
|
CloudExtinctionPreset,
|
|
@@ -101,6 +101,7 @@ from .enums import (
|
|
|
101
101
|
EducationalStatus,
|
|
102
102
|
EmailStatus,
|
|
103
103
|
EphemerisKeyType,
|
|
104
|
+
ExchangePartner,
|
|
104
105
|
ExecutionEventType,
|
|
105
106
|
ExecutionState,
|
|
106
107
|
Existence,
|
|
@@ -122,6 +123,7 @@ from .enums import (
|
|
|
122
123
|
GcalDiffuser,
|
|
123
124
|
GcalFilter,
|
|
124
125
|
GcalShutter,
|
|
126
|
+
GeminiCallForProposalsType,
|
|
125
127
|
Gender,
|
|
126
128
|
GhostBinning,
|
|
127
129
|
GhostIfu1FiberAgitator,
|
|
@@ -168,12 +170,14 @@ from .enums import (
|
|
|
168
170
|
ImagingVariantType,
|
|
169
171
|
Instrument,
|
|
170
172
|
ItcType,
|
|
173
|
+
KeckInstrument,
|
|
171
174
|
LineFluxIntegratedUnits,
|
|
172
175
|
LineFluxSurfaceUnits,
|
|
173
176
|
MosPreImaging,
|
|
174
177
|
ObsActiveStatus,
|
|
175
178
|
ObservationValidationCode,
|
|
176
179
|
ObservationWorkflowState,
|
|
180
|
+
Observatory,
|
|
177
181
|
ObserveClass,
|
|
178
182
|
ObservingModeType,
|
|
179
183
|
ObsStatus,
|
|
@@ -204,6 +208,8 @@ from .enums import (
|
|
|
204
208
|
StepExecutionState,
|
|
205
209
|
StepStage,
|
|
206
210
|
StepType,
|
|
211
|
+
SubaruCallForProposalsType,
|
|
212
|
+
SubaruInstrument,
|
|
207
213
|
TacCategory,
|
|
208
214
|
TargetDisposition,
|
|
209
215
|
TelescopeConfigGeneratorType,
|
|
@@ -230,6 +236,13 @@ from .fragments import (
|
|
|
230
236
|
CallForProposalsCore,
|
|
231
237
|
CallForProposalsDetails,
|
|
232
238
|
CallForProposalsDetailsActive,
|
|
239
|
+
CallForProposalsDetailsGemini,
|
|
240
|
+
CallForProposalsDetailsKeck,
|
|
241
|
+
CallForProposalsDetailsSubaru,
|
|
242
|
+
CallForProposalsObservatory,
|
|
243
|
+
CallForProposalsObservatoryGemini,
|
|
244
|
+
CallForProposalsObservatoryKeck,
|
|
245
|
+
CallForProposalsObservatorySubaru,
|
|
233
246
|
ConstraintSetDetails,
|
|
234
247
|
ConstraintSetDetailsElevationRange,
|
|
235
248
|
ConstraintSetDetailsElevationRangeAirMass,
|
|
@@ -260,6 +273,22 @@ from .fragments import (
|
|
|
260
273
|
Flamingos2LongSlitDetailsOffsetsP,
|
|
261
274
|
Flamingos2LongSlitDetailsOffsetsQ,
|
|
262
275
|
Flamingos2LongSlitDetailsTelluricType,
|
|
276
|
+
GeminiScienceSubtypeOnProposal,
|
|
277
|
+
GeminiScienceSubtypeOnProposalGemini,
|
|
278
|
+
GhostDetectorConfigDetails,
|
|
279
|
+
GhostDetectorConfigDetailsExposureTimeMode,
|
|
280
|
+
GhostDetectorConfigDetailsExposureTimeModeSignalToNoise,
|
|
281
|
+
GhostDetectorConfigDetailsExposureTimeModeSignalToNoiseAt,
|
|
282
|
+
GhostDetectorConfigDetailsExposureTimeModeTimeAndCount,
|
|
283
|
+
GhostDetectorConfigDetailsExposureTimeModeTimeAndCountAt,
|
|
284
|
+
GhostDetectorConfigDetailsExposureTimeModeTimeAndCountTime,
|
|
285
|
+
GhostIfuDetails,
|
|
286
|
+
GhostIfuDetailsBlue,
|
|
287
|
+
GhostIfuDetailsRed,
|
|
288
|
+
GhostIfuDetailsSkyPosition,
|
|
289
|
+
GhostIfuDetailsSkyPositionDec,
|
|
290
|
+
GhostIfuDetailsSkyPositionRa,
|
|
291
|
+
GhostIfuDetailsSlitViewingCameraExposureTime,
|
|
263
292
|
GmosNorthImagingDetails,
|
|
264
293
|
GmosNorthImagingDetailsFilters,
|
|
265
294
|
GmosNorthLongSlitDetails,
|
|
@@ -271,6 +300,7 @@ from .fragments import (
|
|
|
271
300
|
GmosSouthLongSlitDetailsCentralWavelength,
|
|
272
301
|
GmosSouthLongSlitDetailsOffsets,
|
|
273
302
|
Igrins2LongSlitAndVisitorOnObservingMode,
|
|
303
|
+
Igrins2LongSlitAndVisitorOnObservingModeGhostIfu,
|
|
274
304
|
Igrins2LongSlitAndVisitorOnObservingModeIgrins2LongSlit,
|
|
275
305
|
Igrins2LongSlitAndVisitorOnObservingModeVisitor,
|
|
276
306
|
Igrins2LongSlitDetails,
|
|
@@ -296,6 +326,13 @@ from .fragments import (
|
|
|
296
326
|
ObservationDetails,
|
|
297
327
|
ObservationDetailsConstraintSet,
|
|
298
328
|
ObservationDetailsExecution,
|
|
329
|
+
ObservationDetailsExecutionDigest,
|
|
330
|
+
ObservationDetailsExecutionDigestValue,
|
|
331
|
+
ObservationDetailsExecutionDigestValueAcquisition,
|
|
332
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimate,
|
|
333
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateNonCharged,
|
|
334
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateProgram,
|
|
335
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateTotal,
|
|
299
336
|
ObservationDetailsObservingMode,
|
|
300
337
|
ObservationDetailsProgram,
|
|
301
338
|
ObservationDetailsScienceRequirements,
|
|
@@ -309,6 +346,7 @@ from .fragments import (
|
|
|
309
346
|
ObservationWorkflowDetailsValidationErrors,
|
|
310
347
|
ObservingModeDetails,
|
|
311
348
|
ObservingModeDetailsFlamingos2LongSlit,
|
|
349
|
+
ObservingModeDetailsGhostIfu,
|
|
312
350
|
ObservingModeDetailsGmosNorthImaging,
|
|
313
351
|
ObservingModeDetailsGmosNorthLongSlit,
|
|
314
352
|
ObservingModeDetailsGmosSouthImaging,
|
|
@@ -336,6 +374,10 @@ from .fragments import (
|
|
|
336
374
|
ProgramGroupElementsAllGroupElementsGroupMaximumInterval,
|
|
337
375
|
ProgramGroupElementsAllGroupElementsGroupMinimumInterval,
|
|
338
376
|
ProgramGroupElementsAllGroupElementsObservation,
|
|
377
|
+
SchedulerProposal,
|
|
378
|
+
SchedulerProposalCall,
|
|
379
|
+
SchedulerProposalCallActive,
|
|
380
|
+
SchedulerProposalGemini,
|
|
339
381
|
ScienceRequirementsDetails,
|
|
340
382
|
SiderealTargetDetails,
|
|
341
383
|
SiderealTargetDetailsDec,
|
|
@@ -767,9 +809,6 @@ from .get_scheduler_programs import (
|
|
|
767
809
|
GetSchedulerProgramsProgramsMatchesAllocations,
|
|
768
810
|
GetSchedulerProgramsProgramsMatchesAllocationsDuration,
|
|
769
811
|
GetSchedulerProgramsProgramsMatchesProposal,
|
|
770
|
-
GetSchedulerProgramsProgramsMatchesProposalCall,
|
|
771
|
-
GetSchedulerProgramsProgramsMatchesProposalCallActive,
|
|
772
|
-
GetSchedulerProgramsProgramsMatchesProposalType,
|
|
773
812
|
GetSchedulerProgramsProgramsMatchesReference,
|
|
774
813
|
GetSchedulerProgramsProgramsMatchesTimeCharge,
|
|
775
814
|
GetSchedulerProgramsProgramsMatchesTimeChargeTime,
|
|
@@ -797,6 +836,7 @@ from .input_types import (
|
|
|
797
836
|
CallForProposalsPartnerInput,
|
|
798
837
|
CallForProposalsPropertiesInput,
|
|
799
838
|
CatalogInfoInput,
|
|
839
|
+
ChangePrincipalInvestigatorInput,
|
|
800
840
|
ChangeProgramUserRoleInput,
|
|
801
841
|
ClassicalInput,
|
|
802
842
|
CloneGroupInput,
|
|
@@ -853,6 +893,8 @@ from .input_types import (
|
|
|
853
893
|
FluxDensityContinuumIntegratedInput,
|
|
854
894
|
FluxDensityContinuumSurfaceInput,
|
|
855
895
|
GaussianInput,
|
|
896
|
+
GeminiCallPropertiesInput,
|
|
897
|
+
GeminiProposalTypeInput,
|
|
856
898
|
GhostDetectorConfigInput,
|
|
857
899
|
GhostIfuInput,
|
|
858
900
|
GmosCcdModeInput,
|
|
@@ -898,6 +940,8 @@ from .input_types import (
|
|
|
898
940
|
ImagingScienceRequirementsInput,
|
|
899
941
|
ImagingVariantInput,
|
|
900
942
|
InterleavedImagingVariantInput,
|
|
943
|
+
KeckCallPropertiesInput,
|
|
944
|
+
KeckProposalTypeInput,
|
|
901
945
|
LargeProgramInput,
|
|
902
946
|
LineFluxIntegratedInput,
|
|
903
947
|
LineFluxSurfaceInput,
|
|
@@ -933,7 +977,6 @@ from .input_types import (
|
|
|
933
977
|
ProperMotionComponentInput,
|
|
934
978
|
ProperMotionInput,
|
|
935
979
|
ProposalPropertiesInput,
|
|
936
|
-
ProposalTypeInput,
|
|
937
980
|
QueueInput,
|
|
938
981
|
RadialVelocityInput,
|
|
939
982
|
RandomTelescopeConfigGeneratorInput,
|
|
@@ -960,6 +1003,7 @@ from .input_types import (
|
|
|
960
1003
|
SetGuideTargetNameInput,
|
|
961
1004
|
SetObservationWorkflowStateInput,
|
|
962
1005
|
SetProgramReferenceInput,
|
|
1006
|
+
SetProgramResourceLimitInput,
|
|
963
1007
|
SetProposalStatusInput,
|
|
964
1008
|
SiderealInput,
|
|
965
1009
|
SignalToNoiseExposureTimeModeInput,
|
|
@@ -973,6 +1017,8 @@ from .input_types import (
|
|
|
973
1017
|
StepConfigGcalInput,
|
|
974
1018
|
StepConfigInput,
|
|
975
1019
|
StepConfigSmartGcalInput,
|
|
1020
|
+
SubaruCallPropertiesInput,
|
|
1021
|
+
SubaruProposalTypeInput,
|
|
976
1022
|
SystemVerificationInput,
|
|
977
1023
|
TargetEditInput,
|
|
978
1024
|
TargetEnvironmentInput,
|
|
@@ -1019,10 +1065,10 @@ from .input_types import (
|
|
|
1019
1065
|
WhereDataset,
|
|
1020
1066
|
WhereDatasetChronicleEntry,
|
|
1021
1067
|
WhereDatasetReference,
|
|
1022
|
-
WhereEqCallForProposalsType,
|
|
1023
1068
|
WhereEqDatabaseOperation,
|
|
1024
1069
|
WhereEqExecutionEventType,
|
|
1025
1070
|
WhereEqFocalPlane,
|
|
1071
|
+
WhereEqGeminiCallForProposalsType,
|
|
1026
1072
|
WhereEqInstrument,
|
|
1027
1073
|
WhereEqPartner,
|
|
1028
1074
|
WhereEqPartnerLinkType,
|
|
@@ -1037,17 +1083,21 @@ from .input_types import (
|
|
|
1037
1083
|
WhereEqUserType,
|
|
1038
1084
|
WhereEqVisitId,
|
|
1039
1085
|
WhereExecutionEvent,
|
|
1086
|
+
WhereGeminiCallProperties,
|
|
1040
1087
|
WhereGroup,
|
|
1041
1088
|
WhereImagingConfigOption,
|
|
1042
1089
|
WhereObservation,
|
|
1043
1090
|
WhereObservationReference,
|
|
1091
|
+
WhereObservatoryEq,
|
|
1044
1092
|
WhereOptionBoolean,
|
|
1045
1093
|
WhereOptionEqCalculationState,
|
|
1046
1094
|
WhereOptionEqCalibrationRole,
|
|
1047
1095
|
WhereOptionEqEducationalStatus,
|
|
1096
|
+
WhereOptionEqExchangePartner,
|
|
1048
1097
|
WhereOptionEqGender,
|
|
1049
1098
|
WhereOptionEqImagingCapability,
|
|
1050
1099
|
WhereOptionEqInstrument,
|
|
1100
|
+
WhereOptionEqObservingModeType,
|
|
1051
1101
|
WhereOptionEqPartner,
|
|
1052
1102
|
WhereOptionEqQaState,
|
|
1053
1103
|
WhereOptionEqSite,
|
|
@@ -1187,12 +1237,32 @@ from .scheduler_observations_updates import (
|
|
|
1187
1237
|
SchedulerObservationsUpdatesObscalcUpdate,
|
|
1188
1238
|
SchedulerObservationsUpdatesObscalcUpdateValue,
|
|
1189
1239
|
SchedulerObservationsUpdatesObscalcUpdateValueConstraintSet,
|
|
1240
|
+
SchedulerObservationsUpdatesObscalcUpdateValueConstraintSetElevationRange,
|
|
1241
|
+
SchedulerObservationsUpdatesObscalcUpdateValueConstraintSetElevationRangeAirMass,
|
|
1242
|
+
SchedulerObservationsUpdatesObscalcUpdateValueConstraintSetElevationRangeHourAngle,
|
|
1190
1243
|
SchedulerObservationsUpdatesObscalcUpdateValueExecution,
|
|
1191
1244
|
SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisits,
|
|
1192
1245
|
SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatches,
|
|
1193
1246
|
SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatchesAtomRecords,
|
|
1194
1247
|
SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatchesAtomRecordsMatches,
|
|
1195
1248
|
SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatchesObservation,
|
|
1249
|
+
SchedulerObservationsUpdatesObscalcUpdateValueProgram,
|
|
1250
|
+
SchedulerObservationsUpdatesObscalcUpdateValueProgramActive,
|
|
1251
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironment,
|
|
1252
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterism,
|
|
1253
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismNonsidereal,
|
|
1254
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismSidereal,
|
|
1255
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismSiderealDec,
|
|
1256
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismSiderealRa,
|
|
1257
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentExplicitBase,
|
|
1258
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentExplicitBaseDec,
|
|
1259
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentExplicitBaseRa,
|
|
1260
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTimingWindows,
|
|
1261
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfter,
|
|
1262
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfterAfter,
|
|
1263
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfterRepeat,
|
|
1264
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfterRepeatPeriod,
|
|
1265
|
+
SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAt,
|
|
1196
1266
|
SchedulerObservationsUpdatesObscalcUpdateValueWorkflow,
|
|
1197
1267
|
SchedulerObservationsUpdatesObscalcUpdateValueWorkflowValue,
|
|
1198
1268
|
)
|
|
@@ -1288,11 +1358,19 @@ __all__ = [
|
|
|
1288
1358
|
"CallForProposalsCore",
|
|
1289
1359
|
"CallForProposalsDetails",
|
|
1290
1360
|
"CallForProposalsDetailsActive",
|
|
1361
|
+
"CallForProposalsDetailsGemini",
|
|
1362
|
+
"CallForProposalsDetailsKeck",
|
|
1363
|
+
"CallForProposalsDetailsSubaru",
|
|
1364
|
+
"CallForProposalsObservatory",
|
|
1365
|
+
"CallForProposalsObservatoryGemini",
|
|
1366
|
+
"CallForProposalsObservatoryKeck",
|
|
1367
|
+
"CallForProposalsObservatorySubaru",
|
|
1291
1368
|
"CallForProposalsPartnerInput",
|
|
1292
1369
|
"CallForProposalsPropertiesInput",
|
|
1293
|
-
"
|
|
1370
|
+
"CassRotator",
|
|
1294
1371
|
"CatalogInfoInput",
|
|
1295
1372
|
"CatalogName",
|
|
1373
|
+
"ChangePrincipalInvestigatorInput",
|
|
1296
1374
|
"ChangeProgramUserRoleInput",
|
|
1297
1375
|
"ChargeClass",
|
|
1298
1376
|
"ClassicalInput",
|
|
@@ -1395,6 +1473,7 @@ __all__ = [
|
|
|
1395
1473
|
"EmissionLinesSurfaceInput",
|
|
1396
1474
|
"EnumeratedTelescopeConfigGeneratorInput",
|
|
1397
1475
|
"EphemerisKeyType",
|
|
1476
|
+
"ExchangePartner",
|
|
1398
1477
|
"ExecutionDetails",
|
|
1399
1478
|
"ExecutionDetailsDigest",
|
|
1400
1479
|
"ExecutionDetailsDigestValue",
|
|
@@ -1459,6 +1538,11 @@ __all__ = [
|
|
|
1459
1538
|
"GcalDiffuser",
|
|
1460
1539
|
"GcalFilter",
|
|
1461
1540
|
"GcalShutter",
|
|
1541
|
+
"GeminiCallForProposalsType",
|
|
1542
|
+
"GeminiCallPropertiesInput",
|
|
1543
|
+
"GeminiProposalTypeInput",
|
|
1544
|
+
"GeminiScienceSubtypeOnProposal",
|
|
1545
|
+
"GeminiScienceSubtypeOnProposalGemini",
|
|
1462
1546
|
"Gender",
|
|
1463
1547
|
"GetCallForProposals",
|
|
1464
1548
|
"GetCallForProposalsCallForProposals",
|
|
@@ -1831,9 +1915,6 @@ __all__ = [
|
|
|
1831
1915
|
"GetSchedulerProgramsProgramsMatchesAllocations",
|
|
1832
1916
|
"GetSchedulerProgramsProgramsMatchesAllocationsDuration",
|
|
1833
1917
|
"GetSchedulerProgramsProgramsMatchesProposal",
|
|
1834
|
-
"GetSchedulerProgramsProgramsMatchesProposalCall",
|
|
1835
|
-
"GetSchedulerProgramsProgramsMatchesProposalCallActive",
|
|
1836
|
-
"GetSchedulerProgramsProgramsMatchesProposalType",
|
|
1837
1918
|
"GetSchedulerProgramsProgramsMatchesReference",
|
|
1838
1919
|
"GetSchedulerProgramsProgramsMatchesTimeCharge",
|
|
1839
1920
|
"GetSchedulerProgramsProgramsMatchesTimeChargeTime",
|
|
@@ -1846,9 +1927,23 @@ __all__ = [
|
|
|
1846
1927
|
"GetTargetsTargets",
|
|
1847
1928
|
"GetTargetsTargetsMatches",
|
|
1848
1929
|
"GhostBinning",
|
|
1930
|
+
"GhostDetectorConfigDetails",
|
|
1931
|
+
"GhostDetectorConfigDetailsExposureTimeMode",
|
|
1932
|
+
"GhostDetectorConfigDetailsExposureTimeModeSignalToNoise",
|
|
1933
|
+
"GhostDetectorConfigDetailsExposureTimeModeSignalToNoiseAt",
|
|
1934
|
+
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCount",
|
|
1935
|
+
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCountAt",
|
|
1936
|
+
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCountTime",
|
|
1849
1937
|
"GhostDetectorConfigInput",
|
|
1850
1938
|
"GhostIfu1FiberAgitator",
|
|
1851
1939
|
"GhostIfu2FiberAgitator",
|
|
1940
|
+
"GhostIfuDetails",
|
|
1941
|
+
"GhostIfuDetailsBlue",
|
|
1942
|
+
"GhostIfuDetailsRed",
|
|
1943
|
+
"GhostIfuDetailsSkyPosition",
|
|
1944
|
+
"GhostIfuDetailsSkyPositionDec",
|
|
1945
|
+
"GhostIfuDetailsSkyPositionRa",
|
|
1946
|
+
"GhostIfuDetailsSlitViewingCameraExposureTime",
|
|
1852
1947
|
"GhostIfuInput",
|
|
1853
1948
|
"GhostIfuMappingType",
|
|
1854
1949
|
"GhostReadMode",
|
|
@@ -1941,6 +2036,7 @@ __all__ = [
|
|
|
1941
2036
|
"Igrins2AtomInput",
|
|
1942
2037
|
"Igrins2DynamicInput",
|
|
1943
2038
|
"Igrins2LongSlitAndVisitorOnObservingMode",
|
|
2039
|
+
"Igrins2LongSlitAndVisitorOnObservingModeGhostIfu",
|
|
1944
2040
|
"Igrins2LongSlitAndVisitorOnObservingModeIgrins2LongSlit",
|
|
1945
2041
|
"Igrins2LongSlitAndVisitorOnObservingModeVisitor",
|
|
1946
2042
|
"Igrins2LongSlitDetails",
|
|
@@ -1971,6 +2067,9 @@ __all__ = [
|
|
|
1971
2067
|
"Instrument",
|
|
1972
2068
|
"InterleavedImagingVariantInput",
|
|
1973
2069
|
"ItcType",
|
|
2070
|
+
"KeckCallPropertiesInput",
|
|
2071
|
+
"KeckInstrument",
|
|
2072
|
+
"KeckProposalTypeInput",
|
|
1974
2073
|
"LargeProgramInput",
|
|
1975
2074
|
"LineFluxIntegratedInput",
|
|
1976
2075
|
"LineFluxIntegratedUnits",
|
|
@@ -1997,6 +2096,13 @@ __all__ = [
|
|
|
1997
2096
|
"ObservationDetails",
|
|
1998
2097
|
"ObservationDetailsConstraintSet",
|
|
1999
2098
|
"ObservationDetailsExecution",
|
|
2099
|
+
"ObservationDetailsExecutionDigest",
|
|
2100
|
+
"ObservationDetailsExecutionDigestValue",
|
|
2101
|
+
"ObservationDetailsExecutionDigestValueAcquisition",
|
|
2102
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimate",
|
|
2103
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateNonCharged",
|
|
2104
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateProgram",
|
|
2105
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateTotal",
|
|
2000
2106
|
"ObservationDetailsObservingMode",
|
|
2001
2107
|
"ObservationDetailsProgram",
|
|
2002
2108
|
"ObservationDetailsScienceRequirements",
|
|
@@ -2042,9 +2148,11 @@ __all__ = [
|
|
|
2042
2148
|
"ObservationWorkflowDetails",
|
|
2043
2149
|
"ObservationWorkflowDetailsValidationErrors",
|
|
2044
2150
|
"ObservationWorkflowState",
|
|
2151
|
+
"Observatory",
|
|
2045
2152
|
"ObserveClass",
|
|
2046
2153
|
"ObservingModeDetails",
|
|
2047
2154
|
"ObservingModeDetailsFlamingos2LongSlit",
|
|
2155
|
+
"ObservingModeDetailsGhostIfu",
|
|
2048
2156
|
"ObservingModeDetailsGmosNorthImaging",
|
|
2049
2157
|
"ObservingModeDetailsGmosNorthLongSlit",
|
|
2050
2158
|
"ObservingModeDetailsGmosSouthImaging",
|
|
@@ -2118,7 +2226,6 @@ __all__ = [
|
|
|
2118
2226
|
"ProperMotionInput",
|
|
2119
2227
|
"ProposalPropertiesInput",
|
|
2120
2228
|
"ProposalStatus",
|
|
2121
|
-
"ProposalTypeInput",
|
|
2122
2229
|
"QuasarSpectrum",
|
|
2123
2230
|
"QueueInput",
|
|
2124
2231
|
"RadialVelocityInput",
|
|
@@ -2165,14 +2272,38 @@ __all__ = [
|
|
|
2165
2272
|
"SchedulerObservationsUpdatesObscalcUpdate",
|
|
2166
2273
|
"SchedulerObservationsUpdatesObscalcUpdateValue",
|
|
2167
2274
|
"SchedulerObservationsUpdatesObscalcUpdateValueConstraintSet",
|
|
2275
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueConstraintSetElevationRange",
|
|
2276
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueConstraintSetElevationRangeAirMass",
|
|
2277
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueConstraintSetElevationRangeHourAngle",
|
|
2168
2278
|
"SchedulerObservationsUpdatesObscalcUpdateValueExecution",
|
|
2169
2279
|
"SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisits",
|
|
2170
2280
|
"SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatches",
|
|
2171
2281
|
"SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatchesAtomRecords",
|
|
2172
2282
|
"SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatchesAtomRecordsMatches",
|
|
2173
2283
|
"SchedulerObservationsUpdatesObscalcUpdateValueExecutionVisitsMatchesObservation",
|
|
2284
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueProgram",
|
|
2285
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueProgramActive",
|
|
2286
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironment",
|
|
2287
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterism",
|
|
2288
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismNonsidereal",
|
|
2289
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismSidereal",
|
|
2290
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismSiderealDec",
|
|
2291
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentAsterismSiderealRa",
|
|
2292
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentExplicitBase",
|
|
2293
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentExplicitBaseDec",
|
|
2294
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTargetEnvironmentExplicitBaseRa",
|
|
2295
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTimingWindows",
|
|
2296
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfter",
|
|
2297
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfterAfter",
|
|
2298
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfterRepeat",
|
|
2299
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAfterRepeatPeriod",
|
|
2300
|
+
"SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAt",
|
|
2174
2301
|
"SchedulerObservationsUpdatesObscalcUpdateValueWorkflow",
|
|
2175
2302
|
"SchedulerObservationsUpdatesObscalcUpdateValueWorkflowValue",
|
|
2303
|
+
"SchedulerProposal",
|
|
2304
|
+
"SchedulerProposalCall",
|
|
2305
|
+
"SchedulerProposalCallActive",
|
|
2306
|
+
"SchedulerProposalGemini",
|
|
2176
2307
|
"SchedulingConstraintsInput",
|
|
2177
2308
|
"ScienceBand",
|
|
2178
2309
|
"ScienceMode",
|
|
@@ -2188,6 +2319,7 @@ __all__ = [
|
|
|
2188
2319
|
"SetObservationWorkflowStateInput",
|
|
2189
2320
|
"SetObservationWorkflowStateSetObservationWorkflowState",
|
|
2190
2321
|
"SetProgramReferenceInput",
|
|
2322
|
+
"SetProgramResourceLimitInput",
|
|
2191
2323
|
"SetProposalStatusInput",
|
|
2192
2324
|
"SiderealInput",
|
|
2193
2325
|
"SiderealTargetDetails",
|
|
@@ -2214,6 +2346,10 @@ __all__ = [
|
|
|
2214
2346
|
"StepExecutionState",
|
|
2215
2347
|
"StepStage",
|
|
2216
2348
|
"StepType",
|
|
2349
|
+
"SubaruCallForProposalsType",
|
|
2350
|
+
"SubaruCallPropertiesInput",
|
|
2351
|
+
"SubaruInstrument",
|
|
2352
|
+
"SubaruProposalTypeInput",
|
|
2217
2353
|
"SystemVerificationInput",
|
|
2218
2354
|
"TacCategory",
|
|
2219
2355
|
"TargetCore",
|
|
@@ -2332,10 +2468,10 @@ __all__ = [
|
|
|
2332
2468
|
"WhereDataset",
|
|
2333
2469
|
"WhereDatasetChronicleEntry",
|
|
2334
2470
|
"WhereDatasetReference",
|
|
2335
|
-
"WhereEqCallForProposalsType",
|
|
2336
2471
|
"WhereEqDatabaseOperation",
|
|
2337
2472
|
"WhereEqExecutionEventType",
|
|
2338
2473
|
"WhereEqFocalPlane",
|
|
2474
|
+
"WhereEqGeminiCallForProposalsType",
|
|
2339
2475
|
"WhereEqInstrument",
|
|
2340
2476
|
"WhereEqPartner",
|
|
2341
2477
|
"WhereEqPartnerLinkType",
|
|
@@ -2350,17 +2486,21 @@ __all__ = [
|
|
|
2350
2486
|
"WhereEqUserType",
|
|
2351
2487
|
"WhereEqVisitId",
|
|
2352
2488
|
"WhereExecutionEvent",
|
|
2489
|
+
"WhereGeminiCallProperties",
|
|
2353
2490
|
"WhereGroup",
|
|
2354
2491
|
"WhereImagingConfigOption",
|
|
2355
2492
|
"WhereObservation",
|
|
2356
2493
|
"WhereObservationReference",
|
|
2494
|
+
"WhereObservatoryEq",
|
|
2357
2495
|
"WhereOptionBoolean",
|
|
2358
2496
|
"WhereOptionEqCalculationState",
|
|
2359
2497
|
"WhereOptionEqCalibrationRole",
|
|
2360
2498
|
"WhereOptionEqEducationalStatus",
|
|
2499
|
+
"WhereOptionEqExchangePartner",
|
|
2361
2500
|
"WhereOptionEqGender",
|
|
2362
2501
|
"WhereOptionEqImagingCapability",
|
|
2363
2502
|
"WhereOptionEqInstrument",
|
|
2503
|
+
"WhereOptionEqObservingModeType",
|
|
2364
2504
|
"WhereOptionEqPartner",
|
|
2365
2505
|
"WhereOptionEqQaState",
|
|
2366
2506
|
"WhereOptionEqSite",
|