|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide nget.pro
nget |
procedure nget, nsave, [index=long], [/infile], [ok=variable] |
Get a previously saved data container with the matching nsave number, and put it in indicated index.
This is a shorthand for get, nsave=nsave or kget, nsave=nsave
Only spectral line data can currently be fetched using an nsave number.
nget fetchs data from the output file (keep file) unless infile is set.
getps,10 ; get some data ; do stuff to it nsave,50 ; its now in nsave=50 ; do more stuff to that data, oops, thats no good ; back to previous state nget,50
Parameters | |
nsave |
nsave number to be retrieved |