Config for jointcalTask
Definition at line 98 of file jointcal.py.
◆ setDefaults()
def lsst.jointcal.jointcal.JointcalConfig.setDefaults |
( |
|
self | ) |
|
◆ astrometryModel
lsst.jointcal.jointcal.JointcalConfig.astrometryModel |
|
static |
Initial value:= pexConfig.ChoiceField(
doc="Type of model to fit to astrometry",
dtype=str,
default="simplePoly",
allowed={"simplePoly": "One polynomial per ccd",
"constrainedPoly": "One polynomial per ccd, and one polynomial per visit"}
)
Definition at line 137 of file jointcal.py.
◆ astrometryRefObjLoader
lsst.jointcal.jointcal.JointcalConfig.astrometryRefObjLoader |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=LoadIndexedReferenceObjectsTask,
doc="Reference object loader for astrometric fit",
)
Definition at line 156 of file jointcal.py.
◆ coaddName
lsst.jointcal.jointcal.JointcalConfig.coaddName |
|
static |
Initial value:= pexConfig.Field(
doc="Type of coadd, typically deep or goodSeeing",
dtype=str,
default="deep"
)
Definition at line 111 of file jointcal.py.
◆ doAstrometry
lsst.jointcal.jointcal.JointcalConfig.doAstrometry |
|
static |
Initial value:= pexConfig.Field(
doc="Fit astrometry and write the fitted result.",
dtype=bool,
default=True
)
Definition at line 101 of file jointcal.py.
◆ doPhotometry
lsst.jointcal.jointcal.JointcalConfig.doPhotometry |
|
static |
Initial value:= pexConfig.Field(
doc="Fit photometry and write the fitted result.",
dtype=bool,
default=True
)
Definition at line 106 of file jointcal.py.
◆ matchCut
lsst.jointcal.jointcal.JointcalConfig.matchCut |
|
static |
Initial value:= pexConfig.Field(
doc="Matching radius between fitted and reference stars (arcseconds)",
dtype=float,
default=3.0,
)
Definition at line 122 of file jointcal.py.
◆ minMeasurements
lsst.jointcal.jointcal.JointcalConfig.minMeasurements |
|
static |
Initial value:= pexConfig.Field(
doc="Minimum number of associated measured stars for a fitted star to be included in the fit",
dtype=int,
default=2,
)
Definition at line 127 of file jointcal.py.
◆ photometryModel
lsst.jointcal.jointcal.JointcalConfig.photometryModel |
|
static |
Initial value:= pexConfig.ChoiceField(
doc="Type of model to fit to photometry",
dtype=str,
default="simple",
allowed={"simple": "One constant zeropoint per ccd and visit",
"constrained": "Constrained zeropoint per ccd, and one polynomial per visit"}
)
Definition at line 144 of file jointcal.py.
◆ photometryRefObjLoader
lsst.jointcal.jointcal.JointcalConfig.photometryRefObjLoader |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=LoadIndexedReferenceObjectsTask,
doc="Reference object loader for photometric fit",
)
Definition at line 160 of file jointcal.py.
◆ photometryVisitDegree
lsst.jointcal.jointcal.JointcalConfig.photometryVisitDegree |
|
static |
Initial value:= pexConfig.Field(
doc="Degree of the per-visit polynomial transform for the constrained photometry model.",
dtype=int,
default=7,
)
Definition at line 151 of file jointcal.py.
◆ polyOrder
lsst.jointcal.jointcal.JointcalConfig.polyOrder |
|
static |
Initial value:= pexConfig.Field(
doc="Polynomial order for fitting distorsion",
dtype=int,
default=3,
)
Definition at line 132 of file jointcal.py.
◆ posError
lsst.jointcal.jointcal.JointcalConfig.posError |
|
static |
Initial value:= pexConfig.Field(
doc="Constant term for error on position (in pixel unit)",
dtype=float,
default=0.02,
)
Definition at line 116 of file jointcal.py.
◆ sourceSelector
lsst.jointcal.jointcal.JointcalConfig.sourceSelector |
|
static |
Initial value:= sourceSelectorRegistry.makeField(
doc="How to select sources for cross-matching",
default="astrometry"
)
Definition at line 164 of file jointcal.py.
The documentation for this class was generated from the following file: