lsst.pipe.tasks g0f82ab2f21+b4c33f426f
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"
 

Detailed Description

Definition at line 146 of file simpleMapper.py.

Member Data Documentation

◆ cpp

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

Definition at line 148 of file simpleMapper.py.

◆ ext

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

Definition at line 150 of file simpleMapper.py.

◆ python

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

Definition at line 147 of file simpleMapper.py.

◆ storage

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

Definition at line 149 of file simpleMapper.py.


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