irfpy.swim.region

Region where the Moon is located.

Estimation by SWIM data. Time is estimated from eye, and hard coded.

irfpy.swim.region.interval_solarwind()[source]

Return the orbit interval of the solar wind.

The period is defined by eye. It rejects when the s/c is umbiguous region. So this is rather solid solar wind region.

Returns

The intervals of the solar wind observation.

Return type

interval.IntervalSet

>>> insw = interval_solarwind()
>>> 938 in insw
True
>>> 1111 in insw
False
>>> 3000 in insw
True
>>> 3800 in insw
False