MeasureCrosstalkTask¶
MeasureCrosstalkTask
is a gen2 wrapper task that combines the CrosstalkExtractTask
and CrosstalkSolveTask
tasks to measure the crosstalk.
Processing summary¶
MeasureCrosstalkTask
runs these operations:
Run
CrosstalkExtractTask
on all input exposures.Run
CrosstalkSolveTask
on the combines set of ratio measurements.
Python API summary¶
from lsst.cp.pipe.measureCrosstalk import MeasureCrosstalkTask
-
class
MeasureCrosstalkTask
(**kwargs) Measure intra-detector crosstalk
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
runDataRef
(dataRefList) Run extract task on each of inputs in the dataRef list, then pass that to the solver task
...
See also
See the MeasureCrosstalkTask
API reference for complete details.
Retargetable subtasks¶
extract¶
- Default
lsst.cp.pipe.measureCrosstalk.CrosstalkExtractTask
- Field type
Task to measure pixel ratios.
solver¶
- Default
lsst.cp.pipe.measureCrosstalk.CrosstalkSolveTask
- Field type
Task to convert ratio lists to crosstalk coefficients.
Configuration fields¶
No configuration fields.
Debugging¶
- extract
Display the exposure under consideration, with the pixels used for crosstalk measurement indicated by the DETECTED mask plane (
bool
)?