[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


remove Source code in cafe_remove.pro

remove

Name
           remove
Purpose
           Removes data set in group/subgroup
Category
           cafe
SYNTAX:
           remove, subgroup [, group]
Input Parameters
           subgroup - Defines the subgroup to remove. This can be
                      either the subgroup number, a list of subgroups
                      within brackets ([]) or the file name of
                      the subgroup. Wildcards ("*") for file names are
                      allowed to remove more than one subgroup.
           group    - (optional) Define the data group to remove the
                      data from. Default is the primary group 0. Must
                      be in range [0..29].
Side Effects
           Removes all stored data for given subgroup.
Example
               > remove, "test.dat", 1
               -> removes data from file "test.dat" from internal storage.
Revision History
           $Id: cafe_remove.pro,v 1.10 2004/12/13 08:46:40 goehler Exp $

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

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

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