lsst.pipe.tasks  20.0.0-21-g7fb4cbd3+3f6d2a4614
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType:
lsst.pipe.tasks.mocks.simpleMapper.SimpleCatalogPersistenceType 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

 python
 
 cpp
 
 storage
 
 ext
 
 suffixes
 

Detailed Description

Definition at line 154 of file simpleMapper.py.

Member Function Documentation

◆ canStandardize()

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

Definition at line 66 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 60 of file simpleMapper.py.

Member Data Documentation

◆ cpp

lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType.cpp
static

Definition at line 156 of file simpleMapper.py.

◆ ext

lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.ext
staticinherited

Definition at line 146 of file simpleMapper.py.

◆ python

lsst.pipe.tasks.mocks.simpleMapper.SourceCatalogPersistenceType.python
static

Definition at line 155 of file simpleMapper.py.

◆ storage

lsst.pipe.tasks.mocks.simpleMapper.CatalogPersistenceType.storage
staticinherited

Definition at line 145 of file simpleMapper.py.

◆ suffixes

lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.suffixes
staticinherited

Definition at line 57 of file simpleMapper.py.


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