lsst.pipe.tasks  20.0.0-8-g7eef53f7+1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.RawMapping Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.RawMapping:
lsst.pipe.tasks.mocks.simpleMapper.SimpleMapping lsst.pipe.tasks.mocks.simpleMapper.ForcedSrcMapping

Public Member Functions

def query (self, dataset, index, level, format, dataId)
 
def map (self, dataset, root, dataId, mapper, suffix=None, storage=None)
 

Public Attributes

 persistence
 

Static Public Attributes

 template
 
 keys
 

Detailed Description

Mapping for dataset types that are organized the same way as raw data (i.e. by CCD).

Definition at line 192 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.

◆ query()

def lsst.pipe.tasks.mocks.simpleMapper.RawMapping.query (   self,
  dataset,
  index,
  level,
  format,
  dataId 
)

Definition at line 198 of file simpleMapper.py.

Member Data Documentation

◆ keys

lsst.pipe.tasks.mocks.simpleMapper.RawMapping.keys
static

Definition at line 196 of file simpleMapper.py.

◆ persistence

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

Definition at line 177 of file simpleMapper.py.

◆ template

lsst.pipe.tasks.mocks.simpleMapper.RawMapping.template
static

Definition at line 195 of file simpleMapper.py.


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