! PR:I_CLEAN.GRAPHIC ! List input parameters for INPUT CLEAN !---------------------------------------------------------------------- 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 say " CLEAN will use GILDAS task CLEAN to clean input map " 'b''name'.lmv'n' say " " say "The input file is given by variable NAME, its extension .LMV" say "_ Assumes the beam is named " 'b''name'.beam'n' say "_ Outputs" 'b''name'.lmv-clean'n' ", and " 'b''name'.lmv-res'n' say "_ Variables METHOD, GAIN, NITER, FRES, ARES, BLC[2], TRC[2], MAJOR," say "MINOR, ANGLE, and BEAM_PATCH are used as input parameters:" say " METHOD [" 'b''method''n' "] GAIN [" 'b''gain''n' "]" if (keep) then say " NITER [" 'b''niter''n' "] (Keep cleaning after convergence)" else say " NITER [" 'b''niter''n' "] (Stop cleaning if converged)" endif say " FRES [" 'b''fres''n' "] ARES [" 'b''ares''n' "]" say " BLC [" 'b''blc[1]' 'blc[2]''n' "] TRC [" 'b''trc[1]' 'trc[2]''n' "]" say " MAJOR [" 'b''major''n' "arc sec] MINOR [" 'b''minor''n' "arc sec]" say " ANGLE [" 'b''angle''n' "deg E from N] BEAM_PATCH [" 'b''beam_patch[1]' 'beam_patch[2]''n' "]" say " "