Persistence type of Exposure images.
Definition at line 87 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.makeButlerLocation |
( |
|
cls, |
|
|
|
path, |
|
|
|
dataId, |
|
|
|
mapper, |
|
|
|
suffix = None , |
|
|
|
storage = None |
|
) |
| |
Method called by SimpleMapping to implement a map_ method; overridden to support subimages.
Definition at line 98 of file simpleMapper.py.
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.cpp = "ExposureF" |
|
static |
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.ext = ".fits" |
|
static |
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.python = "lsst.afw.image.ExposureF" |
|
static |
string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.storage = "FitsStorage" |
|
static |
tuple lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.suffixes = ("_sub",) |
|
static |
The documentation for this class was generated from the following file: