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

Generated by IDLdoc

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

./

read_spenvis_ssat.pro

topread_spenvis_ssat

file I/O

result = read_spenvis_ssat(file)

read and return the grammage calcuations from a SPENVIS SSAT run

this is highly file format dependent, works as of 1Jul2009, and hopefully will the future

Return value

IDL> help, dat DAT STRUCT = -> Array[5625] IDL> help, dat, /str ** Structure <151073e8>, 9 tags, length=80, data length=80, refs=1: L_THETA DOUBLE 0.0000000 U_THETA DOUBLE 2.4000000 L_PHI DOUBLE 0.0000000 U_PHI DOUBLE 4.8000000 VALUE DOUBLE 4.3300460 ERROR DOUBLE 0.43300500 M_THETA DOUBLE 1.2000000 M_PHI DOUBLE 2.4000000 FILENAME STRING '/Users/balarsen/geant4/HOPE2/Grammage/Data/spenvis_sso-all-pos1.txt'

Parameters

file

Examples

IDL> dat=read_spenvis_ssat() IDL> print, dat[0:10].value 4.3300460 4.3298700 4.3300220 4.3301670 4.3299240 4.3299990 4.3298210 ; 4.3300170 4.3301700 4.3299010 4.3299910

Author information

History:

Wed Jul 1 14:26:04 2009, Brian Larsen written and tested

Statistics

Lines: 71
McCabe complexity:

File attributes

Modifcation date: Wed Jul 1 16:01:54 2009
Lines: 130