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

« back to all changes in this revision

Viewing changes to stdred/mos/help/definewind.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
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
2
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
3
%.IDENT      definewind.hlq
 
4
%.AUTHOR     JDP, IPG/ESO
 
5
%.KEYWORDS   MIDAS, help files, DEFINE/WINDOW
 
6
%.PURPOSE    On-line help file for the command: DEFINE/WINDOW
 
7
%.VERSION    1.0  18-DEC-1986 : Creation, JDP
 
8
%----------------------------------------------------------------
 
9
\se
 
10
SECTION./WIND
 
11
\es\co
 
12
DEFINE/WINDOW                                    6-MAY-1994  PB
 
13
\oc\su
 
14
DEFINE/WINDOW [mode] [sequence] [obj] [sky] [mos] [window]
 
15
        updates object and sky regions
 
16
\us\pu
 
17
Purpose:   
 
18
          The window table is updatd with user defined 
 
19
          objects and  sky regions. 
 
20
\up\sy
 
21
 
 
22
          DEFINE/WINDOW [mode] [sequence] [obj] [sky] [mos] [window]
 
23
Syntax:         
 
24
\ys\pa
 
25
          mode    =  Mode of action. Possible choices are: \\
 
26
              INIT   : Creates a window table and display it. \\
 
27
              ADD    : Updates object and sky limits in the table\\
 
28
              DELETE : Deletes an element of the table \\
 
29
              READ   : Read the window table (READ/TABLE command)\\
 
30
              LOAD   : Load object and sky limits on the display \\
 
31
              Default: READ
 
32
\ap\pa
 
33
          sequence = Sequence number of the entry, as indicated in the 
 
34
              Sequence column of the window table. This 
 
35
              parameter is required in modes ADD or DELETE. 
 
36
\ap\pa    obj = Lower and upper object limits of the object, in 
 
37
              pixels and separated by a coma. 
 
38
\ap\pa    sky = Lower and upper object limits of the sky, in 
 
39
              pixels and separated by a coma. By default the
 
40
              complete slitlet (but the object) is taken 
 
41
              into account for the sky determination.
 
42
\ap\pa    mos = Name of the slit definition table.
 
43
              Session keyword: MOS
 
44
              Default: mos
 
45
\ap\pa    window = Name of the windows definition table.
 
46
              Session keyword: WINDOWS
 
47
              Default: window
 
48
\ap\no
 
49
Note:       
 
50
               None
 
51
\on\exs
 
52
Examples:
 
53
\ex
 
54
               define/window init
 
55
\xe \ex
 
56
               define/window add 1 156,162
 
57
\xe \ex
 
58
               define/window add 9 367,372  373,387
 
59
\xe \ex
 
60
               define/window load
 
61
\xe \sxe