Distance#
- class sunpy_soar.attrs.Distance( )#
Bases:
RangeSpecifies the distance range.
- Parameters:
Notes
The valid units for distance are AU, km, and mm. Any unit directly convertible to these units is valid input. This class filters the query by solar distance without relying on a specific distance column.
Methods Summary
collides(other)Check if the other attribute collides with this attribute.
Methods Documentation