Wavelength#

class sunpy.net.attrs.Wavelength(wavemin, wavemax=None)#

Bases: Range

Specifies the wavelength or spectral energy range of the detector.

Parameters:
  • wavemin (Quantity) – The lower bounds of the range.

  • wavemax (Quantity) – The upper bound of the range, if not specified it will default to the lower bound.

Notes

The VSO understands the ‘wavelength’ in one of three units, Angstroms, kHz or keV. Therefore any unit which is directly convertible to these units is valid input.

Attributes Summary

Methods Summary

collides(other)

Attributes Documentation

type_name = 'wave'#

Methods Documentation

collides(other)[source]#