; FILE: fd_me_ve.ips ; PURPOSE: Make a full disk magnetogram and average dopplergram and ; downlink the extracted dopplergram and extract magnetogram ; HISTORY: 18-Jul-96 by M.Morrison ; 23-Jul-96 (MDM) - Changed extract size to 750 (from 800) ; 23-Jul-96 (MDM) - Reversed order of downlink (do mag first) QPROG_FD_ME_VE:: 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_EXTRACT_75K $IPRL_EXTRACT_PARAM 6 ;setup the parameters to be used by the extract subroutine CALLQUE $QSR_STD_EFMT_VEL ;---- Extract from velocity CALLQUE $QSR_STD_EFMT_MAG ;---- Extract from magnetogram ;---- Downlink the two observables SETREGS $IPRL_DL_PARAM 2 0x9000 0x6800 ;downlink vel and mag CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END