DESCRIPTION OF IDE ARCHIVAL PRINTOUT-

original authored by Bill Cooke

DESCRIPTION OF IDE ARCHIVAL DATA FILE

The archival file consists of 16 columns of information. A description of each column, along with a suggested variable name and the format of the column (in FORTRAN notation) is given below:

FORTRAN READ STATEMENT:

The following FORTRAN statement will read each line of the data file, storing the appropriate values into the variables defined above:
       READ (3, 300) DAD,DOY,IDE,TRAY,N4,N10,RAL,DCL,ELNG,
     &                         ECL,BETA,SEL,RAN,DCN,SN,THETA
300  FORMAT (2F9.4,I8,1X,A1,2I3,2F6.1,F7.1,7F6.1)

IDE database home page
Klaus G. Paul, 6-24-1994