spinifex.times
Time utilities for ionospheric analysis.
Functions
|
|
|
Get the GPS week from a time. |
|
Get the unique days from a list of times. |
|
Get the unique days index from a list of times. |
Module Contents
- spinifex.times.get_consecutive_days(unique_days: astropy.time.Time) numpy.typing.NDArray[numpy.int32][source]
- spinifex.times.get_gps_week(time: astropy.time.Time) numpy.typing.NDArray[numpy.int32][source]
Get the GPS week from a time.
Parameters
- timeTime
Time(s) to get the GPS week from
Returns
- NDArray
GPS week(s)
- spinifex.times.get_indexlist_unique_days(unique_days: astropy.time.Time, times: astropy.time.Time) numpy.typing.NDArray[numpy.bool_][source]