lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType:
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.daf.base.PropertySet"
 
string cpp = "ignored"
 
 storage = None
 
string ext = ""
 
tuple suffixes = ()
 

Detailed Description

Persistence type for things that don't actually use daf_persistence.

Definition at line 74 of file simpleMapper.py.

Member Function Documentation

◆ canStandardize()

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

Definition at line 70 of file simpleMapper.py.

◆ makeButlerLocation()

def lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.makeButlerLocation (   cls,
  path,
  dataId,
  mapper,
  suffix = None,
  storage = None 
)
Method called by SimpleMapping to implement a map_ method; overridden to not use the path.

Definition at line 81 of file simpleMapper.py.

Member Data Documentation

◆ cpp

string lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.cpp = "ignored"
staticinherited

Definition at line 58 of file simpleMapper.py.

◆ ext

string lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.ext = ""
staticinherited

Definition at line 60 of file simpleMapper.py.

◆ python

string lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.python = "lsst.daf.base.PropertySet"
static

Definition at line 78 of file simpleMapper.py.

◆ storage

lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.storage = None
staticinherited

Definition at line 59 of file simpleMapper.py.

◆ suffixes

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: