Focuser#
- class cabaret.Focuser(position: float = 10000, best_position: float = 10000, scale: float = 100, max_seeing_multiplier: float = 5.0)[source]#
A simple focuser model for simulating the effect of defocus on image quality.
Methods
__init__([position, best_position, scale, ...])Attributes
best_positionThe optimal focus position for best image quality.
max_seeing_multiplierThe maximum factor by which seeing can be increased due to defocus.
positionThe current focus position of the focuser.
scaleThe scale factor that determines how quickly defocus degrades seeing.
seeing_multiplierFactor by which the seeing is increased due to defocus.