; FILE: fd_m1_v2.ips ; PURPOSE: Make a full disk magnetogram and average dopplergram and ; downlink the cropped mag and 2x2 binned velocity ; HISTORY: 22-Jul-96 by M.Morrison ; 23-Jul-96 (MDM) - Corrected call to STD_FMT QPROG_FD_M1_V2:: BRANCHEQ R3072 10 &DONE ;don't do anything with frame 10 ;the processing at frame 9 takes so long ;that when it returns from the "HR_MVL30" ;subroutine call, the frame number has changed! CALLQUE $QSR_FD_MVL30 ;do all of the work BRANCHLT R3072 9 &DONE ;don't do anything unless frame 9 (or 10) COPYRD2D $IPRL_CROP_RAD504 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_MAG ;---- Bin the velocity SETREGS $IPRL_BIN_PARAM 4 7:0x0726 13:0x0726 ;setup source/destination page of the bin CALLQUE $QSR_FMT_2X2BIN ;---- Downlink the two observables SETREGS $IPRL_DL_PARAM 2 0x6800 0x9000 ;downlink vel and mag CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END