lsst.pipe.tasks
15.0-16-g6f0eb036+8
|
Public Member Functions | |
def | __init__ (self, root, kwargs) |
def | getDefaultLevel (self) |
def | getKeys (self, datasetType, level) |
def | update (self) |
def | keys (self) |
def | bypass_camera (self, datasetType, pythonType, location, dataId) |
def | map_camera (self, dataId, write=False) |
def | std_calexp (self, item, dataId) |
def | bypass_ccdExposureId (self, datasetType, pythonType, location, dataId) |
def | bypass_ccdExposureId_bits (self, datasetType, pythonType, location, dataId) |
def | bypass_deepCoaddId (self, datasetType, pythonType, location, dataId) |
def | bypass_deepCoaddId_bits (self, datasetType, pythonType, location, dataId) |
def | bypass_deepMergedCoaddId (self, datasetType, pythonType, location, dataId) |
def | bypass_deepMergedCoaddId_bits (self, datasetType, pythonType, location, dataId) |
Static Public Member Functions | |
def | splitCcdExposureId (ccdExposureId) |
Public Attributes | |
storage | |
root | |
camera | |
index | |
keyDict | |
Static Public Attributes | |
mappings | |
levels | |
An extremely simple mapper for an imaginary camera for use in integration tests. As SimpleMapper does not inherit from obs.base.CameraMapper, it does not use a policy file to set mappings or a registry; all the information is here (in the map_* and query_* methods). The imaginary camera's raw data format has only 'visit' and 'ccd' keys, with two CCDs per visit (by default).
Definition at line 232 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.__init__ | ( | self, | |
root, | |||
kwargs | |||
) |
Definition at line 302 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.bypass_camera | ( | self, | |
datasetType, | |||
pythonType, | |||
location, | |||
dataId | |||
) |
Definition at line 346 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.bypass_ccdExposureId | ( | self, | |
datasetType, | |||
pythonType, | |||
location, | |||
dataId | |||
) |
Definition at line 380 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.bypass_ccdExposureId_bits | ( | self, | |
datasetType, | |||
pythonType, | |||
location, | |||
dataId | |||
) |
Definition at line 383 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.bypass_deepCoaddId | ( | self, | |
datasetType, | |||
pythonType, | |||
location, | |||
dataId | |||
) |
Definition at line 386 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.bypass_deepCoaddId_bits | ( | self, | |
datasetType, | |||
pythonType, | |||
location, | |||
dataId | |||
) |
Definition at line 389 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.bypass_deepMergedCoaddId | ( | self, | |
datasetType, | |||
pythonType, | |||
location, | |||
dataId | |||
) |
Definition at line 392 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.bypass_deepMergedCoaddId_bits | ( | self, | |
datasetType, | |||
pythonType, | |||
location, | |||
dataId | |||
) |
Definition at line 395 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.getDefaultLevel | ( | self | ) |
Definition at line 310 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.getKeys | ( | self, | |
datasetType, | |||
level | |||
) |
Definition at line 313 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.keys | ( | self | ) |
Definition at line 343 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.map_camera | ( | self, | |
dataId, | |||
write = False |
|||
) |
Definition at line 349 of file simpleMapper.py.
|
static |
Definition at line 377 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.std_calexp | ( | self, | |
item, | |||
dataId | |||
) |
Definition at line 354 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.update | ( | self | ) |
Definition at line 325 of file simpleMapper.py.
lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.camera |
Definition at line 306 of file simpleMapper.py.
lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.index |
Definition at line 328 of file simpleMapper.py.
|
inherited |
Definition at line 221 of file simpleMapper.py.
|
static |
Definition at line 297 of file simpleMapper.py.
|
static |
Definition at line 244 of file simpleMapper.py.
lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.root |
Definition at line 305 of file simpleMapper.py.
lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper.storage |
Definition at line 303 of file simpleMapper.py.