//checkin: 04/14/98 2219 File CJS.scene.fulldisk.allpanel.1600.useq ID: 0xf90 Version: 0 Checked in.
//name CJS.scene.fulldisk.allpanel.1600
//description: make a full-disk mosaic at only one wavelength (1600)
// derived from CJS.scene.fulldisk.allpanel.1wave by TDT
//revision: 0
//date: 19980414
//keywords: 49: Synoptic
//ID: 000.000.000.000
//Type: main program
//Target: fullmosaic
//Termination: executes once
//Telemetry: 1.6Mbyte (estimated, using JPEG compression)
$type:scene;
$PRI=0;
set_frame_list(cjs.stdfull1600);
set_target_list($list$fullmosaic);
execute_list(0s,0s,@saa_pause);
return 0;