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

« back to all changes in this revision

Viewing changes to prim/help/map_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
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
2
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
3
%.IDENT      map_imag.hlq
 
4
%.AUTHOR     KB, IPG/ESO
 
5
%.KEYWORDS   MIDAS, help files, MAP/IMAGE
 
6
%.PURPOSE    On-line help file for the command: MAP/IMAGE
 
7
%.VERSION    1.0  13-MAY-2004 : Creation, KB
 
8
%----------------------------------------------------------------
 
9
\se
 
10
SECTION./IMAG
 
11
\es\co
 
12
MAP/IMAGE                                               13-MAY-2004   KB
 
13
\oc\su
 
14
MAP/IMAGE in map out [lo,hi] [scale_flag]
 
15
        map an image via another image
 
16
\us\pu
 
17
Purpose:  
 
18
        Map an image via another image (similar to mapping via an ITT).
 
19
\up\sy
 
20
Syntax:    
 
21
          MAP/IMAGE in map out [lo,hi] [scale_flag]
 
22
\ys\pa
 
23
          in = input image 
 
24
\ap\pa
 
25
          map = the "mapping" image 
 
26
\ap\pa
 
27
          out = output image 
 
28
\ap\pa
 
29
          lo,hi = low, high map limits, applied to the input image,
 
30
                  defaulted to min, max of input image
 
31
\ap\pa
 
32
          scale_flag = SCALE (default) or NOSCALE
 
33
\ap\sa
 
34
See also:
 
35
          LOAD/IMAGE (cuts), SET/ITT
 
36
\as\no
 
37
Note:   
 
38
            The values of image `in' are used as indices (frame pixel no's)
 
39
          in [1,total_pixno] of the image `map' to provide the relevant
 
40
          values of image `out'. This is very similar to the mapping of
 
41
          image data to a pixel range of [0,255] when displaying that image.
 
42
            If scale_flag = NO, the NINT of the input values are used
 
43
          directly as frame pixel no's of image `map'.
 
44
\on\exs
 
45
Examples:
 
46
\ex
 
47
          MAP/IMAGE in_2ima spectr result
 
48
            Map the data range of 2dim image `in_2ima.bdf' to the frame
 
49
            pixel interval of 1-dim image `spectr.bdf'.
 
50
\xe \sxe