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 |
|
Configuration parameters for the MeasureMergedCoaddSourcesTask.
Definition at line 567 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 605 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 614 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 595 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", "AbstractFilter", "SkyMap"),
storageClass="Catalog",
scalar=True
)
Definition at line 683 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 600 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 580 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 609 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 587 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", "AbstractFilter", "SkyMap")
)
Definition at line 635 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 573 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 618 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", "AbstractFilter", "SkyMap"),
scalar=True
)
Definition at line 657 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", "AbstractFilter", "SkyMap"),
storageClass="Catalog",
scalar=True
)
Definition at line 676 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 623 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", "AbstractFilter", "SkyMap"),
storageClass="SourceCatalog",
scalar=True
)
Definition at line 669 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 628 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 642 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 649 of file multiBand.py.
The documentation for this class was generated from the following file: