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

« back to all changes in this revision

Viewing changes to prim/help/rotatecloc.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
% @(#)rotatecloc.hlq    19.1 (ESO-IPG) 02/25/03 14:03:41 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      rotatecloc.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, ROTATE/CLOCK
 
7
%.PURPOSE    On-line help file for the command: ROTATE/CLOCK
 
8
%.VERSION    1.0  11-DEC-1984 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./CLOC
 
12
\es\co
 
13
ROTATE/CLOCK                                            11-DEC-1984  KB
 
14
\oc\su
 
15
ROTATE/CLOCK in out [factor]
 
16
        rotate an image by multiples of 90 degrees clockwise
 
17
\us\pu
 
18
Purpose:  
 
19
           Rotate an image by multiples of 90 degrees clockwise.
 
20
\up\sy
 
21
Syntax:  
 
22
           ROTATE/CLOCK in out [factor]
 
23
\ys\pa
 
24
           in = input frame (2-dim image)
 
25
\ap\pa
 
26
           out = output frame (will be created by this command)
 
27
\ap\pa
 
28
           factor = 1, 2 or 3 for 90, 180 or 270 degrees rotation;
 
29
\\
 
30
               defaulted to 1, i.e. 90 degrees
 
31
\ap\no
 
32
Note:
 
33
           This command is not a rotation around a given point but strictly
 
34
           speaking just a rearrangement of the image pixels. Values for start
 
35
           and stepsize of result frame are adjusted accordingly.
 
36
\\
 
37
           Using REBIN/ROTATE with a rotation angle of -90.0 degrees will yield
 
38
           the same data in the result frame as ROTATE/CLOCK, but start and
 
39
           stepsize will be different!
 
40
\on\sa
 
41
See also:
 
42
           ROTATE/COUNTER_CLOCK, REBIN/ROTATE
 
43
\as\exs
 
44
Examples:
 
45
\ex
 
46
           ROTATE/CLOCK paloma blanca 
 
47
           rotate image paloma.bdf by 90 degrees clockwise and store result
 
48
           into frame blanca.bdf
 
49
\xe \sxe