lsst.meas.algorithms g1581cd22ba+143439bb15
Loading...
Searching...
No Matches
lsst.meas.algorithms.maskStreaks.Line Class Reference

Static Public Attributes

float sigma = 0
 
float reducedChi2 = 0
 
float modelMaximum = 0
 

Detailed Description

A simple data class to describe a line profile. The parameter `rho`
describes the distance from the center of the image, `theta` describes
the angle, `sigma` describes the width of the line, `reducedChi2` gives
the reduced chi2 of the fit, and `modelMaximum` gives the peak value of the
fit line profile.

Definition at line 41 of file maskStreaks.py.

Member Data Documentation

◆ modelMaximum

float lsst.meas.algorithms.maskStreaks.Line.modelMaximum = 0
static

Definition at line 53 of file maskStreaks.py.

◆ reducedChi2

float lsst.meas.algorithms.maskStreaks.Line.reducedChi2 = 0
static

Definition at line 52 of file maskStreaks.py.

◆ sigma

float lsst.meas.algorithms.maskStreaks.Line.sigma = 0
static

Definition at line 51 of file maskStreaks.py.


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