lsst.pipe.tasks 21.0.0-180-gec3f5457+8df9e904fb
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 141 of file simpleMapper.py.

Member Data Documentation

◆ cpp

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

Definition at line 143 of file simpleMapper.py.

◆ ext

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

Definition at line 145 of file simpleMapper.py.

◆ python

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

Definition at line 142 of file simpleMapper.py.

◆ storage

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

Definition at line 144 of file simpleMapper.py.


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