Distance#

class sunpy_soar.attrs.Distance(
dist_min: Quantity,
dist_max: Quantity,
)#

Bases: Range

Specifies the distance range.

Parameters:
  • dist_min (Quantity) – The lower bound of the range.

  • dist_max (Quantity) – The upper bound of the range.

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

collides(other)[source]#

Check if the other attribute collides with this attribute.