euv_date/
thm_time2euv_date.pro
topthm_time2euv_date
time conversion
result = thm_time2euv_date( [thm_time_in] [, TIMESPAN=TIMESPAN])
convert themis time to euv date
This has limited error checking, could/should be added
Return value
an array of euv_dates equilivent to the input themis times
Parameters
- thm_time_in in optional
themis time to convert
Keywords
- TIMESPAN in optional
use the tplot command get_timespan to get the input
Examples
THEMIS> start_time = '2008-4-5'
THEMIS> timespan,start_time, 10, /day
THEMIS> get_timespan, t
THEMIS> print, thm_time2euv_date(/timespan)
2008096000000 2008106000000
THEMIS> print, thm_time2euv_date(t)
2008096000000 2008106000000
Author information
- History:
Wed Nov 5 15:13:51 2008, Brian Larsen written and tested
Statistics
| Lines: | 12 |
| McCabe complexity: |
File attributes
| Modifcation date: | Thu Dec 4 15:22:28 2008 |
| Lines: | 58 |
![[attach.png]](../idldoc-resources/attach.png)