----- file created by makedoc on: Thu Sep 11 15:03:14 2014
----- Documentation for /scisoft/xop2.4/extensions/shadowvui/src/vui/xsh_histo1.pro -----


==============================  XSh_Histo1   ==================================

 XSh_Histo1 is a widget based graphical interface for the Histo1
 IDL implementation of the SHADOW Histo1 tool.

 DESCRIPTION OF THE CONTROLS IN THE MAIN WINDOW:

  Menu bar
  ========
  File:
    XSh_Histo1 input parameters: This option allows to save the current
		parameters to a file for later loading. It also allows
		to save the current parameters as defaults for being
		used when the application is initialized. In the last
		case, the file is named "application".xop (where 
		"application " is the name of the current XOP
		application) and is written in the directory pointed
		by the XOP_DEFAULTS_DIR environment variable (which
		must be set). The parameter file is ASCII and can be
		read and edited with care.
  Quit: to exit from the program

  Help:   Shows the XSh_Histo1 help (this text) and Histo1 help.

  Other controls
  ==============
  
  "Quit" button: quite sthe program
  "Show contols": starts an application allowing to change interactively 
	the parameters. 
  "Refresh" refresh the screen by exucuting the command written at the 
	bottom (which may be different to the parameters input with
	"Show controls").
  "Refresh in a new window" creates a new clone window and executes
	Histo1 with parameters defined in the "Show controls". This
	option is useful when tracing running SHADOW as a second time
	with some changed parameters and wanted to compare with the 
	previous run without destoying the previous Histo1 graph.
  The bottom editable line can be used to enter by hand any Histo1
	command. Enter <return> for updating the graph. Note that 
	entering a command here does not update the parameters available
	under the "Show controls" button. Also, by using this button, 
	the previous existing command is overwritten.
	

  For zooming (in fact, changing abscissas) select a region of interest
  For zooming out, doublr click on the plot.
  

 COPYRIGHT:
	XSH_Histo1  belongs to SHADOWVUI package and it is distributed 
	as an XOP extension.

	PLEASE REFER TO THE XOP COPYRIGHT NOTICE. 

       XOP WEB SITE:
       http://www.esrf.eu/UsersAndScience/Experiments/TBS/SciSoft/xop2.3/

 CREDITS:
	Published calculations made with SHADOW should refer:

	 C. Welnak, G.J. Chen and F. Cerrina, 
        "SHADOW: a synchrotron radiation X-ray Optics simulation tool",
	 Nucl. Instr. and Meth. in Phys. Res. A347 91994) 344
  
        http://dx.doi.org/ 10.1016/0168-9002(94)91906-2  

	or

	 SHADOW WEB Page: http://www.nanotech.wisc.edu/shadow/


	Published calculations made with SHADOWVUI/XOP should refer:

	  M. Sanchez del Rio and R. J. Dejus 
         "Status of XOP: an x-ray optics software toolkit"
         SPIE Proceedings Vol. 5536 (2004) pp.171-174

         http://dx.doi.org/10.1117/12.560903


 MODIFICATIONS: 


	Author: M. Sanchez del Rio (srio@esrf.fr) , ESRF
	00/07/10 srio@esrf.fr version 1.1 for xop 2.0. Documented.
	09/09/08 srio@esrf.fr version 1.2 Added YLog CM, Added Zoom.


 

 NON INTERACTICE USE OF XSH_HISTO1: 

  PRO xsh_histo1, $
   input, $            ; input (undefined, structure, file name, pointer)
   col, $              ; the shadow column
   <histo1_kw>, $      ; list of keywords accepted by histo1
   Wtitle=wtitle, $    ; the window title
   Group = group, $    ; the id of the window parent
   NOEXECUTE=noexecute, $ ; create windows, but does not run histo1
   PARENT=parent       ; returns parent widget id

 Example: 
    xsh_histo1,'star.01',11,/NoExecute,Parent=p
    xsh_histo1_refresh,p
  
 
