lsst.jointcal  14.0-14-g932474c+9
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
 
 polyOrder
 
 astrometryModel
 
 photometryModel
 
 photometryVisitDegree
 
 astrometryRefObjLoader
 
 photometryRefObjLoader
 
 sourceSelector
 
 writeChi2ContributionFiles
 

Detailed Description

Config for jointcalTask

Definition at line 99 of file jointcal.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 175 of file jointcal.py.

Member Data Documentation

◆ 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 138 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 157 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 112 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 102 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 107 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 123 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 128 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 145 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 161 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 152 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 133 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 117 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 165 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 169 of file jointcal.py.


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