ImageNameServiceClient¶
- class lsst.ts.utils.ImageNameServiceClient(url: str, csc_index: int, source: str)¶
Bases:
objectClient for the Image Name Service.
- Parameters:
- url
str The image service host. Must be handled by CSC configuration.
- csc_index
int The index of the CSC, needed for some CSCs which have multiple instances running.
- source
str The two letter ID that the service uses for CSC verification. * Electrometer: EM, * FiberSpectrograph: FS, * ComCam: CM, * GenericCamera: GC, * MainCamera: MC, * AuxTel: AT, * TestStand: TS
- url
- Attributes:
- source
str The ID used by the service for CSC verification.
- url
str The URL of the image service.
- csc_index
str The index of the CSC, used to handle multi instance CSCs.
- log
logging.Logger The log for the object.
- source
Methods Summary
get_next_obs_id(num_images)Get the observing ID(s).
Methods Documentation