lsst.pipe.tasks  21.0.0-165-g4927fbd8+b0a7cc4645
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

string python = "lsst.afw.image.ExposureF"
 
string cpp = "ExposureF"
 
string storage = "FitsStorage"
 
string ext = ".fits"
 
tuple suffixes = ("_sub",)
 

Detailed Description

Persistence type of Exposure images.

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

Member Data Documentation

◆ cpp

string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.cpp = "ExposureF"
static

Definition at line 87 of file simpleMapper.py.

◆ ext

string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.ext = ".fits"
static

Definition at line 89 of file simpleMapper.py.

◆ python

string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.python = "lsst.afw.image.ExposureF"
static

Definition at line 86 of file simpleMapper.py.

◆ storage

string lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.storage = "FitsStorage"
static

Definition at line 88 of file simpleMapper.py.

◆ suffixes

tuple lsst.pipe.tasks.mocks.simpleMapper.ExposurePersistenceType.suffixes = ("_sub",)
static

Definition at line 90 of file simpleMapper.py.


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