lsst.meas.base  14.0-21-gb9e430a+10
Public Member Functions | List of all members
lsst.meas.base.forcedPhotCcd.PerTractCcdDataIdContainer Class Reference
Inheritance diagram for lsst.meas.base.forcedPhotCcd.PerTractCcdDataIdContainer:

Public Member Functions

def makeDataRefList (self, namespace)
 

Detailed Description

A version of lsst.pipe.base.DataIdContainer that combines raw data IDs with a tract.

Required because we need to add "tract" to the raw data ID keys (defined as whatever we
use for 'src') when no tract is provided (so that the user is not required to know
which tracts are spanned by the raw data ID).

This IdContainer assumes that a calexp is being measured using the detection information,
a set of reference catalogs, from the set of coadds which intersect with the calexp.
It needs the calexp id (e.g. visit, raft, sensor), but is also uses the tract to decide
what set of coadds to use.  The references from the tract whose patches intersect with
the calexp are used.

Definition at line 44 of file forcedPhotCcd.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.meas.base.forcedPhotCcd.PerTractCcdDataIdContainer.makeDataRefList (   self,
  namespace 
)
Make self.refList from self.idList

Definition at line 58 of file forcedPhotCcd.py.


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