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

« back to all changes in this revision

Viewing changes to contrib/wavelet/help/visualpers.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
% @(#)visualpers.hlq    19.1 (ESO-IPG) 02/25/03 13:34:20
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1993 European Southern Observatory
 
4
%.IDENT      visualpers.hlq
 
5
%.AUTHOR     06-APR-93, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, 
 
7
%.PURPOSE    On-line help file for the command: VISUAL/PERS
 
8
%.VERSION    1.0  JS : Creation, 06-APR-93
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./PERS
 
12
\es\co
 
13
VISUAL/PERS                                        JS  06-APR-93
 
14
\oc\su
 
15
VISUAL/PERS  Wavelet_File_Name [output_visu_file] [Display_Number] 
 
16
            [Visu_Mode] [Increment] [Threshold] [Display]
 
17
 
 
18
\us\pu
 
19
Purpose:    
 
20
            visualizes the wavelet transform of an image in perspective
 
21
\up\sy
 
22
Syntax:     
 
23
            VISUAL/PERS Wavelet_File_Name [output_visu_file] [Display_Number]
 
24
                        [Visu_Mode] [Increment] [Threshold] [Display]
 
25
\ys\pa
 
26
            Wavelet_File_Name = Wavelet File Name
 
27
\ap\pa
 
28
            output_visu_file = file created for the visualisation.
 
29
                  The default value is file_visu.
 
30
\ap\pa
 
31
            Display_Number = the midas number of the created display
 
32
                  window. The default value is 1.
 
33
\ap\pa
 
34
            Visu_Mode = CO (Color) or BW (Black and White)
 
35
                  The default value is CO.
 
36
\ap\pa
 
37
            Increment = parameter which defines the number of lines of the 
 
38
                  image used. If Increment = 3, only on line on 3 are used.
 
39
                  The default value is 1.
 
40
\ap\pa
 
41
            Threshold = parameter which defines the maximum value  which is 
 
42
                  taken into account. All the values superior to this maximum 
 
43
                  are set to the maximum. The maximum value is:\\
 
44
                           M = Standard_Deviation (scale) * Threshold\\
 
45
                  The default value is 5.
 
46
\ap\pa
 
47
            Display = Y or N. If Display = Y then the created image is 
 
48
                  displayed in the window; if Display = N then no display is 
 
49
                  done, only the output_visu_file is created. Ddefault is Y.
 
50
\ap\see
 
51
See also: 
 
52
            WAVE/TRANSF, VISUAL/SYNT, VISUAL/WAVE, VISUAL/PLAN,
 
53
            VISUAL/CUBE, VISUAL/CONT
 
54
\ees\no
 
55
Note:       
 
56
            If the wavelet transform was computed by mallat's algorithm, this 
 
57
            command has no effect.
 
58
\on\exs
 
59
Examples:
 
60
\ex
 
61
            VISUAL/PERS  Wavelet_File_Name
 
62
            Visualizes the wavelet transform in perspective
 
63
\xe \sxe