lsst.obs.base
19.0.0-36-g22095ce
|
Public Member Functions | |
def | test_name (self) |
def | test_getCamera (self) |
def | test_register (self) |
Static Public Attributes | |
data = None | |
instrument = None | |
Tests of sublcasses of Instrument. TestCase subclasses must derive from this, then `TestCase`, and override ``data`` and ``instrument``.
Definition at line 53 of file instrument_tests.py.
def lsst.obs.base.instrument_tests.InstrumentTests.test_getCamera | ( | self | ) |
Test that getCamera() returns a reasonable Camera definition.
Definition at line 69 of file instrument_tests.py.
def lsst.obs.base.instrument_tests.InstrumentTests.test_name | ( | self | ) |
Definition at line 66 of file instrument_tests.py.
def lsst.obs.base.instrument_tests.InstrumentTests.test_register | ( | self | ) |
Test that register() sets appropriate Dimensions.
Definition at line 77 of file instrument_tests.py.
|
static |
Definition at line 60 of file instrument_tests.py.
|
static |
Definition at line 63 of file instrument_tests.py.