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

Generated by IDLdoc

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

euv_date/

euv_date2fp_doy.pro

topeuv_date2fp_doy

time conversion

result = euv_date2fp_doy(euv_date)

convert an euv_date into a floating point day of year

Return value

floating point day of year [1-366]

Parameters

euv_date in required

a scalar or vector of euv_dates to convert

Examples

IDL> print, euv_date2fp_doy('200100106') 1.2500000 IDL> print, euv_date2fp_doy(['200100106', '200100112']) 1.2500000 1.5000000

Author information

History:

Fri Feb 9 20:33:01 2007, Brian Larsen written and tested

Statistics

Lines: 11
McCabe complexity:

File attributes

Modifcation date: Thu Dec 4 15:22:35 2008
Lines: 48