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

Public Member Functions

def makeButlerLocation
 
def canStandardize
 

Static Public Attributes

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

Detailed Description

Definition at line 131 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.SimpleCatalogPersistenceType.cpp = "SimpleCatalog"
static

Definition at line 133 of file simpleMapper.py.

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

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

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

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: