|
string | python = "lsst.afw.image.ExposureF" |
|
string | cpp = "ExposureF" |
|
string | storage = "FitsStorage" |
|
string | ext = ".fits" |
|
tuple | suffixes = ("_sub",) |
|
Persistence type of Exposure images.
Definition at line 82 of file simpleMapper.py.
◆ canStandardize()
def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.canStandardize |
( |
|
self, |
|
|
|
datasetType |
|
) |
| |
|
inherited |
◆ makeButlerLocation()
def lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.makeButlerLocation |
( |
|
cls, |
|
|
|
path, |
|
|
|
dataId, |
|
|
|
mapper, |
|
|
|
suffix = None , |
|
|
|
storage = None |
|
) |
| |
◆ cpp
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.cpp = "ExposureF" |
|
static |
◆ ext
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.ext = ".fits" |
|
static |
◆ python
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.python = "lsst.afw.image.ExposureF" |
|
static |
◆ storage
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.storage = "FitsStorage" |
|
static |
◆ suffixes
tuple lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.suffixes = ("_sub",) |
|
static |
The documentation for this class was generated from the following file: