gpp-client 26.7.3.dev1__tar.gz → 26.7.3.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.7.3.dev1 → gpp_client-26.7.3.dev3}/PKG-INFO +1 -1
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/scheduler.py +38 -2
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/__init__.py +4 -30
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/client.py +0 -473
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/custom_fields.py +88 -39
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/custom_typing_fields.py +12 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/enums.py +4 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/fragments.py +0 -79
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_goats_programs.py +2 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_scheduler_all_programs_id.py +2 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_scheduler_programs.py +2 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/input_types.py +29 -12
- gpp_client-26.7.3.dev3/src/gpp_client/rest/__init__.py +8 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/rest/client.py +57 -1
- gpp_client-26.7.3.dev3/src/gpp_client/rest/models.py +89 -0
- gpp_client-26.7.3.dev1/src/gpp_client/rest/__init__.py +0 -7
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/.gitignore +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/LICENSE +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/README.md +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/graphql/README.md +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/pyproject.toml +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/__init__.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/__init__.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/cli.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/__init__.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/attachment.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/goats.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/observation.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/program.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/scheduler.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/site_status.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/target.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/commands/workflow_state.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/console.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/output.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/cli/utils.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/client.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/constants.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/__init__.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/atom.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/attachment.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/base.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/goats.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/observation.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/program.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/site_status.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/target.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/domains/workflow_state.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/environment.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/exceptions.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/async_base_client.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/base_model.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/base_operation.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/clone_observation.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/clone_target.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/create_call_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/create_observation.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/create_program.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/create_target_by_program_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/create_target_by_program_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/create_target_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/custom_mutations.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/custom_queries.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/delete_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/delete_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/delete_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/delete_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/delete_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/exceptions.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_call_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_calls_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_goats_observations.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_observation.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_observation_attachments_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_observation_attachments_by_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_observation_workflow_state_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_observation_workflow_state_by_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_observations.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_program_attachments_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_program_attachments_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_program_attachments_by_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_program_by_proposal_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_program_by_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_programs.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/get_targets.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/obs_calculation_update.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/observation_edit.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/package_environment.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/ping.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/program_edit.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/restore_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/restore_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/restore_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/restore_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/restore_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/scheduler_observations_updates.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/set_observation_workflow_state.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/target_edit.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_calls_for_proposals.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_observation_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_observation_by_reference.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_observations.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_program_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_programs.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_target_by_id.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/generated/update_targets.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/logging_utils.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/rest/utils.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/settings.py +0 -0
- {gpp_client-26.7.3.dev1 → gpp_client-26.7.3.dev3}/src/gpp_client/urls.py +0 -0
|
@@ -8,7 +8,11 @@ from datetime import datetime
|
|
|
8
8
|
from typing import Any, AsyncIterator
|
|
9
9
|
|
|
10
10
|
from gpp_client.domains.base import BaseDomain
|
|
11
|
-
from gpp_client.
|
|
11
|
+
from gpp_client.rest.models import VisibilityChanges, parse_visibility_changes
|
|
12
|
+
from gpp_client.generated import (
|
|
13
|
+
SchedulerObservationsUpdates,
|
|
14
|
+
WhereOptionEqObservingModeType,
|
|
15
|
+
)
|
|
12
16
|
from gpp_client.generated.get_scheduler_all_programs_id import (
|
|
13
17
|
GetSchedulerAllProgramsId,
|
|
14
18
|
)
|
|
@@ -239,6 +243,9 @@ class SchedulerDomain(BaseDomain):
|
|
|
239
243
|
]
|
|
240
244
|
)
|
|
241
245
|
),
|
|
246
|
+
observing_mode_type=WhereOptionEqObservingModeType(
|
|
247
|
+
is_null=False,
|
|
248
|
+
),
|
|
242
249
|
)
|
|
243
250
|
|
|
244
251
|
# Get observation data
|
|
@@ -252,7 +259,7 @@ class SchedulerDomain(BaseDomain):
|
|
|
252
259
|
if observations:
|
|
253
260
|
async with self._rest as client:
|
|
254
261
|
atom_digest_response = (
|
|
255
|
-
await client.
|
|
262
|
+
await client.get_atom_digests(observations)
|
|
256
263
|
).split("\n")
|
|
257
264
|
obs_atoms_mapping = self._parse_atom_digest(atom_digest_response)
|
|
258
265
|
else:
|
|
@@ -288,6 +295,35 @@ class SchedulerDomain(BaseDomain):
|
|
|
288
295
|
response = await self.get_program_ids(today=today)
|
|
289
296
|
return [(p.reference.label, p.id) for p in response.programs.matches]
|
|
290
297
|
|
|
298
|
+
async def get_visibility_changes(self, since: datetime) -> VisibilityChanges:
|
|
299
|
+
"""
|
|
300
|
+
Get observations and targets with visibility changes since a time.
|
|
301
|
+
|
|
302
|
+
Queries the ODB ``/scheduler/visibility-changes`` REST endpoint, which
|
|
303
|
+
reports entities whose visibility-relevant inputs changed at or after
|
|
304
|
+
``since``.
|
|
305
|
+
|
|
306
|
+
Parameters
|
|
307
|
+
----------
|
|
308
|
+
since : datetime
|
|
309
|
+
Return entities changed at or after this time. Naive datetimes are
|
|
310
|
+
assumed to be UTC.
|
|
311
|
+
|
|
312
|
+
Returns
|
|
313
|
+
-------
|
|
314
|
+
VisibilityChanges
|
|
315
|
+
Changed observation and target GIDs plus the latest change
|
|
316
|
+
timestamp reported by the endpoint.
|
|
317
|
+
|
|
318
|
+
Raises
|
|
319
|
+
------
|
|
320
|
+
aiohttp.ClientError
|
|
321
|
+
For HTTP errors, connection failures, or timeouts.
|
|
322
|
+
"""
|
|
323
|
+
async with self._rest as client:
|
|
324
|
+
body = await client.get_visibility_changes(since)
|
|
325
|
+
return parse_visibility_changes(body)
|
|
326
|
+
|
|
291
327
|
async def subscribe_to_calculation_updates(
|
|
292
328
|
self,
|
|
293
329
|
) -> AsyncIterator[SchedulerObservationsUpdates]:
|
|
@@ -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,
|
|
@@ -350,21 +344,12 @@ from .fragments import (
|
|
|
350
344
|
GnirsSpectroscopyDetailsSlitTelescopeConfigsToSkyOffsetQ,
|
|
351
345
|
GnirsSpectroscopyDetailsTelluricType,
|
|
352
346
|
Igrins2LongSlitDetails,
|
|
353
|
-
Igrins2LongSlitDetailsDefaultOffsets,
|
|
354
|
-
Igrins2LongSlitDetailsDefaultOffsetsP,
|
|
355
|
-
Igrins2LongSlitDetailsDefaultOffsetsQ,
|
|
356
|
-
Igrins2LongSlitDetailsExplicitOffsets,
|
|
357
|
-
Igrins2LongSlitDetailsExplicitOffsetsP,
|
|
358
|
-
Igrins2LongSlitDetailsExplicitOffsetsQ,
|
|
359
347
|
Igrins2LongSlitDetailsExposureTimeMode,
|
|
360
348
|
Igrins2LongSlitDetailsExposureTimeModeSignalToNoise,
|
|
361
349
|
Igrins2LongSlitDetailsExposureTimeModeSignalToNoiseAt,
|
|
362
350
|
Igrins2LongSlitDetailsExposureTimeModeTimeAndCount,
|
|
363
351
|
Igrins2LongSlitDetailsExposureTimeModeTimeAndCountAt,
|
|
364
352
|
Igrins2LongSlitDetailsExposureTimeModeTimeAndCountTime,
|
|
365
|
-
Igrins2LongSlitDetailsOffsets,
|
|
366
|
-
Igrins2LongSlitDetailsOffsetsP,
|
|
367
|
-
Igrins2LongSlitDetailsOffsetsQ,
|
|
368
353
|
Igrins2LongSlitDetailsTelluricType,
|
|
369
354
|
NonsiderealTargetDetails,
|
|
370
355
|
ObservationCore,
|
|
@@ -1031,9 +1016,11 @@ from .input_types import (
|
|
|
1031
1016
|
ProgramReferencePropertiesEngineeringInput,
|
|
1032
1017
|
ProgramReferencePropertiesExampleInput,
|
|
1033
1018
|
ProgramReferencePropertiesInput,
|
|
1019
|
+
ProgramReferencePropertiesKeckInput,
|
|
1034
1020
|
ProgramReferencePropertiesLibraryInput,
|
|
1035
1021
|
ProgramReferencePropertiesMonitoringInput,
|
|
1036
1022
|
ProgramReferencePropertiesScienceInput,
|
|
1023
|
+
ProgramReferencePropertiesSubaruInput,
|
|
1037
1024
|
ProgramReferencePropertiesSystemInput,
|
|
1038
1025
|
ProgramUserPropertiesInput,
|
|
1039
1026
|
ProperMotionComponentInput,
|
|
@@ -1561,18 +1548,12 @@ __all__ = [
|
|
|
1561
1548
|
"Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCount",
|
|
1562
1549
|
"Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCountAt",
|
|
1563
1550
|
"Flamingos2LongSlitDetailsAcquisitionExposureTimeModeTimeAndCountTime",
|
|
1564
|
-
"Flamingos2LongSlitDetailsDefaultOffsets",
|
|
1565
|
-
"Flamingos2LongSlitDetailsDefaultOffsetsP",
|
|
1566
|
-
"Flamingos2LongSlitDetailsDefaultOffsetsQ",
|
|
1567
1551
|
"Flamingos2LongSlitDetailsExposureTimeMode",
|
|
1568
1552
|
"Flamingos2LongSlitDetailsExposureTimeModeSignalToNoise",
|
|
1569
1553
|
"Flamingos2LongSlitDetailsExposureTimeModeSignalToNoiseAt",
|
|
1570
1554
|
"Flamingos2LongSlitDetailsExposureTimeModeTimeAndCount",
|
|
1571
1555
|
"Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountAt",
|
|
1572
1556
|
"Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountTime",
|
|
1573
|
-
"Flamingos2LongSlitDetailsOffsets",
|
|
1574
|
-
"Flamingos2LongSlitDetailsOffsetsP",
|
|
1575
|
-
"Flamingos2LongSlitDetailsOffsetsQ",
|
|
1576
1557
|
"Flamingos2LongSlitDetailsTelluricType",
|
|
1577
1558
|
"Flamingos2LongSlitInput",
|
|
1578
1559
|
"Flamingos2LyotWheel",
|
|
@@ -2154,21 +2135,12 @@ __all__ = [
|
|
|
2154
2135
|
"Igrins2AtomInput",
|
|
2155
2136
|
"Igrins2DynamicInput",
|
|
2156
2137
|
"Igrins2LongSlitDetails",
|
|
2157
|
-
"Igrins2LongSlitDetailsDefaultOffsets",
|
|
2158
|
-
"Igrins2LongSlitDetailsDefaultOffsetsP",
|
|
2159
|
-
"Igrins2LongSlitDetailsDefaultOffsetsQ",
|
|
2160
|
-
"Igrins2LongSlitDetailsExplicitOffsets",
|
|
2161
|
-
"Igrins2LongSlitDetailsExplicitOffsetsP",
|
|
2162
|
-
"Igrins2LongSlitDetailsExplicitOffsetsQ",
|
|
2163
2138
|
"Igrins2LongSlitDetailsExposureTimeMode",
|
|
2164
2139
|
"Igrins2LongSlitDetailsExposureTimeModeSignalToNoise",
|
|
2165
2140
|
"Igrins2LongSlitDetailsExposureTimeModeSignalToNoiseAt",
|
|
2166
2141
|
"Igrins2LongSlitDetailsExposureTimeModeTimeAndCount",
|
|
2167
2142
|
"Igrins2LongSlitDetailsExposureTimeModeTimeAndCountAt",
|
|
2168
2143
|
"Igrins2LongSlitDetailsExposureTimeModeTimeAndCountTime",
|
|
2169
|
-
"Igrins2LongSlitDetailsOffsets",
|
|
2170
|
-
"Igrins2LongSlitDetailsOffsetsP",
|
|
2171
|
-
"Igrins2LongSlitDetailsOffsetsQ",
|
|
2172
2144
|
"Igrins2LongSlitDetailsTelluricType",
|
|
2173
2145
|
"Igrins2LongSlitInput",
|
|
2174
2146
|
"Igrins2StaticInput",
|
|
@@ -2335,9 +2307,11 @@ __all__ = [
|
|
|
2335
2307
|
"ProgramReferencePropertiesEngineeringInput",
|
|
2336
2308
|
"ProgramReferencePropertiesExampleInput",
|
|
2337
2309
|
"ProgramReferencePropertiesInput",
|
|
2310
|
+
"ProgramReferencePropertiesKeckInput",
|
|
2338
2311
|
"ProgramReferencePropertiesLibraryInput",
|
|
2339
2312
|
"ProgramReferencePropertiesMonitoringInput",
|
|
2340
2313
|
"ProgramReferencePropertiesScienceInput",
|
|
2314
|
+
"ProgramReferencePropertiesSubaruInput",
|
|
2341
2315
|
"ProgramReferencePropertiesSystemInput",
|
|
2342
2316
|
"ProgramType",
|
|
2343
2317
|
"ProgramUserPropertiesInput",
|