lsst.cp.pipe  20.0.0-16-g6fe20a1+a77778c47d
Public Member Functions | Public Attributes | List of all members
lsst.cp.pipe.astierCovPtcUtils.LoadParams Class Reference

Public Member Functions

def __init__ (self)
 

Public Attributes

 r
 
 maxMu
 
 maxMuElectrons
 
 subtractDistantValue
 
 start
 
 offsetDegree
 

Detailed Description

A class to prepare covariances for the PTC fit.

Parameters
----------
r: `int`, optional
    Maximum lag considered (e.g., to eliminate data beyond a separation "r": ignored in the fit).

maxMu: `float`, optional
    Maximum signal, in ADU (e.g., to eliminate data beyond saturation).

maxMuElectrons: `float`, optional
    Maximum signal in electrons.

subtractDistantValue: `bool`, optional
    Subtract a background to the measured covariances (mandatory for HSC flat pairs)?

start: `int`, optional
    Distance beyond which the subtractDistant model is fitted.

offsetDegree: `int`
    Polynomial degree for the subtraction model.

Notes
-----
params = LoadParams(). "params" drives what happens in he fit. LoadParams provides default values.

Definition at line 236 of file astierCovPtcUtils.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.cp.pipe.astierCovPtcUtils.LoadParams.__init__ (   self)

Definition at line 264 of file astierCovPtcUtils.py.

Member Data Documentation

◆ maxMu

lsst.cp.pipe.astierCovPtcUtils.LoadParams.maxMu

Definition at line 266 of file astierCovPtcUtils.py.

◆ maxMuElectrons

lsst.cp.pipe.astierCovPtcUtils.LoadParams.maxMuElectrons

Definition at line 267 of file astierCovPtcUtils.py.

◆ offsetDegree

lsst.cp.pipe.astierCovPtcUtils.LoadParams.offsetDegree

Definition at line 270 of file astierCovPtcUtils.py.

◆ r

lsst.cp.pipe.astierCovPtcUtils.LoadParams.r

Definition at line 265 of file astierCovPtcUtils.py.

◆ start

lsst.cp.pipe.astierCovPtcUtils.LoadParams.start

Definition at line 269 of file astierCovPtcUtils.py.

◆ subtractDistantValue

lsst.cp.pipe.astierCovPtcUtils.LoadParams.subtractDistantValue

Definition at line 268 of file astierCovPtcUtils.py.


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