; FILE: p30c_fd_c1.ips ; PURPOSE: Grab the prime30 continuum observable and make a full disk ; continuum observable. ; ; HISTORY: ; Written 26-Mar-97 by M.Morrison QPROG_P30C_FD_C1:: CALLQUE $QSR_STORE_P30C ;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_RAD504 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_PCONT ;crop prime30 continuum CALLQUE $QSR_STD_CFMT_CONT ;crop cam30 continuum SETREGS $IPRL_DL_PARAM 2 0x5800 0x2800 ;downlink CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END