lsst.pipe.tasks
21.0.0-144-g164d2715+d0f8c65ef8
|
Public Member Functions | |
def | makeButlerLocation (cls, path, dataId, mapper, suffix=None, storage=None) |
def | canStandardize (self, datasetType) |
Static Public Attributes | |
python = None | |
string | cpp = "ignored" |
storage = None | |
string | ext = "" |
tuple | suffixes = () |
Base class of a hierarchy used by SimpleMapper to defined different kinds of types of objects to persist. PersistenceType objects are never instantiated; only the type objects are used (we needed a simple singleton struct that could be inherited, which is exactly what a Python type is).
Definition at line 45 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.canStandardize | ( | self, | |
datasetType | |||
) |
Definition at line 65 of file simpleMapper.py.
def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.makeButlerLocation | ( | cls, | |
path, | |||
dataId, | |||
mapper, | |||
suffix = None , |
|||
storage = None |
|||
) |
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.
|
static |
Definition at line 53 of file simpleMapper.py.
|
static |
Definition at line 55 of file simpleMapper.py.
|
static |
Definition at line 52 of file simpleMapper.py.
|
static |
Definition at line 54 of file simpleMapper.py.
|
static |
Definition at line 56 of file simpleMapper.py.