lsst.ip.isr  13.0-15-g0af5a6c+4
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups
Static Public Attributes | List of all members
lsst.ip.isr.crosstalk.CrosstalkConfig Class Reference
Inheritance diagram for lsst.ip.isr.crosstalk.CrosstalkConfig:

Static Public Attributes

tuple minPixelToMask
 
tuple crosstalkMaskPlane = Field(dtype=str, default="CROSSTALK", doc="Name for crosstalk mask plane")
 

Detailed Description

Configuration for intra-CCD crosstalk removal

Definition at line 41 of file crosstalk.py.

Member Data Documentation

tuple lsst.ip.isr.crosstalk.CrosstalkConfig.crosstalkMaskPlane = Field(dtype=str, default="CROSSTALK", doc="Name for crosstalk mask plane")
static

Definition at line 45 of file crosstalk.py.

tuple lsst.ip.isr.crosstalk.CrosstalkConfig.minPixelToMask
static
Initial value:
1 = Field(dtype=float, default=45000,
2  doc="Set crosstalk mask plane for pixels over this value")

Definition at line 43 of file crosstalk.py.


The documentation for this class was generated from the following file: