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

« back to all changes in this revision

Viewing changes to stdred/mos/help/set_mos.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
% @(#)set_mos.hlq       1.2 (ESO-DMD) 2/14/94 14:21:19
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1994 European Southern Observatory
 
4
%.IDENT      set_mos.hlq
 
5
%.AUTHOR     PB, DMD/ESO
 
6
%.KEYWORDS   MIDAS, help files, SET/MOS
 
7
%.PURPOSE    On-line help file for the command: SET/MOS
 
8
%.VERSION    1.0  14-FEB-1994 : Creation, PB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./MOS
 
12
\es\co
 
13
SET/MOS                                         25-SEP-1991 PB
 
14
\oc\su
 
15
SET/MOS par=value [...]
 
16
        set mos keywords
 
17
\us\pu
 
18
Purpose:    Define the values of parameters in the current session.
 
19
            Up to 8 keywords can be defined in one single command.
 
20
 
 
21
\up\sy
 
22
Syntax:     SET/MOS par=value [...]
 
23
\ys\pa
 
24
            par   = parameter name
 
25
\ap\pa
 
26
            value = parameter value
 
27
 
 
28
\ap\no
 
29
Note:       a)  No space character can be inserted on the right or left
 
30
                part of the sign "=". The name of the mos keyword
 
31
                can be truncated to a non ambiguous root.
 
32
 
 
33
            b)  Short description of mos keywords is provided by
 
34
                HELP/MOS command, values are displayed by SHOW/MOS.
 
35
 
 
36
            c)  It is possible to assign a value to mos keywords using
 
37
                monitor assignment. In this case, there must be a space
 
38
                on both parts of the sign =. The syntax depends on the
 
39
                definition of the keyword (provided by HELP/MOS).
 
40
                Examples:
 
41
                   ORDREF = "ff456.bdf    "  (keyw. ORDREF/C/1/60)
 
42
                   WIDTH1 = 12               (keyw. WIDTH1/I/1/1)
 
43
                   MEDFILT(2) = 4.           (keyw. MEDFILT/R/1/3)
 
44
                To assign values to character keywords, additional spaces
 
45
                must be inserted to overwrite a longer previous value.
 
46
 
 
47
 
 
48
            e)  To assign the value of an element of a multiple element
 
49
                keyword (e.g. MEDFILT/R/1/3) it is possible to use
 
50
                the direct assignment (MEDFILT(2) = 4.) or the SET/ECH by
 
51
                inserting comas in place of the values that must not be
 
52
                changed.
 
53
 
 
54
\on\exs
 
55
Examples:
 
56
\ex
 
57
            SET/MOS ORDR=ff456.bdf  WIDTH1=12  MEDFI=,4
 
58
\xe \sxe
 
59
 
 
60
 
 
61