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

« back to all changes in this revision

Viewing changes to prim/help/fft_inve.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
% @(#)fft_inve.hlq      19.1 (ESO-IPG) 02/25/03 14:03:20 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      fft_inve.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, FFT/INVERSE
 
7
%.PURPOSE    On-line help file for the command: FFT/INVERSE
 
8
%.VERSION    1.0  03-APR-1990 : Creation, KB
 
9
%.VERSION    1.1  26-OCT-1992 : Upgrade, KB
 
10
%----------------------------------------------------------------
 
11
\se
 
12
SECTION./INVE
 
13
\es\co
 
14
FFT/INVERSE                                             26-OCT-1992  KB
 
15
\oc\su
 
16
FFT/INVERSE inr ini outr outi
 
17
        make inverse discrete Fourier transform
 
18
\us\pu
 
19
Purpose:      
 
20
           Compute the inverse discrete Fourier transform of real or complex
 
21
           frame.
 
22
\up\sub
 
23
Subject:      
 
24
           Transformation, filter.
 
25
\bus\sy
 
26
Syntax:       
 
27
           FFT/INVERSE inr ini outr outi
 
28
\ys\pa
 
29
           inr = frame containing the real part of input frame;
 
30
                defaulted to `fftr.bdf'
 
31
\ap\pa        
 
32
           ini = frame containing the imaginary part of input frame,
 
33
\\
 
34
                if input frame is only real, omit `ini' or set it to `?',
 
35
                if you enter values for any of the following parameters;
 
36
\\
 
37
                defaulted to `ffti.bdf'
 
38
\ap\pa
 
39
           outr = frame for real part of result transform;
 
40
                defaulted to `zztr.bdf'
 
41
\ap\pa
 
42
           outi = frame for imaginary part of result transform;
 
43
                defaulted to `zzti.bdf'
 
44
\ap\sa
 
45
See also:
 
46
           FFT/IMAGE, FFT/POWER, FFT/FINVERSE, CREATE/FILTER
 
47
\as\no
 
48
Note:         
 
49
           All internal calculations are done in double precision and
 
50
           only the final result frames are truncated to single precision.
 
51
\\
 
52
           If the number of pixels in an axis of the input frame is not a power
 
53
           of 2, the input frame is expanded to the next higher power of 2.
 
54
           The result frames will have the original no. of pixels but the
 
55
           result frames with expanded size are also kept with names
 
56
           `exp_fftr.bdf' and `exp_ffti.bdf'.
 
57
\\
 
58
           If the input frames are expanded frames from a previous FFT/IMAGE
 
59
           with input files which had dimensions not a power of 2, the frames
 
60
           `orig_r.bdf' and `orig_i.bdf' with the original size will be
 
61
           extracted from the results as well.
 
62
\\
 
63
           This command corresponds to a previous FFT/IMAGE or FFT/POWER
 
64
           command, not a FFT/FREQUENCY command!
 
65
\on\exs
 
66
Examples:
 
67
\ex
 
68
           FFT/INV f1 f2
 
69
            Do inverse FFT for image with real part in frame `f1.bdf' and
 
70
            imaginary part in `f2.bdf', store results in frame `zztr.bdf'
 
71
            and `zzti.bdf' .
 
72
\xe\ex
 
73
           FFT/INV 
 
74
            Do inverse FFT for image with real part in frame `fftr.bdf' and
 
75
            imaginary part in `ffti.bdf', store results in frame `zztr.bdf'
 
76
            and `zzti.bdf' .
 
77
\xe \sxe
 
78
\rs
 
79
Restrictions:  \\
 
80
           Does not work for 3-dim frames.
 
81
\sr