Glaucoma Simulation Version 2 README Last updated: 2007-09-26 ************************************ GENERAL_PARAMETERS.TXT FIELD VALUES The file general_parameters.txt contains the parameters related to number and resolution of volumes and images needed to run the simulation. It is a text file with each parameter occupying a different line. All parameters are then read as doubles using the initialize() function. The meaning of each line is: - Number of volumes - Volume resolution (assumed square for simplicity) - Number of stereo images - Stereo image resolution (assumed square for simplicity) - Number of principal components to keep ************************************ VOLUME_PARAMETERS.TXT FIELD VALUES The file volume_parameters.txt contains the parameters related to the sizes of volumes needed to run the simulation. It is a text file with each parameter occupying a different line. All parameters are then read as doubles using the initialize() function. The meaning of each line is: - Mean of retina - Sigma of retina - Mean of optic nerve - Sigma of optic nerve - Density of Gaussians - Scaling factor ************************************ STEREO_PARAMETERS.TXT FIELD VALUES The file stereo_parameters.txt contains the parameters related to the calibration of the stereo cameras needed to run the simulation. It is a text file with each parameter occupying a different line. All parameters are then read as doubles using the initialize() function. The meaning of each line is: - Stereo camera baseline (in milimeters) - Camera Focal length (in milimeters)