Next: SEDIT Up: SDATA Prev: Parameters

Examples

Typical usage

  ICL> SDATA SPECTRA     (data object SPECTRA will be created)
   Dataset 1 > SPEC1
   Dataset 2 > SPEC2
   Dataset 3 > !         (null to terminate input)
  
  ICL> sdata show
   Dataset 1
       File : /base/rb/spec1
   Dataset 2
       File : /base/rb/spec2
  
With SPECTRAL_SETs

  ICL> SDATA
  Object to contain references > REFS
  Dataset 1 > SPEC1
  Spectra to be selected /'1:2'/ > 2     (use 2nd spectrum only)
  Dataset 2 > SPEC2
  Spectra to be selected /'1:8'/ > 1:4   (use spectra 1,2,3 and 4)
  Dataset 3 > !
  
  ICL> SDATA SHOW
   Dataset 1
       File : /base/rb/spec1
       Detectors : (2)
   Dataset 2
       File : /base/rb/spec2
       Detectors : (1,2,3,4)
  


Next: SEDIT Up: SDATA Prev: Parameters