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

« back to all changes in this revision

Viewing changes to prim/help/copy_id.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
% @(#)copy_id.hlq       19.1 (ESO-IPG) 02/25/03 14:03:07 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      copy_id.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, COPY/ID
 
7
%.PURPOSE    On-line help file for the command: COPY/ID
 
8
%.VERSION    1.0  14-MAR-1987 : Creation, KB
 
9
%.VERSION    1.1  09-APR-1992 : Update, KB
 
10
%----------------------------------------------------------------
 
11
\se
 
12
SECTION./ID  
 
13
\es\co
 
14
COPY/ID                                         09-APR-1992  KB
 
15
\oc\su
 
16
COPY/ID source_frame dest_frame dest_desc
 
17
        copy image data to descriptor of destination frame
 
18
\us\pu
 
19
Purpose:   
 
20
          Copy image data to descriptor of destination frame.
 
21
\up\sy
 
22
Syntax:    
 
23
          COPY/ID source_frame dest_frame dest_desc
 
24
\ys\pa
 
25
          source_frame = name of source frame
 
26
\ap\pa
 
27
          dest_frame = name of destination frame
 
28
\ap\pa
 
29
          dest_desc = name of destination descriptor
 
30
\ap\sa
 
31
See also:
 
32
          COPY/DIMA, COPY/DK, COPY/KD, COPY/DD
 
33
\as\no
 
34
Note:      
 
35
          The type of the destination frame is defaulted to ".bdf" .
 
36
\\
 
37
          If destination descriptor does not exist yet, it is created in
 
38
          the dest_frame.
 
39
\on\exs
 
40
Examples:
 
41
\ex
 
42
          COPY/ID pulpo tiburon imdata/i/1/200
 
43
            Copy 200 data values of image `pulpo.bdf' to the integer descr.
 
44
            `imdata' of the frame `tiburon.bdf' - if this descriptor does not
 
45
            yet exist, it will be created.
 
46
\xe \ex
 
47
          COPY/ID pulpo/201/200 tiburon imdata/r/1/200
 
48
            Copy 200 data values of image `pulpo.bdf' (starting at element 201)
 
49
            to the real descriptor `imdata' of the frame `tiburon.bdf' -
 
50
            if this descriptor does not yet exist, it will be created.
 
51
\xe \sxe