|
string | python = "lsst.afw.table.SimpleCatalog" |
|
string | cpp = "SimpleCatalog" |
|
string | storage = "FitsCatalogStorage" |
|
string | ext = ".fits" |
|
tuple | suffixes = () |
|
Definition at line 149 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.SimpleCatalogPersistenceType.cpp = "SimpleCatalog" |
|
static |
◆ ext
string lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.ext = ".fits" |
|
staticinherited |
◆ python
string lsst.pipe.tasks.mocks.simpleMapper.SimpleCatalogPersistenceType.python = "lsst.afw.table.SimpleCatalog" |
|
static |
◆ storage
string lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.storage = "FitsCatalogStorage" |
|
staticinherited |
◆ suffixes
tuple lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.suffixes = () |
|
staticinherited |
The documentation for this class was generated from the following file: