InstrumentTestData#
- class lsst.obs.base.instrument_tests.InstrumentTestData(name: str, nDetectors: int, firstDetectorName: str, physical_filters: set[str])#
Bases:
objectValues to test against in subclasses of
InstrumentTests.Attributes Summary
The name of the first detector in the Camera.
The number of detectors in the Camera.
The name of the Camera this instrument describes.
A subset of the physical filters should be registered.
Attributes Documentation
- firstDetectorName: str = <dataclasses._MISSING_TYPE object>#
The name of the first detector in the Camera.
- nDetectors: int = <dataclasses._MISSING_TYPE object>#
The number of detectors in the Camera.
- name: str = <dataclasses._MISSING_TYPE object>#
The name of the Camera this instrument describes.
- physical_filters: set[str] = <dataclasses._MISSING_TYPE object>#
A subset of the physical filters should be registered.