% @(#)daomiddaop.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:13:55 \se SECTION./DAOPHOT \es\co DAOMID/DAOPHOT 10-May-1991 RHW \oc\su DAOMID/DAOPHOT table convert a DAOPHOT\ table into a MIDAS\ table \us\pu Purpose: DAOMID takes xxx.COO, xxx.PK, xxx.NST, or xxx.ALS and produces xxxCOO.TBL, xxxPK.TBL, xxxNST.TBL, or xxxALS.TBL respectively. \up\sy Syntax: DAOMID/DAOP table \ys\pa table = input table, in ASCII, with one of the extensions .coo, .PK, .NST or .ALS. Must adhere to DAOPHOT format. \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 DAOMID/DAOP qq.coo read the qq.cooo and create a midas table qqcoo.tbl \xe \sxe