| vstor (Aug2004) | rjtools | vstor (Aug2004) |
rj> iwc ("spectra.lis")
rj> vstor (ival1=122*(1+int((iwc.nlines-1)/29.))
2. Store and re-use result parameters of other tasks:
rj> cparse ("image =NGC4594B.fits[real]", delim="[", nsel=1, verbose-)
rj> vstor (cval1=substr(cparse.cfield,9,strlen(cparse.cfield)))
rj> rpbuild (1, 1024, vstor.ival1, vstor.ival1, pln=0)
rj> vstor (cval2=rpbuild.imrpstr)
...
(other calls to 'cparse' and/or 'rpbuild' will
cause their task parameter values to change and
the original values to be lost)
...
rj> imstat (vstor.cval1//vstor.cval2)