[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


copy Source code in cafe_copy.pro

copy

Name
           copy
Purpose
           copy one data set to another group.
Category
           cafe
SYNTAX:
           copy, subgroup[:group],destgroup
Input Parameters
           subgroup - (optional) The data set (subgroup) from which
                      data are copied. This can be either the
                      subgroup number or the file name representing
                      the data set.
                      It is possible to set more than one subgroup,
                      either with numbers in brackets ([]) separated
                      with ",";  or denoting filenames with wildcards
                      ("*"). Default are all subgroups in current
                      used 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 copied.
                      Default is the current group. Must be in range [0..29].
Side Effects
           Adds a new data set to destination group.
Example
           > copy, "test.dat",1
               -> copy all  values of data set "test.dat" in
                  current group to group 1
Revision History
           $Id: cafe_copy.pro,v 1.9 2003/12/16 14:37:07 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