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

« back to all changes in this revision

Viewing changes to contrib/wavelet/help/visualwave.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
% @(#)visualwave.hlq    19.1 (ESO-IPG) 02/25/03 13:34:21
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1993 European Southern Observatory
 
4
%.IDENT      visualwave.hlq
 
5
%.AUTHOR     06-APR-93, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, 
 
7
%.PURPOSE    On-line help file for the command: VISUAL/WAVE
 
8
%.VERSION    1.0  JS : Creation, 06-APR-93
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./WAVE
 
12
\es\co
 
13
VISUAL/WAVE                                        JS  06-APR-93
 
14
\oc\su
 
15
VISUAL/WAVE  Wavelet_File_Name [Visu_Type]
 
16
\us\pu
 
17
Purpose:    
 
18
            visualizes the wavelet transform
 
19
\up\sy
 
20
Syntax:     
 
21
            VISUAL/WAVE  Wavelet_File_Name [Visu_Type]
 
22
\ys\pa
 
23
            Wavelet_File_Name = Wavelet file name
 
24
\ap\pa
 
25
            Visu_Type = CUB, SYN, PER, PLAN, CONT\\
 
26
                 CUB = visualization in a cube\\
 
27
                 SYN = create one image from the coefficients\\
 
28
                 PER = visualization in perspective\\
 
29
                 PLAN = visualization of each scale in a window\\ 
 
30
                 CONT = plot one level per scale\\
 
31
\\
 
32
                 the default value is PLAN.
 
33
\ap\see
 
34
See also: 
 
35
            WAVE/TRANSF, VISUAL/SYNT, VISUAL/CONT, VISUAL/PLAN, 
 
36
            VISUAL/PERS, VISUAL/CUBE
 
37
\ees\no
 
38
Note:       
 
39
            If the wavelet transform was computed by 
 
40
            mallat's algorithm, the parameter Visu_Type
 
41
            can only take the values SYN and PLAN.
 
42
\on\exs
 
43
Examples:
 
44
\ex
 
45
{\tt        TRANSF/WAVE image tr_image 4 5\\
 
46
            VISUAL/WAVE  Wavelet_File_Name
 
47
}
 
48
            creates 4 windows. Each window will contain a scale of the 
 
49
            wavelet transform.
 
50
\xe\ex
 
51
{\tt
 
52
            TRANSF/WAVE image tr_image 4 5
 
53
            VISUAL/WAVE Wavelet_File_Name CUBE
 
54
}
 
55
            creates 1 window which will contain the wavelet transform 
 
56
            presented in a cube.
 
57
\xe \sxe