[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


plot_parmodel Source code in cafe_plot_parmodel.pro

plot_parmodel

Name
           plot_parmodel
Purpose
           plot parametriced models
Category
           cafe
SUBCATEGORY:
           plot type
Input Parameters
           group    - (optional) Define the data group to plot.
                      Default is the current group. Must be in
                      range [0..29].
SETPLOT KEYWORDS:
           Apart from IDL oplot keywords following special
                      are defined:
        modelrange  - Perform range determination for model size also
                      (if range is not required anyway because still
                      not defined).
        param       - Parameter to vary. This can be either a
                      parameter name or its numer. Default is the
                      first parameter
        startval    - First value of parameter. Default is the
                      current parameter value.
        stopval     - Last value of parameter. Default is the current
                      parameter value.
        parnum      - Number of curves to plot by varying given
                      parameter.
        parstep     - Increment to parameter to plot. Takes predence
                      over parnum if stopval is defined.
           distinct - Plot each parameter model with a different
                      color/linestyle:
        deltacolor  - Color difference for distinct parameters.
     deltalinestyle - Increase of line styles for distinct parameters.
                      Default: 0 (no change).
PLOT OUTPUT:
        parmodel    - plots the model for group given with current
                      parameters. It is possible to modify a single
                      parameter within given ranges.
                      X/Y ranges are kept.
Side Effects
           None.
Example
           > plot, data+model
                -> data + model in single window is displayed.
Revision History
           $Id: cafe_plot_parmodel.pro,v 1.6 2004/07/30 17:17:26 goehler Exp $

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

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

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