Next: CIGNORE Up: CQUALITY Prev: ShortForms

Examples

Ignore two regions of a dataset at (0,0) and (10,10), both of radius 5.

   > CIGNORE CUBE
   CQUALITY Version 1.4-0
   OUT - Output dataset > CUBEQ
   Specify circular regions in ARCMIN
   CX - X centre(s) of circular regions > 0,10    ;  Use axis units here
   CY - Y centre(s) of circular regions > 0,10
   CR - Radius of circular regions > 5
   15040 points had quality modified
  
Restore quality in the (10,10) circle

  ICL> CRESTORE NBLOBQ
  CQUALITY Version 1.4-0
  Specify circular regions in ARCMIN
  CX - X centre(s) of circular regions > 10
  CY - Y centre(s) of circular regions > 10
  CR - Radius of circular regions > 5
  7520 points had quality modified
  
Set quality in a dataset whose axes are not ordered X,Y, but T,X,Y.

  ICL> CSETQUAL CCF CCFQ
  CQUALITY Version 1.4-0
  Changing axis order to X,Y...
  Specify circular regions in ARCMIN
  CX - X centre(s) of circular regions > 0
  CY - Y centre(s) of circular regions > 0
  CR - Radius of circular regions > 5
  QVAL - New quality value > ARITH
  Restoring axis order...
  7520 points had quality modified
  


Next: CIGNORE Up: CQUALITY Prev: ShortForms