ecpi.common.mission.time module¶
Section author: ECLAIRs GP team
Referential time tools
Summary¶
Functions:
convert a time in mjd in a time in seconds from the mjd reference |
|
convert a time in mjd in a time in seconds from the mjd reference |
|
convert a time in seconds from the mjd reference in a time in mjd |
|
convert isot to mjd |
|
convert mjd to isot |
|
return the mjd reference for the SVOM mission |
Reference¶
-
convert_mjd_in_svomref_seconds(time_mjd)[source]¶ convert a time in mjd in a time in seconds from the mjd reference
- Parameters
time_mjd (float) – time in mjd
- Returns
time in seconds
- Return type
float
-
convert_mjd_in_svomref_seconds_ref(time_mjd, time_mjd_ref)[source]¶ convert a time in mjd in a time in seconds from the mjd reference
- Parameters
time_mjd (float) – time in mjd
time_mjd_ref (float) – time in mjd
- Returns
time in seconds
- Return type
float