lsst.pipe.tasks  21.0.0-100-g362f0c00+4647f1f7f0
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType:
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.skymap.BaseSkyMap"
 
string storage = "PickleStorage"
 
string ext = ".pickle"
 
string cpp = "ignored"
 
tuple suffixes = ()
 

Detailed Description

Definition at line 135 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.PersistenceType.cpp = "ignored"
staticinherited

Definition at line 53 of file simpleMapper.py.

◆ ext

string lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType.ext = ".pickle"
static

Definition at line 138 of file simpleMapper.py.

◆ python

string lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType.python = "lsst.skymap.BaseSkyMap"
static

Definition at line 136 of file simpleMapper.py.

◆ storage

string lsst.pipe.tasks.mocks.simpleMapper.SkyMapPersistenceType.storage = "PickleStorage"
static

Definition at line 137 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: