lsst.pipe.tasks  13.0-51-g46e0a8d+3
 All Classes Namespaces Files Functions Variables Groups Pages
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

Static Public Attributes

string python = "lsst.skymap.BaseSkyMap"
 
string storage = "PickleStorage"
 
string ext = ".pickle"
 
- Static Public Attributes inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
 python = None
 
string cpp = "ignored"
 
 storage = None
 
string ext = ""
 
tuple suffixes = ()
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType
def makeButlerLocation
 
def canStandardize
 

Detailed Description

Definition at line 118 of file simpleMapper.py.

Member Data Documentation

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

Definition at line 121 of file simpleMapper.py.

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

Definition at line 119 of file simpleMapper.py.

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

Definition at line 120 of file simpleMapper.py.


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