euv_date/
euv_date2arr.pro
topeuv_date2arr
time conversion
result = euv_date2arr(euv_date [, STRING=STRING])
parse an euv date of format yyyydddhhmmss into an array of the form [yyyy,ddd,hh,mm,ss]
Return value
output array in type int (or string w/ keyword) NaN if invalid input EXAMPLE: time_arr = euv_date2arr(2002123124534)
Parameters
- euv_date in required
an euv time sting or long integer in one of the forms yyyydddhh yyyydddhhmm yyyydddhhmmss
Keywords
- STRING in optional
outputs the resulting array in type string
Author information
- History:
Mon Mar 31 15:06:16 2008, Brian Larsen added check and removal of leading 'e' from downloaded fits Thu Feb 8 14:54:02 2007, Brian Larsen total rewrite for speed, no more '-' functionality Wed Jan 17 09:16:32 2007, Brian Larsen Cleaned up with case statment and added message ioerror instead or returing NaN Thu Aug 10 10:02:52 2006, Brian Larsen added '-' functionality for sim difference data Thu Mar 2 14:37:03 2006, Brian Larsen added array ability with recursion Thu Oct 6 22:17:26 2005, Brian Larsen added ability to get rid of path info on the front of filenames 14-Feb-2003 created Brian Larsen
Statistics
| Lines: | 35 |
| McCabe complexity: |
File attributes
| Modifcation date: | Thu Dec 4 15:17:07 2008 |
| Lines: | 101 |
![[attach.png]](../idldoc-resources/attach.png)