lsst.pipe.tasks  13.0-59-g0001361c+3
 All Classes Namespaces Files Functions Variables Groups Pages
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
 
- Public Member Functions inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
def makeButlerLocation
 
def canStandardize
 

Static Public Attributes

string python = "lsst.afw.image.ExposureF"
 
string cpp = "ExposureF"
 
string storage = "FitsStorage"
 
string ext = ".fits"
 
tuple suffixes = ("_sub",)
 
- Static Public Attributes inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
 python = None
 
string cpp = "ignored"
 
 storage = None
 
string ext = ""
 
tuple suffixes = ()
 

Detailed Description

Persistence type of Exposure images.

Definition at line 87 of file simpleMapper.py.

Member Function Documentation

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.

Definition at line 98 of file simpleMapper.py.

Member Data Documentation

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

Definition at line 92 of file simpleMapper.py.

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

Definition at line 94 of file simpleMapper.py.

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

Definition at line 91 of file simpleMapper.py.

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

Definition at line 93 of file simpleMapper.py.

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

Definition at line 95 of file simpleMapper.py.


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