euv_date/
euv_date2jd.pro
topeuv_date2jd
time conversion
result = euv_date2jd(euv_date)
change an euv_date to julian day
Return value
array of julian day values
Parameters
- euv_date in required
an array of euv_dates
Examples
IDL> print, euv_date2jd(['2000111223300', '2000111223300'])
2451655.4 2451655.4
IDL> print, euv_date2jd('2000111223300')
2451655.4
Author information
- History:
Sun Feb 11 10:17:30 2007, Brian Larsen minor bugfix Thu Feb 8 15:21:46 2007, Brian Larsen written and tested
Statistics
| Lines: | 23 |
| McCabe complexity: |
File attributes
| Modifcation date: | Thu Dec 4 15:24:34 2008 |
| Lines: | 60 |
![[attach.png]](../idldoc-resources/attach.png)