lsst.jointcal  14.0-22-ga6f0dca
Public Member Functions | Static Public Attributes | List of all members
lsst.jointcal.jointcal.JointcalConfig Class Reference
Inheritance diagram for lsst.jointcal.jointcal.JointcalConfig:

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 doAstrometry
 
 doPhotometry
 
 coaddName
 
 posError
 
 matchCut
 
 minMeasurements
 
 astrometrySimpleDegree
 
 astrometryChipDegree
 
 astrometryVisitDegree
 
 useInputWcs
 
 astrometryModel
 
 photometryModel
 
 photometryVisitDegree
 
 astrometryRefObjLoader
 
 photometryRefObjLoader
 
 sourceSelector
 
 writeChi2ContributionFiles
 

Detailed Description

Config for jointcalTask

Definition at line 109 of file jointcal.py.

Member Function Documentation

◆ setDefaults()

def lsst.jointcal.jointcal.JointcalConfig.setDefaults (   self)

Definition at line 200 of file jointcal.py.

Member Data Documentation

◆ astrometryChipDegree

lsst.jointcal.jointcal.JointcalConfig.astrometryChipDegree
static
Initial value:
= pexConfig.Field(
doc="Degree of the per-chip transform for the constrained astrometry model.",
dtype=int,
default=2,
)

Definition at line 148 of file jointcal.py.

◆ 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 163 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 182 of file jointcal.py.

◆ astrometrySimpleDegree

lsst.jointcal.jointcal.JointcalConfig.astrometrySimpleDegree
static
Initial value:
= pexConfig.Field(
doc="Polynomial degree for fitting the simple astrometry model.",
dtype=int,
default=3,
)

Definition at line 143 of file jointcal.py.

◆ astrometryVisitDegree

lsst.jointcal.jointcal.JointcalConfig.astrometryVisitDegree
static
Initial value:
= pexConfig.Field(
doc="Degree of the per-visit transform for the constrained astrometry model.",
dtype=int,
default=3,
)

Definition at line 153 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 122 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 112 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 117 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 133 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 138 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 170 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 186 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 177 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 127 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 190 of file jointcal.py.

◆ useInputWcs

lsst.jointcal.jointcal.JointcalConfig.useInputWcs
static
Initial value:
= pexConfig.Field(
doc="Use the input calexp WCSs to initialize the astrometryModel.",
dtype=bool,
default=True,
)

Definition at line 158 of file jointcal.py.

◆ writeChi2ContributionFiles

lsst.jointcal.jointcal.JointcalConfig.writeChi2ContributionFiles
static
Initial value:
= pexConfig.Field(
dtype=bool,
doc="Write initial/final fit files containing the contributions to chi2.",
default=False
)

Definition at line 194 of file jointcal.py.


The documentation for this class was generated from the following file: