; FILE: fd_v1_l1.ips ; PURPOSE: Make and downlink a full disk velocity and line-depth ; and send them down cropped (essentially PRIME30 duplicated) ; PAGE USAGE: ; From MK_FD_MVL30 ; page 7 full velocity ; HISTORY: ; Written 18-Jul-96 by M.Morrison ; 23-Jul-96 (MDM) - Corrected which page is downlinked QPROG_FD_V1_L1:: 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_VEL CALLQUE $QSR_STD_CFMT_LDEP SETREGS $IPRL_DL_PARAM 2 0x6800 0x3000 CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END