Configuration parameters for the MeasureMergedCoaddSourcesTask.
More...
|
| | inputCatalog |
| |
| | measurement = ConfigurableField(target=SingleFrameMeasurementTask, doc="Source measurement") |
| |
| | setPrimaryFlags = ConfigurableField(target=SetPrimaryFlagsTask, doc="Set flags for primary tract/patch") |
| |
| | doPropagateFlags |
| |
| | propagateFlags = ConfigurableField(target=PropagateVisitFlagsTask, doc="Propagate visit flags to coadd") |
| |
| | doMatchSources = Field(dtype=bool, default=True, doc="Match sources to reference catalog?") |
| |
| | match = ConfigurableField(target=DirectMatchTask, doc="Matching to reference catalog") |
| |
| | doWriteMatchesDenormalized |
| |
| | coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
| |
| | psfCache = Field(dtype=int, default=100, doc="Size of psfCache") |
| |
| | checkUnitsParseStrict |
| |
| | doApCorr |
| |
| | applyApCorr |
| |
| | doRunCatalogCalculation |
| |
| | catalogCalculation |
| |
| | inputSchema |
| |
| | outputSchema |
| |
| | refCat |
| |
| | exposure |
| |
| | skyMap |
| |
| | visitCatalogs |
| |
| | intakeCatalog |
| |
| | outputSources |
| |
| | matchResult |
| |
| | denormMatches |
| |
| | hasFakes |
| |
Configuration parameters for the MeasureMergedCoaddSourcesTask.
Definition at line 588 of file multiBand.py.
◆ refObjLoader()
| def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.refObjLoader |
( |
|
self | ) |
|
◆ setDefaults()
| def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.setDefaults |
( |
|
self | ) |
|
◆ applyApCorr
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.applyApCorr |
|
static |
Initial value:= ConfigurableField(
target=ApplyApCorrTask,
doc="Subtask to apply aperture corrections"
)
Definition at line 626 of file multiBand.py.
◆ catalogCalculation
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.catalogCalculation |
|
static |
Initial value:= ConfigurableField(
target=CatalogCalculationTask,
doc="Subtask to run catalogCalculation plugins on catalog"
)
Definition at line 635 of file multiBand.py.
◆ checkUnitsParseStrict
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.checkUnitsParseStrict |
|
static |
Initial value:= Field(
doc="Strictness of Astropy unit compatibility check, can be 'raise', 'warn' or 'silent'",
dtype=str,
default="raise",
)
Definition at line 616 of file multiBand.py.
◆ coaddName
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
|
static |
◆ denormMatches
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.denormMatches |
|
static |
Initial value:= OutputDatasetField(
doc="Denormalized Match catalog produced by configured matcher, optional on "
"doWriteMatchesDenormalized",
nameTemplate="{outputCoaddName}Coadd_measMatchFull",
dimensions=("tract", "patch", "abstract_filter", "skymap"),
storageClass="Catalog",
scalar=True
)
Definition at line 704 of file multiBand.py.
◆ doApCorr
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doApCorr |
|
static |
Initial value:= Field(
dtype=bool,
default=True,
doc="Apply aperture corrections"
)
Definition at line 621 of file multiBand.py.
◆ doMatchSources
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doMatchSources = Field(dtype=bool, default=True, doc="Match sources to reference catalog?") |
|
static |
◆ doPropagateFlags
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doPropagateFlags |
|
static |
Initial value:= Field(
dtype=bool, default=True,
doc="Whether to match sources to CCD catalogs to propagate flags (to e.g. identify PSF stars)"
)
Definition at line 601 of file multiBand.py.
◆ doRunCatalogCalculation
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doRunCatalogCalculation |
|
static |
Initial value:= Field(
dtype=bool,
default=True,
doc='Run catalogCalculation task'
)
Definition at line 630 of file multiBand.py.
◆ doWriteMatchesDenormalized
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.doWriteMatchesDenormalized |
|
static |
Initial value:= Field(
dtype=bool,
default=False,
doc=("Write reference matches in denormalized format? "
"This format uses more disk space, but is more convenient to read."),
)
Definition at line 608 of file multiBand.py.
◆ exposure
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.exposure |
|
static |
Initial value:= InputDatasetField(
doc="Input coadd image",
nameTemplate="{inputCoaddName}Coadd_calexp",
scalar=True,
storageClass="ExposureF",
dimensions=("tract", "patch", "abstract_filter", "skymap")
)
Definition at line 656 of file multiBand.py.
◆ hasFakes
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.hasFakes |
|
static |
Initial value:= Field(
dtype=bool,
default=False,
doc="Should be set to True if fake sources have been inserted into the input data."
)
Definition at line 713 of file multiBand.py.
◆ inputCatalog
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.inputCatalog |
|
static |
Initial value:= Field(dtype=str, default="deblendedFlux",
doc=("Name of the input catalog to use."
"If the single band deblender was used this should be 'deblendedFlux."
"If the multi-band deblender was used this should be 'deblendedModel."
"If no deblending was performed this should be 'mergeDet'"))
Definition at line 594 of file multiBand.py.
◆ inputSchema
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.inputSchema |
|
static |
Initial value:= InitInputDatasetField(
doc="Input schema for measure merged task produced by a deblender or detection task",
nameTemplate="{inputCoaddName}Coadd_deblendedFlux_schema",
storageClass="SourceCatalog"
)
Definition at line 639 of file multiBand.py.
◆ intakeCatalog
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.intakeCatalog |
|
static |
Initial value:= InputDatasetField(
doc=("Name of the input catalog to use."
"If the single band deblender was used this should be 'deblendedFlux."
"If the multi-band deblender was used this should be 'deblendedModel, "
"or deblendedFlux if the multiband deblender was configured to output "
"deblended flux catalogs. If no deblending was performed this should "
"be 'mergeDet'"),
nameTemplate="{inputCoaddName}Coadd_deblendedFlux",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "abstract_filter", "skymap"),
scalar=True
)
Definition at line 678 of file multiBand.py.
◆ match
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.match = ConfigurableField(target=DirectMatchTask, doc="Matching to reference catalog") |
|
static |
◆ matchResult
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.matchResult |
|
static |
Initial value:= OutputDatasetField(
doc="Match catalog produced by configured matcher, optional on doMatchSources",
nameTemplate="{outputCoaddName}Coadd_measMatch",
dimensions=("tract", "patch", "abstract_filter", "skymap"),
storageClass="Catalog",
scalar=True
)
Definition at line 697 of file multiBand.py.
◆ measurement
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.measurement = ConfigurableField(target=SingleFrameMeasurementTask, doc="Source measurement") |
|
static |
◆ outputSchema
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.outputSchema |
|
static |
Initial value:= InitOutputDatasetField(
doc="Output schema after all new fields are added by task",
nameTemplate="{inputCoaddName}Coadd_meas_schema",
storageClass="SourceCatalog"
)
Definition at line 644 of file multiBand.py.
◆ outputSources
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.outputSources |
|
static |
Initial value:= OutputDatasetField(
doc="Source catalog containing all the measurement information generated in this task",
nameTemplate="{outputCoaddName}Coadd_meas",
dimensions=("tract", "patch", "abstract_filter", "skymap"),
storageClass="SourceCatalog",
scalar=True
)
Definition at line 690 of file multiBand.py.
◆ propagateFlags
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.propagateFlags = ConfigurableField(target=PropagateVisitFlagsTask, doc="Propagate visit flags to coadd") |
|
static |
◆ psfCache
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.psfCache = Field(dtype=int, default=100, doc="Size of psfCache") |
|
static |
◆ refCat
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.refCat |
|
static |
Initial value:= InputDatasetField(
doc="Reference catalog used to match measured sources against known sources",
name="ref_cat",
storageClass="SimpleCatalog",
dimensions=("skypix",),
manualLoad=True
)
Definition at line 649 of file multiBand.py.
◆ setPrimaryFlags
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.setPrimaryFlags = ConfigurableField(target=SetPrimaryFlagsTask, doc="Set flags for primary tract/patch") |
|
static |
◆ skyMap
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.skyMap |
|
static |
Initial value:= InputDatasetField(
doc="SkyMap to use in processing",
nameTemplate="{inputCoaddName}Coadd_skyMap",
storageClass="SkyMap",
dimensions=("skymap",),
scalar=True
)
Definition at line 663 of file multiBand.py.
◆ visitCatalogs
| lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig.visitCatalogs |
|
static |
Initial value:= InputDatasetField(
doc="Source catalogs for visits which overlap input tract, patch, abstract_filter. Will be "
"further filtered in the task for the purpose of propagating flags from image calibration "
"and characterization to codd objects",
name="src",
dimensions=("instrument", "visit", "detector"),
storageClass="SourceCatalog"
)
Definition at line 670 of file multiBand.py.
The documentation for this class was generated from the following file: