In this zip archive you find 2 files:

camera_parameter_check.tcl
source_parameter_check.tcl

To use, follow these steps.

1. Determine the file you want to check.  Preferably this will be the BCAM_Parameters_Full.txt
	file located at http://alignment.hep.brandeis.edu/Devices/Calibration/ .  You must ensure that
	the name of the file you want to check appears in line 16:

	set calibration_list BCAM_Parameters_Full.txt

	If the calibration list is in a different directory than the script, replace the name with the
	full path to the list or move the list to the same directory.

2.  Decide on the output file name, the one which will contain the list of problems.  
	By default, these are set to 

	BCAM_Camera_Problems.txt
	BCAM_Source_Problems.txt
	
3.  Decide on the bounds you want to check against.  These bounds will be added and subtracted
	from the nominal BCAM values, and anything outside of nominal +/- bound will be flagged.

4.  Open a Console/Terminal window.

5.  Both scripts will run under tclsh or wish.  Enter either
	
		tclsh /path/to/script
		wish /path/to/script
	
	The output "problems" file will be placed in the same directory as the scripts.
	
