[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


clean Source code in cafe_clean.pro

clean

Name
           clean
Purpose
           removes undefined datapoints
Category
           cafe
SYNTAX:
           clean, [,subgroup][,group]
Input Parameters
           subgroup - (optional) The data set (subgroup) which should
                      be cleaned from undefined datapoints.
                      This can be either the subgroup number or the
                      file name representing the data set. It is
                      possible to delete more than
                      one subgroup, either with numbers in brackets
                      ([]) separated with ",";  or denoting filenames
                      with wildcards ("*").
                      Default is the first subgroup in current used
                      group.
           group    - (optional) The data group which should be cleaned.
                      The default may be changed with the command
                      chgrp. Must be in range [0..29].
Side Effects
           Removes irrecoverable undefined (ignored) datapoints (!!)
Example
           > ignore, y gt 200
           > clean
                 -> remove all datapoints whose y-value is greater
                 than 200
Revision History
           $Id: cafe_clean.pro,v 1.8 2004/05/27 07:33:38 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:02 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically