LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.SkyMapping Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.SkyMapping:
lsst.pipe.tasks.mocks.simpleMapper.SimpleMapping

Static Public Attributes

string template = "{dataset}-{filter}-{tract:02d}-{patch}{ext}"
 
tuple keys = dict(filter=str, tract=int, patch=str)
 
- Static Public Attributes inherited from lsst.pipe.tasks.mocks.simpleMapper.SimpleMapping
 template = None
 
dictionary keys = {}
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.tasks.mocks.simpleMapper.SimpleMapping
def __init__
 
def map
 
- Public Attributes inherited from lsst.pipe.tasks.mocks.simpleMapper.SimpleMapping
 persistence
 
 keys
 

Detailed Description

Mapping for dataset types that are organized according to a SkyMap subdivision of the sky.

Definition at line 167 of file simpleMapper.py.

Member Data Documentation

tuple lsst.pipe.tasks.mocks.simpleMapper.SkyMapping.keys = dict(filter=str, tract=int, patch=str)
static

Definition at line 171 of file simpleMapper.py.

string lsst.pipe.tasks.mocks.simpleMapper.SkyMapping.template = "{dataset}-{filter}-{tract:02d}-{patch}{ext}"
static

Definition at line 170 of file simpleMapper.py.


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