lsst.pipe.tasks  13.0-60-g3ba4059d+1
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | 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

Public Member Functions

def makeButlerLocation
 
def canStandardize
 

Static Public Attributes

string python = "lsst.afw.table.BaseCatalog"
 
string cpp = "BaseCatalog"
 
string storage = "FitsCatalogStorage"
 
string ext = ".fits"
 
tuple suffixes = ()
 

Detailed Description

Definition at line 124 of file simpleMapper.py.

Member Function Documentation

def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.canStandardize (   self,
  datasetType 
)
inherited

Definition at line 70 of file simpleMapper.py.

def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.makeButlerLocation (   cls,
  path,
  dataId,
  mapper,
  suffix = None,
  storage = None 
)
inherited
Method called by SimpleMapping to implement a map_ method.

Definition at line 64 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.

tuple lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.suffixes = ()
staticinherited

Definition at line 61 of file simpleMapper.py.


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