; FILE: m1c492_p30vc480.ips ; PURPOSE: Make a full disk magnetogram and averaged dopplergram and ; downlink them cropped to radii of 492 and 480 pixels ; respectively. The dopplergram is the one constructed during ; the structure (prime 30) period. ; HISTORY: ; 29-Mar-99 Dnyanesh Mathur (Adapted from fd_m1_crop480_p30v) ; QPROG_M1C492_P30VC480:: CALLQUE $QSR_STORE_P30V ;store/move dopplergram made from p30 images ;_this routine is called at each frame because ;_the move happens on frames 2 and 6. 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_RAD480 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_PVEL ;---- Crop P30 velocity (page 11 to 15) ; COPYRD2D $IPRL_CROP_RAD492 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_MAG ;---- Crop magnetogram ;---- Downlink the two observables SETREGS $IPRL_DL_PARAM 2 0x7800 0x9000 ;downlink vel and mag CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END