./
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 = ->
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 |
![[attach.png]](idldoc-resources/attach.png)