;-------------------------------------------------------------------------------- ;+ ; NAME: ; pics_ag ; PURPOSE: ; PMAS Instrument Control Software: ; Acquisiton & Guiding CCD GUI ; ; CATEGORY: ; Widgets ; ; CALLING SEQUENCE: ; pics_ag ; ; EXAMPLES: ; pics_ag ; or: pics_ag,simul=datapath+'list1.txt',spath=datapath ; ; PARAMETERS: ; none, optional keywords for simulation mode with existing images ; ; KEYWORD PARAMETERS: ; = The widget ID of the widget that calls pics_GUI. When this ; ID is specified, a death of the caller results in a death of ; pmas_ag. ; OUTPUTS: ; OPTIONAL OUTPUT PARAMETERS: ; COMMON BLOCKS: ; SIDE EFFECTS: ; Initiates the XManager if it is not already running. ; RESTRICTIONS: ; PROCEDURE: ; Create and register the widget and then exit. ; MODIFICATION HISTORY: ; ; ;- ;******************************************************************************** ;******************************************************************************** PRO pics_ag, SIMUL=varsimul,SPATH=varspath, DEBUG=vardebug, GROUP = GROUP ;******************************************************************************** ;********************************************************************************