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

« back to all changes in this revision

Viewing changes to contrib/daophot/help/middaodaop.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
\se
 
2
SECTION./DAOPHOT
 
3
\es\co
 
4
MIDDAO/DAOPHOT                                                21-JUL-2004 KB
 
5
\oc\su
 
6
MIDDAO/DAOPHOT table  
 
7
        convert a MIDAS table into a DAOPHOT table
 
8
\us\pu  
 
9
Purpose:      
 
10
            Convert x-, y-pixel columns of a MIDAS table into DAOPHOT table
 
11
\up\sy
 
12
Syntax:       
 
13
            MIDDAO/DAOP table 
 
14
\ys\pa 
 
15
            table = Midas table containing x-,y-coord columns as
 
16
                    frame pixels or world coords, labelled 
 
17
                    :X_COORDPIX, :Y_COORDPIX or :X_COORD, :Y_COORD
 
18
\ap\no
 
19
Note:         
 
20
            DAOPHOT table is created with same name and .coo as file type.
 
21
 
 
22
            DAOPHOT uses pixel coordinates. So, if the MIDAS table contains
 
23
            world coords in :X_COORD, :Y_COORD, the start and step values are
 
24
            needed for the conversion world coords -> frame pixels 
 
25
            (assuming a linear world coord system).
 
26
 
 
27
            In that case two start and two step values must be written into
 
28
            a double precision keyword TRANSF, before issueing the command
 
29
            DAOMID/DAOP or MIDDAO/DAOP. Unless altered by the user, 
 
30
            these keyword values will not normally change in a session.
 
31
            E.g.    WRITE/KEYW TRANSF/D/1/4 3.0,4.0,1.0,1.0 
 
32
                    for x,ystart = 3.0,4.0 and x,ystep = 1.0,1.0
 
33
\on\exs 
 
34
Examples:
 
35
\ex                                                                            
 
36
            MIDDAO/DAOP qq
 
37
              Use Midas table `qq.tbl' and create a DAOPHOT table `qq.coo'. 
 
38
\xe \sxe