SunPy 4.1.2
sunpy
sunpy.coordinates
sunpy.data
sunpy.database
sunpy.image
sunpy.io
sunpy.map
sunpy.net
sunpy.physics
sunpy.sun
sunpy.time
sunpy.timeseries
sunpy.util
sunpy.visualization
Bases: DataAttr
DataAttr
An attribute that represents a range of a value.
This type of attribute would be applicable for types like Wavelength or Time. The range is inclusive of both the min and max.
min_ (object) – The lower bound of the range.
object
max_ (object) – The upper bound of the range.