lsst.pipe.tasks  21.0.0-136-g686b14fa+b5ed8c5b99
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.TempExpMapping Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.TempExpMapping:
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}-{tract:02d}-{patch}-{visit:04d}{ext}"
 
 keys = dict(tract=int, patch=str, visit=int)
 

Detailed Description

Mapping for CoaddTempExp datasets.

Definition at line 210 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.TempExpMapping.keys = dict(tract=int, patch=str, visit=int)
static

Definition at line 214 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.TempExpMapping.template = "{dataset}-{tract:02d}-{patch}-{visit:04d}{ext}"
static

Definition at line 213 of file simpleMapper.py.


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