[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


merge Source code in cafe_merge.pro

merge

Name
           merge
Purpose
           merges data sets into new data set.
Category
           cafe
SYNTAX:
           merge, subgroup(s)[:group][,destgroup]
Input Parameters
          subgroups - The data sets (subgroup) which are to be
                      merged. They can be referenced either with
                      numbers in brackets ([]) separated
                      with ",";  or denoting filenames with wildcards
                      ("*"). Default are all subgroups in current
                      group.
           group    - (optional) The data group from which the data
                      is copied.
                      Default is the current group. Must be in
                      range [0..29].
           destgroup- The data group to which the data
                      is merged to. Must be in range [0..29].
                      Default is current group.
Side Effects
           Adds a new data comprising of merged data sets to
           destination group.
Example
           > merge, "test*.dat",1
               -> build common data set comprising of all data sets
                  consisting of the file name test*.dat (wildcarded)
                  in current group to group 1
Revision History
           $Id: cafe_merge.pro,v 1.7 2004/09/22 10:27:22 goehler Exp $

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

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

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