across.tools.core.enums.wavelength_unit

Classes

WavelengthUnit

Enum to represent the bandpass wavelength

Module Contents

class WavelengthUnit[source]

Bases: str, enum.Enum

Enum to represent the bandpass wavelength

NANOMETER = 'nm'[source]
ANGSTROM = 'angstrom'[source]
MICRON = 'um'[source]
MILLIMETER = 'mm'[source]