lsst.meas.base
14.0
|
Classes | |
class | PerTractCcdDataIdContainer |
class | ForcedPhotCcdConfig |
class | ForcedPhotCcdTask |
A command-line driver for performing forced measurement on CCD images. More... | |
Functions | |
def | overlapsTract |
Variables | |
applyMosaicResults = None | |
tuple | __all__ = ("PerTractCcdDataIdContainer", "ForcedPhotCcdConfig", "ForcedPhotCcdTask") |
def lsst.meas.base.forcedPhotCcd.overlapsTract | ( | tract, | |
imageWcs, | |||
imageBox | |||
) |
Return whether the image (specified by Wcs and bounding box) overlaps the tract @param tract: TractInfo specifying a tract @param imageWcs: Wcs for image @param imageBox: Bounding box for image @return bool
Definition at line 105 of file forcedPhotCcd.py.
tuple lsst.meas.base.forcedPhotCcd.__all__ = ("PerTractCcdDataIdContainer", "ForcedPhotCcdConfig", "ForcedPhotCcdTask") |
Definition at line 40 of file forcedPhotCcd.py.
lsst.meas.base.forcedPhotCcd.applyMosaicResults = None |
Definition at line 38 of file forcedPhotCcd.py.