CrosstalkExtractTask¶
CrosstalkExtractTask
measures the flux ratios between bright sources on one amplifier and the same location on the other amplifiers to look for crosstalk sources.
Processing summary¶
CrosstalkExtractTask
runs these operations:
Identifies bright sources on each amplifier.
Iterates over the other amplifiers, extracting those potential targets to ensure they have the readout corner placed at the same amplifier coordinate.
Measures the ratio between the background subtracted target location and the source amplifier location.
Python API summary¶
from lsst.cp.pipe.measureCrosstalk import CrosstalkExtractTask
-
class
CrosstalkExtractTask
(**kwargs) Task to measure pixel ratios to find crosstalk
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the CrosstalkExtractTask
API reference for complete details.
Retargetable subtasks¶
background¶
Background estimation task.
Configuration fields¶
badMask¶
Mask planes to ignore when identifying source pixels.
connections¶
- Data type
lsst.pipe.base.config.CrosstalkExtractConfigConnections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
doMeasureInterchip¶
Measure inter-chip crosstalk as well?
ignoreSaturatedPixels¶
Should saturated pixels be ignored?
isTrimmed¶
Is the input exposure trimmed?
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default. Deprecated: This field is deprecated and will be removed after v26.
threshold¶
Minimum level of source pixels for which to measure crosstalk.