[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


DB_OR Source code in db_or.pro

DB_OR

Name
       DB_OR
Purpose
       Combine two vectors of entry numbers, removing duplicate values.
Explanation
       DB_OR can also be used to remove duplicate values from any longword
       vector
Calling Sequence
       LIST = DB_OR( LIST1 )          ;Remove duplicate values from LIST1
               or
       LIST = DB_OR( LIST1, LIST2 )   ;Concatenate LIST1 and LIST2, remove dups
Input Parameters
       LIST1, LIST2 - Vectors containing entry numbers, must be non-negative
                       integers or longwords.
Output Parameters
       LIST - Vector containing entry numbers in either LIST1 or LIST2
Procedure
       DB_OR returns where the histogram of the entry vectors is non-zero
Procedures Used
       ZPARCHECK - checks parameters
Revision History
       Written,     W. Landsman             February, 1989
       Check for degenerate values  W.L.    February, 1993
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:11 UTC

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

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