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