lsst.meas.algorithms ge6526c86ff+515b6c9330
|
Public Member Functions | |
__init__ (self, rhos, thetas, sigmas=None) | |
__len__ (self) | |
__getitem__ (self, index) | |
__iter__ (self) | |
__repr__ (self) | |
rhos (self) | |
thetas (self) | |
sigmas (self) | |
append (self, newLine) | |
Protected Attributes | |
_lines | |
Collection of `Line` objects. Parameters ---------- rhos : `np.ndarray` Array of `Line` rho parameters. thetas : `np.ndarray` Array of `Line` theta parameters. sigmas : `np.ndarray`, optional Array of `Line` sigma parameters.
Definition at line 50 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.__init__ | ( | self, | |
rhos, | |||
thetas, | |||
sigmas = None ) |
Definition at line 63 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.__getitem__ | ( | self, | |
index ) |
Definition at line 73 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.__iter__ | ( | self | ) |
Definition at line 76 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.__len__ | ( | self | ) |
Definition at line 70 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.__repr__ | ( | self | ) |
Definition at line 79 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.append | ( | self, | |
newLine ) |
Add line to current collection of lines. Parameters ---------- newLine : `Line` `Line` to add to current collection of lines
Definition at line 95 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.rhos | ( | self | ) |
Definition at line 84 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.sigmas | ( | self | ) |
Definition at line 92 of file maskStreaks.py.
lsst.meas.algorithms.maskStreaks.LineCollection.thetas | ( | self | ) |
Definition at line 88 of file maskStreaks.py.
|
protected |
Definition at line 67 of file maskStreaks.py.