Next: Axis Ordering Up: Quality processing commands Prev: 3 Magic values

CQUALITY

CQUALITY sets or modifies quality in circular regions of a dataset with 2 or more dimensions. The centres and radii of these regions apply to the two spatial dimensions of the dataset. CQUALITY assumes that the units of the two spatial axes are identical.

It must be invoked with either a logical keyword on the command line to specify the mode of operation, or using the PROMPT keyword. The modes available are:

  CQUALITY IGNORE  - Sets the temporary bad quality bit,   (=CIGNORE)
                     leaving the rest unaltered.
  CQUALITY RESTORE - Clears the temporary bad quality bit, (=CRESTORE)
                     restoring the original quality value.
  CQUALITY SET     - Sets quality to a specified value.    (=CSETQUAL)
  CQUALITY NOT     - Complements existing quality values.
  CQUALITY AND     - ANDs existing quality with specified
                     value.
  CQUALITY OR      - ORs existing quality with specified
                     value.
  CQUALITY EOR     - EORs existing quality with specified
                     value.

Subtopics:


Next: Axis Ordering Up: Quality processing commands Prev: 3 Magic values