lsst.jointcal  14.0-15-gc2c14a3
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
 
 astrometryModel
 
 photometryModel
 
 photometryVisitDegree
 
 astrometryRefObjLoader
 
 photometryRefObjLoader
 
 sourceSelector
 
 writeChi2ContributionFiles
 

Detailed Description

Config for jointcalTask

Definition at line 100 of file jointcal.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 186 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 139 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 149 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 168 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 134 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 144 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 113 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 103 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 108 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 124 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 129 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 156 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 172 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 163 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 118 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 176 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 180 of file jointcal.py.


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