Produced by IDL 7.1.1
User Documentation

./guide
deselect.pro

Last modification date:
Wed Sep 28 13:27:08 2016

deselect

procedure deselect, [/keep], [_EXTRA=extra keywords]

This procedure is used to remove previously selected index numbers from the stack.

Data can be de-selected by using selection criteria in the same way as in select.

Data can be de-selected based on entries in the index file, such as source name, polarization type, IF number, etc. For a complete list of eligible parameters use the procedure listcols.

See the discussion on "Select" in the User's Guide for a summary of selection syntax.

The selection criteria are ultimately passed to the io class's search_index via the _EXTRA parameter.

Examples
    select, source="ORION"    ; select all ORION data
    deselect, scan=15         ; remove scan 15, perhaps it's bad
    deselect, ifnum=1         ; remove the IFNUM=1 data
 
Uses
select_data delete
Version
$Id$

Keywords
keep
in, optional
boolean
If set, the selection comes from the keep file. If not set, the selection comes from the input file.
_EXTRA
in, optional
extra keywords
These are the selection parameters.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:33 2016