; FILE: p30vr_fd_c1.ips ; PURPOSE: Grab the prime30 velocity and also make a full disk ; continuum. ; HISTORY: ; Written 3-Mar-97 by M.Morrison ; ; 2009-Mar-17 (SEG) - Adjusted the crop radius for Velocity to prevent the ; truncation of cam_cont30. Velocity crop radius of 492. ; 2009-Mar-23 (SEG) - Since this is a couple of extra lines longer than ; P30V_FD_C1, I'm renaming it and going to put it between ; initmag and chkdl8. QPROG_P30VR_FD_C1:: CALLQUE $QSR_STORE_P30V ;store/move the prime30 velocity CALLQUE $QSR_FD_VLC30 ;do all of the work BRANCHLT R3072 10 &DONE ;If not ready for downlink, then exit COPYRD2D $IPRL_CROP_RAD492 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_PVEL ;crop prime30 velocity (page 11 to 15) COPYRD2D $IPRL_CROP_RAD504 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_CONT ;crop cam30 continuum (page 5 to 4 to 5) SETREGS $IPRL_DL_PARAM 2 0x7800 0x2800 ;downlink vel and cont CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END