; wrlite.pro ; ; This program automates the process of creating a 'lite' file once ; the user has determined which calibration image files are to be ; used for determining the filter passband. OPENW,1,'lite' PRINTF,1,nfl,FORMAT='(I3)' PRINTF,1,fl,FORMAT='(A)' CLOSE,1 SPAWN,'head lite' END