across-tools
Home page
Ephemeris Generation
TLE Data
Visibility Calculation
Visibility Constraints with Logical Operators
Footprint Analysis
Bandpass & Spectral Types
API Reference
across
Submodules
across.tools
Attributes
Package Contents
Notebooks
across-tools
API Reference
across
across.tools
across.tools.core
across.tools.core.enums
across.tools.core.enums.wavelength_unit
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]