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

« back to all changes in this revision

Viewing changes to prim/help/modifylut.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
% @(#)modifylut.hlq     19.1 (ESO-IPG) 02/25/03 14:03:30
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      modifylut.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, MODIFY/LUT
 
7
%.PURPOSE    On-line help file for the command: MODIFY/LUT
 
8
%.VERSION    1.0  07-SEP-1989 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./LUT
 
12
\es\co
 
13
MODIFY/LUT                                      07-SEP-1998  KB
 
14
\oc\su
 
15
MODIFY/LUT [method] [colour] [prflag]
 
16
        modify the currently active LUT
 
17
\us\pu
 
18
Purpose: 
 
19
          Modify the currently active colour lookup table (LUT).
 
20
\up\sy
 
21
Syntax: 
 
22
          MODIFY/LUT [method] [colour] [prflag]
 
23
\ys\pa
 
24
          method = BAND, for overlaying a one colour band on the LUT
 
25
\\
 
26
                 = ROTATE, for rotating the offset of one or all colours of LUT
 
27
\\
 
28
                 = GRAPH, for changing interactively slope and intercept of LUT
 
29
\\
 
30
                 = SQEEZE, for squeezing/stretching of LUT and moving the offset
 
31
\\
 
32
                 = HSI, for modifying in H(ue), S(aturation),I(ntensity) space;
 
33
\\
 
34
                 defaulted to BAND
 
35
\ap\pa
 
36
          colour  = colour(s) we want to work with:
 
37
\\
 
38
            for BAND: RED, GREEN, BLUE, WHITE, DARK, YELLOW, PINK,
 
39
                      BROWN, ORANGE and VIOLET (default = RED)
 
40
\\
 
41
            for ROTATE: RED, GREEN, BLUE or ALL (default = ALL)
 
42
\\
 
43
            for GRAPH: RED, GREEN, BLUE or ALL (default = ALL)
 
44
\\
 
45
            for SQUEEZE not applicable - all colours are affected
 
46
\\
 
47
            for HSI: HUE, SATURATION or INTENSITY (default = HUE)
 
48
\ap\pa
 
49
          prflag = only used for method BAND:
 
50
\\
 
51
            Y(es) or N(o) for displaying the intensity interval corrsponding to
 
52
            the chosen band, defaulted to No
 
53
\ap\sa
 
54
See also:
 
55
          MODIFY/ITT, TUTORIAL/LUT, DISPLAY/LUT, GET/LUT, LOAD/LUT
 
56
\\
 
57
          EQUALIZE/HISTOGRAM
 
58
\as\no
 
59
Note:
 
60
          Use the or arrow keys to modify the LUT. Press the EXIT button on the
 
61
          mouse (rightmost button) to terminate.
 
62
\\
 
63
          For the method BAND you can also enter the colour as three integers,
 
64
          like r,g,b defining the RGB values or as 0xrrggbb in hex. notation.
 
65
\\
 
66
          If invalid method or colour is entered, the defaults are taken.
 
67
\\
 
68
          For method ROTATE you must start rotating towards the right.
 
69
\\
 
70
          To save your new, modified LUT use the command GET/LUT which will
 
71
          create a copy of the current LUT in MID_WORK.
 
72
\on\exs
 
73
Examples:
 
74
\ex
 
75
          MODIFY/LUT ROTATE GREEN
 
76
            Rotate only the green colour of current LUT.
 
77
\xe \ex
 
78
          MODIFY/LUT BAND 255,127,0
 
79
            Put an orange band over LUT.
 
80
\xe \ex
 
81
          MODIFY/LUT band 0xff7f00
 
82
            Same as above specifying the colour in hex. notation.
 
83
\xe \sxe