; FILE: p30v_hr_le.ips ; PURPOSE: Grab the prime30 velocity. Send the full cropped P30 ; velocity and a extracted portion of the high resolution ; line-depth ; HISTORY: ; Written 8-Jan-97 by M.Morrison QPROG_P30V_HR_LE:: CALLQUE $QSR_STORE_P30V ;store/move the prime30 velocity CALLQUE $QSR_HR_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_PVEL ;---- Crop the velocity COPYRD2D $IPRL_EXTRACT_75K $IPRL_EXTRACT_PARAM 6 ;setup the parameters to be used by the extract subroutine CALLQUE $QSR_STD_EFMT_LDEP ;---- Extract the line depth SETREGS $IPRL_DL_PARAM 2 0x7800 0x3000 ;downlink CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END