Next: Parameter and History commands Up: SYSERR Prev: Parameters

Examples

Example 1 : Adding an error of 13.45% to a dataset with no existing variance. The OVER parameter is used to force overwriting.

  ICL> SYSERR orig2 13.45 over
  SYSERR Version 1.0-1
  Input dataset is /base/rb/axteris/orig2.sdf
  Data object is of type SIMP
  No variance array present - new array created.
  
Example 2 : Adding an error of 6.7% to the same dataset as above, but creating a new output file.

  ICL> SYSERR ORIG2 6.7 NEWDATA
  SYSERR Version 1.0-1
  Input dataset is /base/rb/asterix/orig2.sdf
  Output dataset :-
    File: /base/rb/asterix/newdata.sdf
  Data object is of type SIMP
  


Next: Parameter and History commands Up: SYSERR Prev: Parameters