euv_date/
str2euv_date.pro
topstr2euv_date
time conversion
result = str2euv_date(euv_str [, STRING=STRING])
parse a structure of the form [yyyy,ddd,hh,mm,ss] into an euv date of format yyyydddhhmmss into
Return value
output an int (or string w/ keyword) of the time as far as yyyydoyhhmmss OPTIONAL OUTPUTS: none EXAMPLE: time = str2euv_date(s0.stime) where an example s0.stime is: help, s0.etime, /str ** Structure UDF_TIME, 7 tags, length=24: YEAR INT 2002 DOY UINT 10 HOUR BYTE 10 MIN BYTE 8 SEC BYTE 3 MSEC UINT 518 DP DOUBLE 740.42226
Parameters
- euv_str in required
a structure of time data from the udf returned structure
Keywords
- STRING in optional
outputs the result in type string
Author information
- History:
Wed Jan 17 09:25:17 2007, Brian Larsen replaced returning nan on error to message 15-Feb-2003 created Brian Larsen
Statistics
| Lines: | 38 |
| McCabe complexity: |
File attributes
| Modifcation date: | Thu Dec 4 15:22:13 2008 |
| Lines: | 94 |
![[attach.png]](../idldoc-resources/attach.png)