lsst.pipe.tasks g68a3911fdd+bdac146de2
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.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 126 of file maskStreaks.py.

Member Data Documentation

◆ rho

float lsst.pipe.tasks.maskStreaks.Line.rho
static

Definition at line 132 of file maskStreaks.py.

◆ sigma

float lsst.pipe.tasks.maskStreaks.Line.sigma = 0
static

Definition at line 134 of file maskStreaks.py.

◆ theta

float lsst.pipe.tasks.maskStreaks.Line.theta
static

Definition at line 133 of file maskStreaks.py.


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