scopesim.effects.rotation module

Effects related to rotation of the field/CCD.

Classes: - RotateCCD - Rotates CCD by integer multiples of 90 degrees

class scopesim.effects.rotation.Rotate90CCD(**kwargs)[source]

Bases: Effect

Rotates CCD by integer multiples of 90 degrees.

rotations kwarg is number of counter-clockwise rotations

Author: Dave jones

apply_to(obj, **kwargs)[source]

See parent docstring.

required_keys = {'rotations'}