lsst.meas.base
16.0-12-g5ad1ebf+4
|
Public Member Functions | |
def | makeDataRefList (self, namespace) |
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 45 of file forcedPhotCcd.py.
def lsst.meas.base.forcedPhotCcd.PerTractCcdDataIdContainer.makeDataRefList | ( | self, | |
namespace | |||
) |
Make self.refList from self.idList
Definition at line 59 of file forcedPhotCcd.py.