lsst.pipe.tasks gb4d8b8e895+4b50854106
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 135 of file simpleMapper.py.

Member Data Documentation

◆ ext

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

Definition at line 138 of file simpleMapper.py.

◆ python

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

Definition at line 136 of file simpleMapper.py.

◆ storage

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

Definition at line 137 of file simpleMapper.py.


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