lsst.pipe.tasks  21.0.0-25-g85b8e57b+a46a527df7
Public Member Functions | Public Attributes | 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

Public Member Functions

def map (self, dataset, root, dataId, mapper, suffix=None, storage=None)
 

Public Attributes

 persistence
 

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 204 of file simpleMapper.py.

Member Function Documentation

◆ map()

def lsst.pipe.tasks.mocks.simpleMapper.SimpleMapping.map (   self,
  dataset,
  root,
  dataId,
  mapper,
  suffix = None,
  storage = None 
)
inherited

Definition at line 183 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 208 of file simpleMapper.py.

◆ persistence

lsst.pipe.tasks.mocks.simpleMapper.SimpleMapping.persistence
inherited

Definition at line 177 of file simpleMapper.py.

◆ template

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

Definition at line 207 of file simpleMapper.py.


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