lsst.cp.pipe  21.0.0-4-g42917e2+f94c4b0f7d
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
 
 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).

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 258 of file astierCovPtcUtils.py.

Member Data Documentation

◆ offsetDegree

lsst.cp.pipe.astierCovPtcUtils.LoadParams.offsetDegree

Definition at line 262 of file astierCovPtcUtils.py.

◆ r

lsst.cp.pipe.astierCovPtcUtils.LoadParams.r

Definition at line 259 of file astierCovPtcUtils.py.

◆ start

lsst.cp.pipe.astierCovPtcUtils.LoadParams.start

Definition at line 261 of file astierCovPtcUtils.py.

◆ subtractDistantValue

lsst.cp.pipe.astierCovPtcUtils.LoadParams.subtractDistantValue

Definition at line 260 of file astierCovPtcUtils.py.


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