euv_date/
fp_doy2js.pro
topfp_doy2js
time conversion
result = fp_doy2js(fp_doy, year)
convert a floating point day of year into a Julian Second
Return value
the julian second of the fp_doy, year date
Parameters
- fp_doy in required
the floating point doy, can be an array
- year in required
the year of the fp_doy, can be a scalar for all or an array of the same dimension of fp_doy
Examples
IDL> print, fp_doy2js(12.345, 2001), format='(d20.10)'
2451921.8450000007
Author information
- History:
Wed Jan 21 12:12:01 2009, Brian Larsen written from fp_doy2jd
Statistics
| Lines: | 46 |
| McCabe complexity: |
File attributes
| Modifcation date: | Thu Feb 12 15:46:51 2009 |
| Lines: | 83 |
![[attach.png]](../idldoc-resources/attach.png)