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

Generated by IDLdoc

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

euv_date/

sec2euv_date.pro

topsec2euv_date

time conversion

result = sec2euv_date(sec, year)

change secods in a year to an euv_date

Return value

euv_date

Parameters

sec in required

seconds in they year, may be scalar or vector

year in required

year, may be scalar for all or array same size as sec

Examples

IDL> print, sec2euv_date(2000, 2000) 2000001003320 IDL> print, sec2euv_date(20000, 2000) 2000001053319 IDL> print, sec2euv_date([20000,20], 2000) 2000001053319 2000001000020 IDL> print, sec2euv_date([20000,20], [2000, 2001]) 2000001053319 2001001000020

Author information

History:

Fri Feb 9 20:24:52 2007, Brian Larsen written and tested

Statistics

Lines: 15
McCabe complexity:

File attributes

Modifcation date: Thu Dec 4 15:19:12 2008
Lines: 55