euv_date/
euv_date_diff.pro
topeuv_date_diff
result = euv_date_diff(time1, time2)
figure out how many seconds between two euv_dates
convert to jd, then subtract
Return value
long interger array of time differences
Parameters
- time1 in required
array of euv_dates
- time2 in required
array of euv_dates (must be same size as time1)
Examples
IDL> print, euv_date_diff(['20001112233','20001112233'], ['2000111223344', '20001112233'])
-44 0
Author information
- History:
Thu Feb 8 15:12:52 2007, Brian Larsen rewritten and tested
Statistics
| Lines: | 13 |
| McCabe complexity: |
File attributes
| Modifcation date: | Thu Dec 4 15:24:16 2008 |
| Lines: | 47 |
![[attach.png]](../idldoc-resources/attach.png)