The measurements interface finds and measures the stars automatically on the frames (works quite well, cf Fig.1). For this reason, most of the original routines (called TMAG_something.prg or TMAG/something in Midas) have been evolved to AMAG_something (for "Automatic" Tmag). While it might be confusing, AMAG is just an upgrade of TMAG.
For the interactive computation of the photometric solution, a Graphic User Interface is available, as seen in Fig.3.
TMAG has some additional commands to deal with the EFOSC2, EMMI-red, WFI and SuSI2 instruments at La Silla.
Some support can be provided by Olivier Hainaut (ohainaut @ eso.org), to whom bug reports and suggestions should also be sent.
Almost all commands come with a on-line help, which is accessible with @@ command ??? .
Section 3.2- is a step-by-step cookbook on how to use the program, while Section 3.3- is the detailed reference manual for all the commands.
AMAG/MES image pixScale posAng orientation @@ amag_mes image pixScale posAng orientation
AMAG/MERGE in_cat.cat [out_tab.tbl] [prefix] @@ amag_merge in_cat.cat [out_tab.tbl] [prefix]
AMAG/EXPTIME intab [exptime] @@ amag_exptime intab [exptime]
AMAG/SOLVE measurements color DUMMY method [Ident?] [zero,extn,col] [Add_selec] [colr] @@ amag measurements color DUMMY method [Ident?] [zero,extn,col] [Add_selec] [colr]
Zero Pt Extinction Colour term A: computed Assumed=std/P6 assumed:def/p6 R: computed computed assumed:def/p6 K: computed Assumed:std/p6 computed C: computed computed computed Z: Assumed/P6 Assumed/P6 Assumed/P6
AMAG/PLOT meas color plot_flag X Y [scale] [frame_diff?] [all_frames?] @@ amag_plot meas color plot_flag X Y [scale] [frame_diff?] [all_frames?]
AMAG/EDIT table Delete? [AdditionalSelection] @@ amag_edit table Delete? [AdditionalSelection]
AMAG/KILL table Delete? @@ amag_kill table Delete?
@@ amag_objmes image diap_diam [pixScale]
@@ amag_comp inTab [solution]
! FORS2, october run ! !-- zero points and their sigma DEFI/LOC zero/R/1/5 -99.,26.967,27.31,27.482,26.533 ! U B V R I DEFI/LOC zeroS/R/1/5 -99.,0.013,0.009,0.021,0.014 ! U B V R I ! !-- extinctions and their sigma DEFI/LOC extn/R/1/5 -99.,0.24,0.112,0.091,0.061 !U B V R I DEFI/LOC extnS/R/1/5 -99.,0.007,0.005,0.007,0.006 ! U B V R I ! !-- color terms and their sigma DEFI/LOC color/R/1/5 -99.,-0.067,0.029,-0.010,-0.022 ! U B V R I DEFI/LOC colors/R/1/5 -99.,0.006,0.004,0.011,0.006 ! U B V R I ! !-- color used defi/loc cindexU/c/1/3 U-B defi/loc cindexB/c/1/3 B-V defi/loc cindexV/c/1/3 B-V defi/loc cindexR/c/1/3 V-R defi/loc cindexI/c/1/3 V-I
Each of the following command exist for the 4 instruments. Just replace INST by EMMI, SUSI, WFI or EFOSC.
WFI/lis
WFI/ZP WFI_Ima.123.fits @@ WFIamag_mesAuto WFI_Ima.123.fits
The quick-look wrapper. It will read the file in Midas (if needed), measure each chip with WFIamag/mes, correct for the exposure time, computes an average zero point per chip (using internal command WFIamag_oneZero) store the ZP in a table WFIzp (located on the E2P2OPS directory), and plot the evolution of the ZP per chip.
It calls a modified version of amag/mes, taylored for automatic measurements on the considered instrument. For the first measurement in the current directory, the program will load a default centering value, and will ask for interactive confirmation. For further measurements in the same Midas session, it will use the centering offset obtained interactivelly.
To reset this auto-centering, DELE/KEY centerx
The program rejects poorly identified stars, and saturated stars, and rejects the whole CCD subframe in case less than 30% of the stars in the field were properly identified.
In addition to the 1-letter filter ID, the original filter name is kept in col. :ffilter ("full-filer"), so that the analysis can be done separately for different filters of the same type (B123 vs B99).
The program stores the individual measurements in a table named zp_INST.date.tbl stored in /data/{TELESCOPE}OPS/pipeline/INST/Photometry. The history database is INSTzp.tbl in the same directory.
O.Hainaut