lsst.pipe.tasks  21.0.0-153-gd15f111f+620bfe6b9b
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 203 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 182 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.

◆ persistence

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

Definition at line 176 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: