AbstractFilter#
- class esis.optics.abc.AbstractFilter[source]#
Bases:
Printable,Rollable,Yawable,Pitchable,Translatable,CylindricallyTransformableAn interface describing the visible-light filters of the instrument.
Attributes
The angle of rotation about the axis of symmetry.
The distance of this object from the axis of symmetry.
A model of the filter material including the mesh and oxide.
pitch angle of this object
The radius of the filter's circular clear aperture.
roll angle of this object
Represent this object as an
optikasurface.the coordinate transformation between the global coordinate system and this object's local coordinate system
translate the coordinate system
The width of the frame around the clear aperture.
yaw angle of this object
Methods
__init__()to_string([prefix])Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.Inheritance Diagram

- to_string(prefix=None)#
Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.
- abstract property azimuth: Quantity | AbstractScalar#
The angle of rotation about the axis of symmetry.
- abstract property distance_radial: Quantity | AbstractScalar#
The distance of this object from the axis of symmetry.
- abstract property material: AbstractThinFilmFilter#
A model of the filter material including the mesh and oxide.
- abstract property pitch: Quantity | int | float | complex | ndarray | AbstractScalar#
pitch angle of this object
- abstract property radius_clear: Quantity | AbstractScalar#
The radius of the filter’s circular clear aperture.
- abstract property roll: Quantity | int | float | complex | ndarray | AbstractScalar#
roll angle of this object
- property transformation: AbstractTransformation#
the coordinate transformation between the global coordinate system and this object’s local coordinate system
- abstract property translation: Quantity | AbstractScalar | AbstractVectorArray#
translate the coordinate system
- abstract property width_border: Quantity | AbstractScalar#
The width of the frame around the clear aperture.