; FILE: hr_m1_ipreg.ips ; PURPOSE: Make a high resolution magnetogram and downlink the IP registers ; and the HR magnetogram (for use with "cam_vc2_obs") ; HISTORY: 18-Jul-96 by M.Morrison (replaced prog_hr_mag.ips) QPROG_HR_M1_IPREG:: BRANCHNE R3072 8 &SKIP_REG_DMP CALLQUE $QSR_DUMP_IPREG ;downlink the registers at frame 8 SKIP_REG_DMP: 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_MVL30 ;do all of the work BRANCHLT R3072 9 &DONE ;don't do anything unless frame 9 (or 10) ;---- Downlink the magnetogram SETREG $IPRL_DL_PARAM 0x8800 CALLQUE $QSR_DL_1PAGE ;0.3 sec DONE: END