|
string | python = "lsst.skymap.BaseSkyMap" |
|
string | storage = "PickleStorage" |
|
string | ext = ".pickle" |
|
string | cpp = "ignored" |
|
tuple | suffixes = () |
|
Definition at line 135 of file simpleMapper.py.
◆ canStandardize()
def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.canStandardize |
( |
|
self, |
|
|
|
datasetType |
|
) |
| |
|
inherited |
◆ makeButlerLocation()
def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.makeButlerLocation |
( |
|
cls, |
|
|
|
path, |
|
|
|
dataId, |
|
|
|
mapper, |
|
|
|
suffix = None , |
|
|
|
storage = None |
|
) |
| |
|
inherited |
◆ cpp
string lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.cpp = "ignored" |
|
staticinherited |
◆ ext
string lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType.ext = ".pickle" |
|
static |
◆ python
string lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType.python = "lsst.skymap.BaseSkyMap" |
|
static |
◆ storage
string lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType.storage = "PickleStorage" |
|
static |
◆ suffixes
tuple lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.suffixes = () |
|
staticinherited |
The documentation for this class was generated from the following file: