lsst.pipe.tasks  21.0.0-121-gecf9ee78+b64c36337a
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 (cls, path, dataId, mapper, suffix=None, storage=None)
 
def canStandardize (self, datasetType)
 

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 141 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.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.

◆ 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: