[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


data_qdp Source code in cafe_data_qdp.pro

data_qdp

Name
           data_qdp
Purpose
           Read in data set from qdp file (PLT/XSPEC output)
Category
           cafe
SUBCATEGORY:
           data
DATA FORMAT:
           Read a QPD file which was generated with the PLT library
           or XSPEC plot output. Columns are distinguished.
PARAMETER:
           (optional) parameters are ordered as follows:
               - The y column to read. Default is first column +
                 error (second column). The columns start from 0.
                 It is also possible to enter names as:
                   data - Read first column (without error).
                   error- Read second column as y axis (the error).
                   model- Read the model column (no error)
                   add1 - Read the additive column 1
                   add2 - Read the additive column 2
                   add3 - Read the additive column 3
               - The block number (starting from 1). Default is first
                 block.
               All parameters are separated with ",". If one
               parameter is not defined (empty string) the default
               column is used.
Side Effects
           Loads file data into environment.
Example
               > data, plot.qdp[model,2]:3,
               -> loads in model data from qdp file "plot.qdp" and
                  block 2. Do not read error.
Revision History
           $Id: cafe_data_qdp.pro,v 1.5 2005/02/16 11:04:09 goehler Exp $

Last modified by pro2html on 2005 February 17 at 04:12 UTC

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

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