InstrumentTestData#

class lsst.obs.base.instrument_tests.InstrumentTestData(name: str, nDetectors: int, firstDetectorName: str, physical_filters: set[str])#

Bases: object

Values to test against in subclasses of InstrumentTests.

Attributes Summary

firstDetectorName

The name of the first detector in the Camera.

nDetectors

The number of detectors in the Camera.

name

The name of the Camera this instrument describes.

physical_filters

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.