Documentation for /Users/balarsen/Documents/idl/larsen/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

euv_date/

fp_doy2euv_date.pro

topfp_doy2euv_date

time conversion

result = fp_doy2euv_date(fp_doy, year)

convert floating point day of year to julian day

Return value

the euv_date of the above

Parameters

fp_doy in required

floating point day of year, may be scalar or vector

year in required

year, may be scalar or vector of same size and fp_doy

Examples

IDL> print, fp_doy2euv_date(1.25, 2000) 2000001060000 IDL> print, fp_doy2euv_date([1.25, 1.5], 2000) 2000001060000 2000001120000 IDL> print, fp_doy2euv_date([1.25, 1.5], [2000, 2001]) 2000001060000 2001001120000

Author information

History:

Fri Feb 9 20:22:14 2007, Brian Larsen written and tested

Statistics

Lines: 17
McCabe complexity:

File attributes

Modifcation date: Thu Dec 4 15:20:41 2008
Lines: 55