% @(#)middaodaop.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:13:56 \se SECTION./DAOPHOT \es\co MIDDAO/DAOPHOT 10-May-1991 RHW \oc\su MIDDAO/DAOPHOT table convert a MIDAS\ table into a DAOPHOT\ table \us\pu Purpose: MIDDAO takes xxx.TBL, looks for columns labelled X_COORD and Y_COORD (as produced, e.g., by cursor input), and creates the file xxx.COO (with two columns). \up\sy Syntax: MIDDAO/DAOP table \ys\pa table = input table containing (at least) two columns labelled X_COORD and Y_COORD. \ap\no Note: DAOPHOT uses pixel coordinates, and the INVENTORY and MIDAS uses both world and pixel coordinates. Hence, in converting to MIDAS, the user can give start and step size values to accomplish this transformation. Similarly, the reverse transformation can be carried out, when creating a .COO files from a .TBL file. \\ The user must give start and step values by writing them into a double precision keyword TRANSF, before issueing the command DAOMID/DAOP or MIDDAO/DAOP. Unless altered by the user, the keyword values will not normally change ina session. \on\exs Examples: \ex WRITE/KEY TRANSF/D/1/4 3.0,4.0,1.0,1.0 write the double precession keyword \xe\ex MIDDAO/DAOP qq.coo read the qqcoo.tbl and create a DAOPHOTtable qq.coo \xe \sxe