|
lsst.cp.pipe
20.0.0-9-gd915bd2+ba6d2d6bb0
|
Public Member Functions | |
| def | __init__ (self) |
Public Attributes | |
| r | |
| maxMu | |
| maxMuElectrons | |
| 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).
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.
| def lsst.cp.pipe.astierCovPtcUtils.LoadParams.__init__ | ( | self | ) |
Definition at line 264 of file astierCovPtcUtils.py.
| lsst.cp.pipe.astierCovPtcUtils.LoadParams.maxMu |
Definition at line 266 of file astierCovPtcUtils.py.
| lsst.cp.pipe.astierCovPtcUtils.LoadParams.maxMuElectrons |
Definition at line 267 of file astierCovPtcUtils.py.
| lsst.cp.pipe.astierCovPtcUtils.LoadParams.offsetDegree |
Definition at line 270 of file astierCovPtcUtils.py.
| lsst.cp.pipe.astierCovPtcUtils.LoadParams.r |
Definition at line 265 of file astierCovPtcUtils.py.
| lsst.cp.pipe.astierCovPtcUtils.LoadParams.start |
Definition at line 269 of file astierCovPtcUtils.py.
| lsst.cp.pipe.astierCovPtcUtils.LoadParams.subtractDistantValue |
Definition at line 268 of file astierCovPtcUtils.py.
1.8.18