Configuration for DECam crosstalk removal.
◆ getSourcesAndCoeffs()
def lsst.obs.decam.crosstalk.DecamCrosstalkConfig.getSourcesAndCoeffs |
( |
|
self | ) |
|
Read crosstalk sources and coefficients from DECam-specific file.
Returns
-------
sources : `defaultdict`
Sources of crosstalk read from crosstalk_file.
coeffs : `dict`
Linear crosstalk coefficients corresponding to sources.
◆ getSourcesAndCoeffsFile()
def lsst.obs.decam.crosstalk.DecamCrosstalkConfig.getSourcesAndCoeffsFile |
( |
|
self, |
|
|
|
filename = 'DECam_xtalk_20130606.txt' |
|
) |
| |
File containing DECam crosstalk coefficients.
This text file is provided by NOAO in a particular format with
information about the DECam crosstalk coefficients. It is available at
http://www.ctio.noao.edu/noao/content/DECam-Calibration-Files
Parameters
----------
filename : `str`, optional
File containing the decam crosstalk coefficients, from NOAO.
Returns
-------
result : `str`
Full path to filename.
The documentation for this class was generated from the following file:
- python/lsst/obs/decam/crosstalk.py