lsst.pipe.tasks  18.1.0-10-g73b8679e
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig:

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 useUpdatedCalibs
 
 exposure
 
 fakeCat
 
 wcs
 
 photoCalib
 
 outputExposure
 
 outputCat
 
 coaddName
 
 insertFakes
 
 detection
 
 deblend = pexConfig.ConfigurableField(target=SourceDeblendTask, doc="The deblending task to use.")
 
 measurement
 
 applyApCorr
 
 catalogCalculation
 

Detailed Description

Config for inserting fake sources

Notes
-----
The default column names are those from the UW sims database.

Definition at line 44 of file processCcdWithFakes.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.setDefaults (   self)

Definition at line 129 of file processCcdWithFakes.py.

Member Data Documentation

◆ applyApCorr

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.applyApCorr
static
Initial value:
= pexConfig.ConfigurableField(target=ApplyApCorrTask,
doc="The apply aperture correction task to use.")

Definition at line 123 of file processCcdWithFakes.py.

◆ catalogCalculation

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.catalogCalculation
static
Initial value:
= pexConfig.ConfigurableField(target=CatalogCalculationTask,
doc="The catalog calculation ask to use.")

Definition at line 126 of file processCcdWithFakes.py.

◆ coaddName

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.coaddName
static
Initial value:
= pexConfig.Field(
doc="The name of the type of coadd used",
dtype=str,
default="deep",
)

Definition at line 106 of file processCcdWithFakes.py.

◆ deblend

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.deblend = pexConfig.ConfigurableField(target=SourceDeblendTask, doc="The deblending task to use.")
static

Definition at line 118 of file processCcdWithFakes.py.

◆ detection

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.detection
static
Initial value:
= pexConfig.ConfigurableField(target=SourceDetectionTask,
doc="The detection task to use.")

Definition at line 115 of file processCcdWithFakes.py.

◆ exposure

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.exposure
static
Initial value:
= pipeBase.InputDatasetField(
doc="Exposure into which fakes are to be added.",
name="calexp",
scalar=True,
storageClass="ExposureF",
dimensions=("Instrument", "Visit", "Detector")
)

Definition at line 58 of file processCcdWithFakes.py.

◆ fakeCat

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.fakeCat
static
Initial value:
= pipeBase.InputDatasetField(
doc="Catalog of fake sources to draw inputs from.",
nameTemplate="{CoaddName}Coadd_fakeSourceCat",
scalar=True,
storageClass="Parquet",
dimensions=("Tract", "SkyMap")
)

Definition at line 66 of file processCcdWithFakes.py.

◆ insertFakes

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.insertFakes
static
Initial value:
= pexConfig.ConfigurableField(target=InsertFakesTask,
doc="Configuration for the fake sources")

Definition at line 112 of file processCcdWithFakes.py.

◆ measurement

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.measurement
static
Initial value:
= pexConfig.ConfigurableField(target=SingleFrameMeasurementTask,
doc="The measurement task to use")

Definition at line 120 of file processCcdWithFakes.py.

◆ outputCat

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.outputCat
static
Initial value:
= pipeBase.OutputDatasetField(
doc="Source catalog produced in calibrate task with fakes also measured.",
name="src",
storageClass="SourceCatalog",
dimensions=("Instrument", "Visit", "Detector"),
scalar=True
)

Definition at line 98 of file processCcdWithFakes.py.

◆ outputExposure

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.outputExposure
static
Initial value:
= pipeBase.OutputDatasetField(
doc="Exposure with fake sources added.",
name="fakes_calexp",
scalar=True,
storageClass="ExposureF",
dimensions=("Instrument", "Visit", "Detector")
)

Definition at line 90 of file processCcdWithFakes.py.

◆ photoCalib

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.photoCalib
static
Initial value:
= pipeBase.InputDatasetField(
doc="Calib information for the input exposure.",
name="jointcal_photoCalib",
scalar=True,
storageClass="PhotoCalib",
dimensions=("Tract", "SkyMap", "Instrument", "Visit", "Detector")
)

Definition at line 82 of file processCcdWithFakes.py.

◆ useUpdatedCalibs

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.useUpdatedCalibs
static
Initial value:
= pexConfig.Field(
doc="Use updated calibs and wcs from jointcal?",
dtype=bool,
default=False,
)

Definition at line 52 of file processCcdWithFakes.py.

◆ wcs

lsst.pipe.tasks.processCcdWithFakes.ProcessCcdWithFakesConfig.wcs
static
Initial value:
= pipeBase.InputDatasetField(
doc="WCS information for the input exposure.",
name="jointcal_wcs",
scalar=True,
storageClass="Wcs",
dimensions=("Tract", "SkyMap", "Instrument", "Visit", "Detector")
)

Definition at line 74 of file processCcdWithFakes.py.


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