lsst.ip.isr gcba2a62c5a+68e769b318
|
Public Member Functions | |
def | evaluate (self, Angle angle_start, Optional[Angle] angle_end=None) |
An abstract base class for rotator-dependent stray light information.
Definition at line 96 of file straylight.py.
def lsst.ip.isr.straylight.StrayLightData.evaluate | ( | self, | |
Angle | angle_start, | ||
Optional[Angle] | angle_end = None |
||
) |
Get a stray light array for a range of rotator angles. Parameters ---------- angle_begin : `float` Instrument rotation angle at the start of the exposure. angle_end : `float`, optional Instrument rotation angle at the end of the exposure. If not provided, the returned array will reflect a snapshot at `angle_start`. Returns ------- array : `numpy.ndarray` A stray-light background image for this exposure.
Definition at line 101 of file straylight.py.