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.CatalogPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType:
lsst.pipe.tasks.mocks.simpleMapper.PersistenceType lsst.pipe.tasks.mocks.simpleMapper.ExposureCatalogPersistenceType lsst.pipe.tasks.mocks.simpleMapper.PeakCatalogPersistenceType lsst.pipe.tasks.mocks.simpleMapper.SimpleCatalogPersistenceType lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType

Static Public Attributes

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 124 of file simpleMapper.py.

Member Data Documentation

string lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.cpp = "BaseCatalog"
static

Definition at line 126 of file simpleMapper.py.

string lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.ext = ".fits"
static

Definition at line 128 of file simpleMapper.py.

string lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.python = "lsst.afw.table.BaseCatalog"
static

Definition at line 125 of file simpleMapper.py.

string lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.storage = "FitsCatalogStorage"
static

Definition at line 127 of file simpleMapper.py.


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