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 |
|
Creates time tag of scientific products. |
|
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
- convert_svomref_seconds_in_mjd(time_s)[source]
convert a time in seconds from the mjd reference in a time in mjd
- Parameters
time_s (float) – time in s from mjdref
- Returns
time in mjd
- Return type
float