Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/CDAWlib/

fuv_read_epoch.pro


NAME: FUV_READ_EPOCH PURPOSE: Convert a string into a string array given a delimiting character CALLING SEQUENCE: fuv_read_epoch,epoch,year,month,day,hour,minute,second,millisecond, $ ut,doy,file_stub=file_stub INPUTS: epoch - value is the number of milliseconds since 01-Jan-0000 00:00:00.000 KEYWORD PARAMETERS: file_stub - I have no idea what this is for. RCJ OUTPUTS: year, month, day, hour, minute, second, millisecond corresponding to the epoch ut - hours (decimal format) of the day doy - day of year AUTHOR: Rick Burley MODIFICATION HISTORY: RCJ 03/2001 - Added the functions fuv_trim2 and 3 to this routine. Copyright 1996-2013 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.

Routines

Routines from fuv_read_epoch.pro

result = fuv_trim3(x)
result = fuv_trim2(x)
fuv_read_epoch, epoch, year, month, day, hour, minute, second, millisecond, ut, doy, file_stub=file_stub

Routine details

top source fuv_trim3

result = fuv_trim3(x)

Parameters

x

top source fuv_trim2

result = fuv_trim2(x)

Parameters

x

top source fuv_read_epoch

fuv_read_epoch, epoch, year, month, day, hour, minute, second, millisecond, ut, doy, file_stub=file_stub

Parameters

epoch
year
month
day
hour
minute
second
millisecond
ut
doy

Keywords

file_stub

File attributes

Modification date: Tue Oct 21 13:53:46 2014
Lines: 14