lsst.meas.algorithms ge6526c86ff+acdbe9a537
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.meas.algorithms.maskStreaks.Line Class Reference

Static Public Attributes

float rho
 
float theta
 
float sigma = 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, and `sigma` describes the width of the line.

Definition at line 39 of file maskStreaks.py.

Member Data Documentation

◆ rho

float lsst.meas.algorithms.maskStreaks.Line.rho
static

Definition at line 45 of file maskStreaks.py.

◆ sigma

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

Definition at line 47 of file maskStreaks.py.

◆ theta

float lsst.meas.algorithms.maskStreaks.Line.theta
static

Definition at line 46 of file maskStreaks.py.


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