Next: Quality values Up: QUALITY Prev: Auxiliary Input

Examples

Set quality values within dataset (ie overwrites existing values) - will prompt for axis and data ranges

  > SETQUAL dataset OVER
  
Set quality for points with magic values

  > SETQUAL MAGIC
  
Set 'ignore' bit in dataset for specified data range

  > IGNORE dataset OVER DATSEL NOAXSEL
  
Reset all 'ignore' bits within dataset no axis or data value selection

  > RESTORE dataset OVER NODATSEL NOAXSEL
  
Mask all quality values with a given value

  > QUALITY AND NODATSEL NOAXSEL
  
Set 'ignore' bit in dataset for those pixels where the equivalent pixels in exp_map lie within the specified data range

  > IGNORE dataset DATSEL NOAXSEL AUXIN=exp_map
  


Next: Quality values Up: QUALITY Prev: Auxiliary Input