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

« back to all changes in this revision

Viewing changes to prim/help/view_imag.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
% @(#)view_imag.hlq     19.1 (ESO-IPG) 02/25/03 14:03:50 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      view_imag.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, VIEW/IMAGE
 
7
%.PURPOSE    On-line help file for the command: VIEW/IMAGE
 
8
%.VERSION    1.0  31-MAY-1990 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./IMAG
 
12
\es\co
 
13
VIEW/IMAGE                                              12-FEB-2003  KB
 
14
\oc\su
 
15
VIEW/IMAGE [frame] [out_tab] [plot_option] [g,zhardcopy]
 
16
        view an image with a "looking glass"
 
17
\us\pu
 
18
Purpose:  
 
19
          View an image with a "looking glass" and get statistics.
 
20
\up\sy
 
21
Syntax: 
 
22
          VIEW/IMAGE [frame] [out_tab] [plot_option] [g,zhardcopy]
 
23
\ys\pa
 
24
          frame = name of image, the image will be loaded with the cuts set
 
25
               to mean-3*sigma, mean+3*sigma
 
26
               if omitted, the currently displayed image is used
 
27
\ap\pa
 
28
          out_tab = name of optional output table for coordinates of visited
 
29
               regions 
 
30
\ap\pa
 
31
          plot_option = P or N, for P(lotting) or N(oPlotting), defaulted to P;
 
32
\ap\pa
 
33
          g,zhardcopy = names of plotters for hardcopies of graphics window
 
34
               (initiated via key `p') and zoom window (initiated via key `q');
 
35
               defaulted to LASER,LASER
 
36
\ap\sa
 
37
See also:
 
38
          STATISTICS/IMAGE, GET/CURSOR, CENTER/GAUSS, MAGNITUDE/RECTANGLE
 
39
          EXTRACT/CURSOR, EXTRACT/RTRACE, LOAD/IMAGE, CUTS/IMAGE
 
40
\as\no
 
41
Note:   
 
42
             If the zoom window does not exist yet, it will be created with
 
43
          half the size in x and y of main display window.
 
44
          Also a graphics window will be opened. And, finally, a separate 
 
45
          terminal window is used for the additional output (which is not
 
46
          stored in the Midas logfile).
 
47
             Use the cursor to select the center of subimages to be viewed.
 
48
          These subimages are zoomed according to the current zoom factor
 
49
          and displayed in the zoom_window.
 
50
             This command has lots of different options which are activated 
 
51
          via different keys on the keyboard. But note, that the cursor has 
 
52
          to remain in the display window at all times, even if you type on
 
53
          the keyboard.
 
54
          The available options are obtained by entering 'h'.
 
55
             The optional output table will have columns with the standard
 
56
          labels :XSTART, :YSTART, :XEND and :YEND.
 
57
             If the plotting option is set to row/column-trace mode, not 
 
58
          the 2-dim region of interest is extracted with the `e' command,
 
59
          but the row or column at the center (the one which is plotted).
 
60
\on\exs
 
61
Examples:
 
62
\ex
 
63
          VIEW/IMAGE cielo 
 
64
            Load image `cielo.bdf' with low, high cut values set to
 
65
            mean-3*sigma and mean+3*sigma.
 
66
            Use the default size (or size of existing auxiliary window) for
 
67
            the zoom window.
 
68
\xe\ex
 
69
          VIEW/IMAGE cielo ? ? ps4ipg1
 
70
            As above, but send all eventual hardcopies to printer with the
 
71
            name `ps4ipg1'.
 
72
\xe\ex
 
73
          VIEW/IMAGE ? luna
 
74
            Work on image which is currently loaded in the display, write the
 
75
            coordinates of all regions which were visited into output table
 
76
            `luna.tbl'.
 
77
\xe\ex
 
78
          VIEW/IMAGE estrella.mt
 
79
            The FITS file `estrella.mt' is loaded into the display window and 
 
80
            worked on like any binary Midas frame.
 
81
\xe\sxe