; FILE: ffd_f1_c1.ips ; PURPOSE: Make and downlink a FULL full disk (1024x1024) ; continuum and continuum filtergram ; HISTORY: ; Written 3-Mar-97 by M.Morrison QPROG_FFD_F1_C1:: CALLQUE $QSR_FD_VLC30 ;do all of the work BRANCHLT R3072 10 &DONE ;If not ready for downlink, then exit SETREGS $IPRL_SQRT_PARAM 4 5:0x0726 4:0x0226 ;continuum CALLQUE $QSR_SQRT_COMP SETREGS $IPRL_SQRT_PARAM 4 19:0x0726 5:0x0726 ;continuum filtergram CALLQUE $QSR_SQRT_COMP SETREGS $IPRL_DL_PARAM 2 0x2000 0x2800 CALLQUE $QSR_DL_2PAGE ;0.6 sec DONE: END