lsst.obs.decam  19.0.0-27-g567f04d+6
Public Member Functions | List of all members
lsst.obs.decam.crosstalk.DecamCrosstalkConfig Class Reference
Inheritance diagram for lsst.obs.decam.crosstalk.DecamCrosstalkConfig:

Public Member Functions

def getSourcesAndCoeffsFile (self, filename='DECam_xtalk_20130606.txt')
 
def getSourcesAndCoeffs (self)
 

Detailed Description

Configuration for DECam crosstalk removal.

Member Function Documentation

◆ 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: