Config for ConsolidateVisitSummaryTask
Definition at line 1454 of file postprocess.py.
◆ setDefaults()
| lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.setDefaults |
( |
| self | ) |
|
◆ validate()
| lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.validate |
( |
| self | ) |
|
◆ cameraDimensions
| lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.cameraDimensions |
|
static |
Initial value:= pexConfig.ListField(
"The dimensions of the 'camera' prerequisite input connection.",
dtype=str,
default=["instrument"],
)
Definition at line 1471 of file postprocess.py.
◆ do_refit_pointing
| lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.do_refit_pointing |
|
static |
Initial value:= pexConfig.Field(
"Whether to re-fit the pointing model.",
dtype=bool,
default=True,
)
Definition at line 1476 of file postprocess.py.
◆ do_write_visit_geometry
| lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.do_write_visit_geometry |
|
static |
Initial value:= pexConfig.Field(
"Whether to write refit-pointing regions that can be used to update butler dimension records.",
dtype=bool,
default=True,
)
Definition at line 1481 of file postprocess.py.
◆ full
| lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.full |
|
static |
Initial value:= pexConfig.Field(
"Whether to propate all exposure components. "
"This adds PSF, aperture correction map, transmission curve, and detector, which can increase file "
"size by more than factor of 10, but it makes the visit summaries produced by this task fully usable"
"by tasks that were designed to run downstream of lsst.drp.tasks.UpdateVisitSummaryTask.",
dtype=bool,
default=False,
)
Definition at line 1458 of file postprocess.py.
◆ refitPointing
| lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.refitPointing |
|
static |
Initial value:= pexConfig.ConfigurableField(
"A subtask for refitting the boresight pointing and orientation, "
"and using those to produce new regions for butler dimensions.",
target=RefitPointingTask,
)
Definition at line 1466 of file postprocess.py.
The documentation for this class was generated from the following file: