lsst.pipe.tasks  13.0-37-g58c8d4e+3
 All Classes Namespaces Files Functions Variables Groups Pages
Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.SimpleCatalogPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.SimpleCatalogPersistenceType:
lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType lsst.pipe.tasks.mocks.simpleMapper.PersistenceType lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType

Static Public Attributes

string python = "lsst.afw.table.SimpleCatalog"
 
string cpp = "SimpleCatalog"
 
- 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 131 of file simpleMapper.py.

Member Data Documentation

string lsst.pipe.tasks.mocks.simpleMapper.SimpleCatalogPersistenceType.cpp = "SimpleCatalog"
static

Definition at line 133 of file simpleMapper.py.

string lsst.pipe.tasks.mocks.simpleMapper.SimpleCatalogPersistenceType.python = "lsst.afw.table.SimpleCatalog"
static

Definition at line 132 of file simpleMapper.py.


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