! PR:I_LIST.GRAPHIC ! List input parameters for INPUT LIST !---------------------------------------------------------------------- define character b*4 n*4 sic\let b "" ! 4 is underline, 7 reverse video but both sic\let n "" ! are mapped to same attribute on dumb VT100 sic\say " LIST will list UV Table " 'b''name'.uvt'n' sic\say " by running GILDAS task UV_LIST " sic\say " for channel " 'b''channel''n' sic\say " in steps of " 'b''ut_step''n' "hours" sic\say " " sic\say "- The input file is given by variable NAME, extension is .UVT" sic\say "- Other inputs: CHANNEL, UT_STEP"