lsst.pipe.tasks ge01ce967e7+296d498e58
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"
 

Detailed Description

Definition at line 140 of file simpleMapper.py.

Member Data Documentation

◆ ext

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

Definition at line 143 of file simpleMapper.py.

◆ python

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

Definition at line 141 of file simpleMapper.py.

◆ storage

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

Definition at line 142 of file simpleMapper.py.


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