|
| string | python = "lsst.afw.table.SourceCatalog" |
| |
| string | cpp = "SourceCatalog" |
| |
| string | storage = "FitsCatalogStorage" |
| |
| string | ext = ".fits" |
| |
| tuple | suffixes = () |
| |
Definition at line 136 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 |
Method called by SimpleMapping to implement a map_ method.
Definition at line 64 of file simpleMapper.py.
◆ cpp
| string lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType.cpp = "SourceCatalog" |
|
static |
◆ ext
| string lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.ext = ".fits" |
|
staticinherited |
◆ python
| string lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType.python = "lsst.afw.table.SourceCatalog" |
|
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: