[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


sort Source code in cafe_sort.pro

sort

Name
           sort
Purpose
           sort datapoints in ascending x order. Plots look better
           doing this.
Category
           cafe
SYNTAX:
           sort, [,subgroup][,group]
Input Parameters
           subgroup - (optional) The data set (subgroup) which should
                      be sorted. This can be either the
                      subgroup number or the file name representing
                      the data set. It is possible to sort more than
                      one subgroup, either with numbers in brackets
                      ([]) or denoting filenames with wildcards
                      ("*").
                      Default is the first defined subgroup in group
                      given.
           group    - (optional) The data group which should be sorted.
                      Default is the current group which can be
                      changed with "chgrp". Must be in range [0..29].
Side Effects
           Changes order of data points.
Example
           > data,test.dat
           > sort, test.dat
              -> sort all datapoints in test.dat so being in
                 ascending order in respect of the x-value.
Revision History
           $Id: cafe_sort.pro,v 1.7 2004/01/02 05:33:07 goehler Exp $

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

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

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