; FILE: p30c_hr_f1.ips ; PURPOSE: Grab the prime30 continuum observable and make a high resolution ; continuum observable. Downlink FD cropped and full hr ; ; HISTORY: ; Written 22-Jul-96 by M.Morrison ; 23-Jul-96 (MDM) - Mod to call HR_VLC30 instead of HR_MVL30 QPROG_P30C_HR_F1:: CALLQUE $QSR_STORE_P30C ;store/move the prime30 velocity 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_HR_VLC30 ;do all of the work BRANCHLT R3072 9 &DONE ;don't do anything unless frame 9 (or 10) COPYRD2D $IPRL_CROP_RAD504 $IPRL_CROP_PARAM+4 5 CALLQUE $QSR_STD_CFMT_PCONT ;---- Crop the continuum SETREGS $IPRL_SQRT_PARAM 4 19:0x00726 4:0x0226 ;compress the HR continuum filtergram CALLQUE $QSR_SQRT_COMP ;0.3 sec SETREGS $IPRL_DL_PARAM 2 0x5800 0x2000 ;downlink CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END