lsst.pipe.tasks g2c21b0017a+4f59a27f16
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig:
lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConnections

Public Member Functions

 validate (self)
 
 setDefaults (self)
 

Static Public Attributes

 full
 
 refitPointing
 
 cameraDimensions
 
 do_refit_pointing
 
 do_write_visit_geometry
 

Detailed Description

Config for ConsolidateVisitSummaryTask

Definition at line 1454 of file postprocess.py.

Member Function Documentation

◆ setDefaults()

lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.setDefaults ( self)

Definition at line 1492 of file postprocess.py.

◆ validate()

lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig.validate ( self)

Definition at line 1487 of file postprocess.py.

Member Data Documentation

◆ 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: