Config for jointcalTask
Definition at line 81 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalConfig.setDefaults |
( |
|
self | ) |
|
tuple lsst.jointcal.jointcal.JointcalConfig.astrometryModel |
|
static |
Initial value: 1 = pexConfig.ChoiceField(
2 doc=
"Type of model to fit to astrometry",
5 allowed={
"simplePoly":
"One polynomial per ccd",
6 "constrainedPoly":
"One polynomial per ccd, and one polynomial per visit"}
Definition at line 120 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.astrometryRefObjLoader |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=LoadAstrometryNetObjectsTask,
3 doc=
"Reference object loader for astrometric fit",
Definition at line 134 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.coaddName |
|
static |
Initial value:
2 doc=
"Type of coadd, typically deep or goodSeeing",
Definition at line 94 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.doAstrometry |
|
static |
Initial value:
2 doc=
"Fit astrometry and write the fitted result.",
Definition at line 84 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.doPhotometry |
|
static |
Initial value:
2 doc=
"Fit photometry and write the fitted result.",
Definition at line 89 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.matchCut |
|
static |
Initial value:
2 doc=
"Matching radius between fitted and reference stars (arcseconds)",
Definition at line 105 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.minMeasurements |
|
static |
Initial value:
2 doc=
"Minimum number of associated measured stars for a fitted star to be included in the fit",
Definition at line 110 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.photometryModel |
|
static |
Initial value: 1 = pexConfig.ChoiceField(
2 doc=
"Type of model to fit to photometry",
5 allowed={
"simple":
"One constant zeropoint per ccd and visit",
6 "constrained":
"Constrained zeropoint per ccd, and one polynomial per visit"}
Definition at line 127 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.photometryRefObjLoader |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=LoadAstrometryNetObjectsTask,
3 doc=
"Reference object loader for photometric fit",
Definition at line 138 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.polyOrder |
|
static |
Initial value:
2 doc=
"Polynomial order for fitting distorsion",
Definition at line 115 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.posError |
|
static |
Initial value:
2 doc=
"Constant term for error on position (in pixel unit)",
Definition at line 99 of file jointcal.py.
tuple lsst.jointcal.jointcal.JointcalConfig.sourceSelector |
|
static |
Initial value: 1 = sourceSelectorRegistry.makeField(
2 doc=
"How to select sources for cross-matching",
Definition at line 142 of file jointcal.py.
The documentation for this class was generated from the following file: