|
lsst.ip.isr g77367d4607+e2f0a7808d
|
Public Member Functions | |
| getCrosstalk (self, detector=None) | |
| hasCrosstalk (self, detector=None) | |
Static Public Attributes | |
| minPixelToMask | |
| crosstalkMaskPlane | |
| doSubtrahendMasking | |
| crosstalkBackgroundMethod | |
| useConfigCoefficients | |
| crosstalkValues | |
| crosstalkShape | |
| doQuadraticCrosstalkCorrection | |
Configuration for intra-detector crosstalk removal.
Definition at line 899 of file crosstalk.py.
| lsst.ip.isr.crosstalk.CrosstalkConfig.getCrosstalk | ( | self, | |
| detector = None ) |
Return a 2-D numpy array of crosstalk coefficients in the proper
shape.
Parameters
----------
detector : `lsst.afw.cameraGeom.detector`
Detector that is to be crosstalk corrected.
Returns
-------
coeffs : `numpy.ndarray`
Crosstalk coefficients that can be used to correct the detector.
Raises
------
RuntimeError
Raised if no coefficients could be generated from this
detector/configuration.
Definition at line 950 of file crosstalk.py.
| lsst.ip.isr.crosstalk.CrosstalkConfig.hasCrosstalk | ( | self, | |
| detector = None ) |
Return a boolean indicating if crosstalk coefficients exist.
Parameters
----------
detector : `lsst.afw.cameraGeom.detector`
Detector that is to be crosstalk corrected.
Returns
-------
hasCrosstalk : `bool`
True if this detector/configuration has crosstalk coefficients
defined.
Definition at line 984 of file crosstalk.py.
|
static |
Definition at line 916 of file crosstalk.py.
|
static |
Definition at line 906 of file crosstalk.py.
|
static |
Definition at line 939 of file crosstalk.py.
|
static |
Definition at line 931 of file crosstalk.py.
|
static |
Definition at line 944 of file crosstalk.py.
|
static |
Definition at line 911 of file crosstalk.py.
|
static |
Definition at line 901 of file crosstalk.py.
|
static |
Definition at line 926 of file crosstalk.py.