~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/lyman/help/plot_lyma.hlq

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% @(#)plot_lyma.hlq     19.1 (ESO-IPG) 02/25/03 13:27:46
 
2
% @(#)plot_lyma.hlq     8.1.1.3 (ESO-IPG) 12/5/94 17:42:55
 
3
% @(#)plot_lyma.hlq     8.1 (ESO-IPG) 11/28/94 10:28:15
 
4
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
5
%.COPYRIGHT  (c)  1993 European Southern Observatory
 
6
%.IDENT      plot_lyma.hlq
 
7
%.AUTHOR     PB, IPG/ESO
 
8
%.KEYWORDS   MIDAS, help files, 
 
9
%.PURPOSE    On-line help file for the command: PLOT/LYMAN
 
10
%.VERSION    1.0  23-NOV-94 : Creation, PB
 
11
%.VERSION    2.0  22-NOV-95 : On line parameters, AF
 
12
%----------------------------------------------------------------
 
13
\se
 
14
SECTION./LYMAN
 
15
\es\co
 
16
PLOT/LYMAN                                            23-NOV-94  PB
 
17
\oc\su
 
18
PLOT/LYMAN  [spectrum] [lamcen1,..] [size1,..] [label1..] [session]
 
19
            Plots a spectrum in the FIT/LYMAN fashion
 
20
\us\pu
 
21
Purpose:    
 
22
            Plots a spectrum table at different wavelengths, on a multiple
 
23
            window in the FIT/LYMAN fashion.\\
 
24
            This command is designed to provide:\\
 
25
            a) faster plotting than the PLOT/TAB one, which is rather
 
26
                slow when used for huge data;\\
 
27
            b) plotting a spectrum table using a setup defined in FIT/LYMAN.
 
28
 
 
29
\up\sy
 
30
Syntax:     
 
31
            PLOT/LYMAN [spectrum] [lamcen1,..] [size1,..] [label1..] [session]
 
32
 \\
 
33
\ys\pa
 
34
            spectrum = spectrum table to be plotted\\
 
35
                        Default is the SPECTAB keyword. 
 
36
 \\
 
37
\ap\pa
 
38
            lamcen   = central wavelenghts for each plot window, separated by 
 
39
                        commas.
 
40
                        Default are the last plotted wavelengths, as stored
 
41
                        in LYPAR.tbl
 
42
 \\
 
43
\ap\pa
 
44
            size     = sizes of each plot window, separated by commas. 
 
45
                        If only one value is specified, this is assumed
 
46
                        for all windows.
 
47
                        If [lamcen1,..] is specified, default is 10 Angstroms.
 
48
                        Otherwise, default are the sizes stored in LYPAR.tbl
 
49
 \\
 
50
\ap\pa
 
51
            label    = labels of each plot window, separated by commas. 
 
52
                        If only one value is specified, this is assumed
 
53
                        for all windows.
 
54
                        If [lamcen1,..] is specified, default is no label.
 
55
                        Otherwise, default are the sizes stored in LYPAR.tbl
 
56
 \\
 
57
\ap\pa
 
58
            session =  FIT/LYMAN session to load.
 
59
                        Defalut is current session as defined in the LYPAR 
 
60
                        table.
 
61
                        This parameter overrides the previous ones.
 
62
 \\
 
63
\ap\sa
 
64
See also: 
 
65
            FIT/LYMAN,CURSOR/LYMAN,PLOT/REDSHIFT
 
66
 
 
67
\as\no
 
68
 
 
69
            SET/GRA options has no effect on this command. 
 
70
            Other options for the graphic set-up may be changed from
 
71
            the FITLYMAN program
 
72
 \\
 
73
\on\exs
 
74
Examples:
 
75
\ex
 
76
            PLOT/LYMAN  
 
77
                Plots the last spectrum fitted.
 
78
\xe\ex
 
79
            PLOT/LYMAN emmispe 5000,5100 10,15 Lya,Lyb
 
80
                Plots the spectrum emmispe (FITLYMAN format) on two windows, 
 
81
                at wavelengths 5000 and 5100 A and large 10 and 15 A,
 
82
                respectively. First plot is labeled "Lya1", the second "Lya2"
 
83
\xe\ex
 
84
            PLOT/LYMAN spec2 ? ? ? ? MgII
 
85
                Plots the spectrum spec2 at the wavelengths specified
 
86
                by a session called MgII, previously saved within FIT/LYMAN.
 
87
\xe \sxe