lsst.pipe.tasks  13.0-54-gc325bc5
 All Classes Namespaces Files Functions Variables Groups Pages
Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.PeakCatalogPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.PeakCatalogPersistenceType:
lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType lsst.pipe.tasks.mocks.simpleMapper.PersistenceType

Static Public Attributes

string python = "lsst.afw.detection.PeakCatalog"
 
string cpp = "PeakCatalog"
 
- Static Public Attributes inherited from lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType
string python = "lsst.afw.table.BaseCatalog"
 
string cpp = "BaseCatalog"
 
string storage = "FitsCatalogStorage"
 
string ext = ".fits"
 
- Static Public Attributes inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
 python = None
 
string cpp = "ignored"
 
 storage = None
 
string ext = ""
 
tuple suffixes = ()
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
def makeButlerLocation
 
def canStandardize
 

Detailed Description

Definition at line 146 of file simpleMapper.py.

Member Data Documentation

string lsst.pipe.tasks.mocks.simpleMapper.PeakCatalogPersistenceType.cpp = "PeakCatalog"
static

Definition at line 148 of file simpleMapper.py.

string lsst.pipe.tasks.mocks.simpleMapper.PeakCatalogPersistenceType.python = "lsst.afw.detection.PeakCatalog"
static

Definition at line 147 of file simpleMapper.py.


The documentation for this class was generated from the following file: