lsst.meas.base  21.0.0-14-g3bd782b+16b33694c2
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 data ID container which combines raw data IDs with a tract.

Notes
-----
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 subclass of `~lsst.pipe.base.DataIdContainer` 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 53 of file forcedPhotCcd.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.meas.base.forcedPhotCcd.PerTractCcdDataIdContainer.makeDataRefList (   self,
  namespace 
)
A data ID container which combines raw data IDs with a tract.

Notes
-----
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 subclass of `~lsst.pipe.base.DataIdContainer` 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.
Make self.refList from self.idList

Definition at line 70 of file forcedPhotCcd.py.


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