; FILE: p30v_hr_m2.ips ; PURPOSE: Grab the prime30 velocity and also make a high resolution ; magnetogram. Send the full cropped P30 velocity and a ; 2x2 binned magnetogram ; HISTORY: ; Written 28-Aug-96 by M.Morrison QPROG_P30V_HR_M2:: CALLQUE $QSR_STORE_P30V ;store/move the prime30 velocity 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 ;If not ready for downlink, then exit COPYRD2D $IPRL_CROP_RAD504 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_PVEL ;---- Crop the velocity ;---- Bin the magnetogram data SETREGS $IPRL_BIN_PARAM 4 17:0x0726 13:0x0726 ;setup source and dest page of the bin CALLQUE $QSR_FMT_2X2BIN SETREGS $IPRL_DL_PARAM 2 0x7800 0x6800 ;downlink CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END