lsst.pipe.tasks  19.0.0-59-g5d40e1c7+3
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType:
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

Persistence type of Exposure images.

Definition at line 83 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.ExposurePersistenceType.makeButlerLocation (   cls,
  path,
  dataId,
  mapper,
  suffix = None,
  storage = None 
)
Method called by SimpleMapping to implement a map_ method; overridden to support subimages.

Reimplemented from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.

Definition at line 94 of file simpleMapper.py.

Member Data Documentation

◆ cpp

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

Definition at line 88 of file simpleMapper.py.

◆ ext

lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.ext
static

Definition at line 90 of file simpleMapper.py.

◆ python

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

Definition at line 87 of file simpleMapper.py.

◆ storage

lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.storage
static

Definition at line 89 of file simpleMapper.py.

◆ suffixes

lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.suffixes
static

Definition at line 91 of file simpleMapper.py.


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