lsst.cp.pipe
21.0.0-6-g463d161+18af5fb57b
|
Public Member Functions | |
def | __init__ (self) |
Public Attributes | |
r | |
subtractDistantValue | |
start | |
offsetDegree | |
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.
def lsst.cp.pipe.ptc.astierCovPtcUtils.LoadParams.__init__ | ( | self | ) |
Definition at line 258 of file astierCovPtcUtils.py.
lsst.cp.pipe.ptc.astierCovPtcUtils.LoadParams.offsetDegree |
Definition at line 262 of file astierCovPtcUtils.py.
lsst.cp.pipe.ptc.astierCovPtcUtils.LoadParams.r |
Definition at line 259 of file astierCovPtcUtils.py.
lsst.cp.pipe.ptc.astierCovPtcUtils.LoadParams.start |
Definition at line 261 of file astierCovPtcUtils.py.
lsst.cp.pipe.ptc.astierCovPtcUtils.LoadParams.subtractDistantValue |
Definition at line 260 of file astierCovPtcUtils.py.