! PR:I_MX.GRAPHIC ! List input parameters for INPUT MX !---------------------------------------------------------------------- sic\let b*4 "" /new character ! 4 is underline, 7 reverse video but both sic\let n*4 "" /new character ! are mapped to same attribute on dumb VT100 sic\say " MX will use GILDAS task MX to build and clean a map" sic\say " " sic\say "_ Starts from UV dataset " 'b''name'.uvt'n' sic\say "- Produces " 'b''name'.beam'n' " and " 'b''name'.lmv-mx'n' sic\say "- The file names are given by variable NAME" sic\say "_ Variables UV_SHIFT, MAP_RA, MAP_DEC, MAP_ANGLE are used for centering" sic\if (uv_shift) then sic\say " Map centered on " 'b''map_ra' 'map_dec''n' " at angle " 'b''map_angle''n' sic\else sic\say " Map not shifted and not rotated" sic\endif sic\say "_ Variables UV_TAPER[2], WEIGHT_MODE, MAP_SIZE[2], MAP_CELL[2], UV_CELL[2], " sic\say " WCOL, MCOL[2], and CONVOLUTION are used as Mapping parameters:" sic\say " UV_TAPER [" 'b''uv_taper[1]' 'uv_taper[2]''n' "] WEIGHT_MODE [" 'b''weight_mode''n' "]" sic\say " MAP_SIZE [" 'b''map_size[1]' 'map_size[2]''n' "] UV_CELL [" 'b''uv_cell[1]' 'uv_cell[2]''n' "]" sic\say " MAP_CELL [" 'b''map_cell[1]' 'map_cell[2]''n' "] WCOL [" 'b''wcol''n' "]" sic\say " MCOL [" 'b''mcol[1]' 'mcol[2]''n' "] CONVOLUTION [" 'b''convolution''n' "]" sic\say "_ Variables GAIN, NITER, FRES, ARES, BLC[2], TRC[2], MAJOR," sic\say " MINOR, ANGLE, and BEAM_PATCH are used as Cleaning parameters:" sic\say " METHOD [" 'b'clark'n' "] GAIN [" 'b''gain''n' "]" if (keep) then sic\say " NITER [" 'b''niter''n' "] (Keep cleaning after convergence)" else sic\say " NITER [" 'b''niter''n' "] (Stop cleaning if converged)" endif sic\say " FRES [" 'b''fres''n' "] ARES [" 'b''ares''n' "]" sic\say " BLC [" 'b''blc[1]' 'blc[2]''n' "] TRC [" 'b''trc[1]' 'trc[2]''n' "]" sic\say " MAJOR [" 'b''major''n' "arc sec] MINOR [" 'b''minor''n' "arc sec]" sic\say " ANGLE [" 'b''angle''n' "deg E from N] BEAM_PATCH [" 'b''beam_patch[1]' 'beam_patch[2]''n' "]" sic\say " "