~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to prim/help/modifygcur.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
% @(#)modifygcur.hlq    19.1 (ESO-IPG) 02/25/03 14:03:30 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      modifygcur.hlq
 
5
%.AUTHOR     RHW, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, MODIFY/GCURSOR
 
7
%.PURPOSE    On-line help file for the command: MODIFY/GCURSOR
 
8
%.VERSION    1.0  27-OCT-1989 : Creation, RHW
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./GCUR
 
12
\es\co
 
13
MODIFY/GCURSOR                                                 27-OCT-1989  RHW
 
14
\oc\su
 
15
MODIFY/GCURSOR frm_in frm_out y-coord xstart,xend no_curs,degree
 
16
        interactive modification of pixel values in a frame
 
17
\us\pu
 
18
Purpose:   
 
19
          Change data in a line (the input image) interactively via cursor 
 
20
          input, by interpolating polynomially between cursor positions. 
 
21
          NOTE: The original data will be overwritten.
 
22
\up\sy
 
23
Syntax:    
 
24
          MODIFY/GCURSOR frm_in frm_out y_coord xstart,xend cursors,degree
 
25
\ys\pa
 
26
          frm_in      = input frame name
 
27
\ap\pa
 
28
          frm_out     = output frame after modifications; default input frame
 
29
\ap\pa
 
30
          y-coord     = y-coordinate of the line to modify (default @1)
 
31
\ap\pa
 
32
          xstart,xend = first and last point on the line to be displayed,
 
33
                        entered either as line (pixel) number when
 
34
                        prefixed by @, or as real world coordinates
 
35
                        (default entire line)
 
36
\ap\pa
 
37
          cursors     = no. of cursor positions (<= 100, default 2)
 
38
\ap\pa
 
39
          degree      = degree of polynomial fit for the interpolation
 
40
                        (default 1)
 
41
\ap\no
 
42
Note:     
 
43
          Use any key except (incl. RETURN), or the mouse enter button to 
 
44
          validate a cursor position. When the specified number of cursor 
 
45
          positions has been specified the interpolation is done and the
 
46
          data is modified. To display these modified data use the SPACE BAR.
 
47
          To exit use the SPACE BAR or exit button on the mouse once more.
 
48
\on\see
 
49
See also:
 
50
          PLOT/ROW, PLOT/COLUMN, GET/GCURSOR, MODIFY/PIXELS, MODIFY/ROW,
 
51
          MODIFY/COLUMN, MODIFY/AREA
 
52
\ees\exs
 
53
Examples:
 
54
\ex
 
55
          MODIFY/GCURSOR GL GLO @1 5,50 2,1
 
56
          Modify frame GL, line 1, between the world coordinates 5 and 50, 
 
57
          with 2 cursor positions and linear interpolation. The modified 
 
58
          date will be stored in frame GLO.
 
59
\xe \sxe
 
60
 
 
61