lsst.obs.base  20.0.0-59-gb502cbb+0e9af1ef10
Public Member Functions | Static Public Attributes | List of all members
lsst.obs.base.instrument_tests.InstrumentTests Class Reference
Inheritance diagram for lsst.obs.base.instrument_tests.InstrumentTests:

Public Member Functions

def test_name (self)
 
def test_getCamera (self)
 
def test_register (self)
 
def testMakeTranslatorFactory (self)
 

Static Public Attributes

 data = None
 
 instrument = None
 

Detailed Description

Tests of sublcasses of Instrument.

TestCase subclasses must derive from this, then `TestCase`, and override
``data`` and ``instrument``.

Definition at line 55 of file instrument_tests.py.

Member Function Documentation

◆ test_getCamera()

def lsst.obs.base.instrument_tests.InstrumentTests.test_getCamera (   self)
Test that getCamera() returns a reasonable Camera definition.

Definition at line 71 of file instrument_tests.py.

◆ test_name()

def lsst.obs.base.instrument_tests.InstrumentTests.test_name (   self)

Definition at line 68 of file instrument_tests.py.

◆ test_register()

def lsst.obs.base.instrument_tests.InstrumentTests.test_register (   self)
Test that register() sets appropriate Dimensions.

Definition at line 79 of file instrument_tests.py.

◆ testMakeTranslatorFactory()

def lsst.obs.base.instrument_tests.InstrumentTests.testMakeTranslatorFactory (   self)

Definition at line 109 of file instrument_tests.py.

Member Data Documentation

◆ data

lsst.obs.base.instrument_tests.InstrumentTests.data = None
static

Definition at line 62 of file instrument_tests.py.

◆ instrument

lsst.obs.base.instrument_tests.InstrumentTests.instrument = None
static

Definition at line 65 of file instrument_tests.py.


The documentation for this class was generated from the following file: