lsst.pipe.tasks  21.0.0-123-gf96c3532+52e0c4f563
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.ExposureCatalogPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.ExposureCatalogPersistenceType:
lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType lsst.pipe.tasks.mocks.simpleMapper.PersistenceType

Public Member Functions

def makeButlerLocation (cls, path, dataId, mapper, suffix=None, storage=None)
 
def canStandardize (self, datasetType)
 

Static Public Attributes

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

Detailed Description

Definition at line 158 of file simpleMapper.py.

Member Function Documentation

◆ canStandardize()

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

Definition at line 65 of file simpleMapper.py.

◆ makeButlerLocation()

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.

Reimplemented in lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType, and lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.

Definition at line 59 of file simpleMapper.py.

Member Data Documentation

◆ cpp

string lsst.pipe.tasks.mocks.simpleMapper.ExposureCatalogPersistenceType.cpp = "ExposureCatalog"
static

Definition at line 160 of file simpleMapper.py.

◆ ext

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

Definition at line 145 of file simpleMapper.py.

◆ python

string lsst.pipe.tasks.mocks.simpleMapper.ExposureCatalogPersistenceType.python = "lsst.afw.table.ExposureCatalog"
static

Definition at line 159 of file simpleMapper.py.

◆ storage

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

Definition at line 144 of file simpleMapper.py.

◆ suffixes

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

Definition at line 56 of file simpleMapper.py.


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