lsst.pipe.tasks gb4d8b8e895+fcaa6a0601
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}"
 
 keys = dict(filter=str, tract=int, patch=str)
 

Detailed Description

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

Definition at line 203 of file simpleMapper.py.

Member Data Documentation

◆ keys

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

Definition at line 207 of file simpleMapper.py.

◆ template

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

Definition at line 206 of file simpleMapper.py.


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