; Compile the user provided function that interacts with ; the weather database. .compile /home/astro-util/projects/Argus/PRO/getatmos ; Compile the scripts that does the data reduction. .compile argus_mapfsw ; Load the data. filein,"data/TGBT22A_603_05.raw.vegas" ; Run the data reduction on one of the beams. argus_mapfsw,"outputs/beam_0.fits",37,60,0,0,[35,36],75,16 ; Repeat for the rest of the beams. for b=1,16,1 do begin & argus_mapfsw,"outputs/beam_"+b+".fits",37,60,b,0,[35,36],75,16 & endfor