FloatingOutputAmplifier#
- class lsst.ip.isr.FloatingOutputAmplifier(gain, scale, decay_time, noise=0.0, offset=0.0)#
Bases:
objectObject representing the readout amplifier of a single channel.
Parameters#
- gain
float Gain of the amplifier. Currently not used.
- scale
float Drift scale for the amplifier.
- decay_time
float Decay time for the bias drift.
- noise
float, optional Amplifier read noise.
- offset
float, optional Global CTI offset.
Methods Summary
local_offset(old, signal)Calculate local offset hysteresis.
update_parameters(scale, decay_time)Update parameter values, if within acceptable values.
Methods Documentation
- gain