; FILE: hr_v1_m2.ips ; PURPOSE: Make a high resolution magnetogram and average dopplergram and ; downlink the full dopplergram and a 2x2 bin magnetogram. ; HISTORY: 2-May-96 by M.Morrison QPROG_HR_V1_M2:: 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_HR_MVL30 ;do all of the work BRANCHLT R3072 9 &DONE ;don't do anything unless frame 9 (or 10) ;---- Bin the magnetogram data SETREGS $IPRL_BIN_PARAM 4 17:0x0726 18:0x0726 ;setup source and dest page of the bin CALLQUE $QSR_FMT_2X2BIN ;---- Downlink the two observables SETREGS $IPRL_DL_PARAM 2 0x3800 0x9000 ;downlink vel and 2x2 mag CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END