Config for PhotoCal
Definition at line 64 of file photoCal.py.
def lsst.pipe.tasks.photoCal.PhotoCalConfig.validate |
( |
|
self | ) |
|
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.applyColorTerms |
|
static |
Initial value:
4 doc=(
"Apply photometric color terms to reference stars? One of:\n"
5 "None: apply if colorterms and photoCatName are not None;\n"
6 " fail if color term data is not available for the specified ref catalog and filter.\n"
7 "True: always apply colorterms; fail if color term data is not available for the\n"
8 " specified reference catalog and filter.\n"
9 "False: do not apply."),
Definition at line 88 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.badFlags |
|
static |
Initial value:
3 default=[
"base_PixelFlags_flag_edge",
"base_PixelFlags_flag_interpolated",
4 "base_PixelFlags_flag_saturated"],
5 doc=
"List of source flag fields that will cause a source to be rejected when they are set.",
Definition at line 104 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.colorterms |
|
static |
Initial value:
2 dtype=ColortermLibrary,
3 doc=
"Library of photometric reference catalog name: color term dict",
Definition at line 131 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.doSelectUnresolved |
|
static |
Initial value:
4 doc=(
"Use the extendedness parameter to select objects to use in photometric calibration?\n"
5 "This applies only to the sources detected on the exposure, not the reference catalog"),
Definition at line 147 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.fluxField |
|
static |
Initial value:
3 default=
"slot_CalibFlux_flux",
4 doc=(
"Name of the source flux field to use. The associated flag field\n"
5 "('<name>_flags') will be implicitly included in badFlags."),
Definition at line 82 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.goodFlags |
|
static |
Initial value:
4 doc=
"List of source flag fields that must be set for a source to be used.",
Definition at line 99 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.magErrFloor |
|
static |
Initial value:
4 doc=
"Additional magnitude uncertainty to be added in quadrature with measurement errors.",
Definition at line 141 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.magLimit |
|
static |
Initial value:
4 doc=
"Don't use objects fainter than this magnitude",
Definition at line 66 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.nIter |
|
static |
Initial value:
4 doc=
"number of iterations",
Definition at line 126 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.nSigma |
|
static |
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.photoCatName |
|
static |
Initial value:
4 doc=(
"Name of photometric reference catalog; used to select a color term dict in colorterms."
5 " see also applyColorTerms"),
Definition at line 135 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.reserveFraction |
|
static |
Initial value:
3 doc=
"Fraction of candidates to reserve from fitting; none if <= 0",
Definition at line 71 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.reserveSeed |
|
static |
Initial value:
3 doc =
"This number will be multiplied by the exposure ID "
4 "to set the random seed for reserving candidates",
Definition at line 76 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.sigmaMax |
|
static |
Initial value:
4 doc=
"maximum sigma to use when clipping",
Definition at line 110 of file photoCal.py.
tuple lsst.pipe.tasks.photoCal.PhotoCalConfig.useMedian |
|
static |
Initial value:
4 doc=
"use median instead of mean to compute zeropoint",
Definition at line 121 of file photoCal.py.
The documentation for this class was generated from the following file: