AbstractEffectiveAreaModel#
- class optika.radiometry.AbstractEffectiveAreaModel[source]#
Bases:
PrintableAn interface describing the effective area of an optical system as a function of wavelength.
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.