6 / 12 Sample Output

- Output from call: ./calibrate model.dat [1-8]_w1s3.dat out_w1s3.dat

model.dat is the model file; [1-8]_w1s3.dat are input files taken from an analysis of the images with window size 1; the last file name refers to the output file.


Script started on Thu Jun 12 08:17:07 2003
eherbst@trailbreaker:~/web-docs/techlab/code$ ./calibrate indata/model.dat indata/ [1-8]_w1s3.dat calibdata/out_w1s3.dat
main: calling lmdif...
in max2dError: 0 0 0 0
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121558   0.030523   0.061274   0.231558
2D error           0.255361   0.144654   0.003889   0.884944
error: 0.884944
in max2dError: 0.0316228 0 0 0
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121293   0.030566   0.060652   0.233541
2D error           0.254770   0.143703   0.006191   0.888339
error: 0.888339
in max2dError: 0.0316228 1.07743e-11 -1.65815e-11 -2.11832e-12
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121293   0.030567   0.060652   0.233541
2D error           0.254770   0.143704   0.006191   0.888369
error: 0.888369
in max2dError: 0.0316228 6.79797e-12 -9.97062e-12 3.33941e-12
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121294   0.030568   0.060652   0.233541
2D error           0.254772   0.143705   0.006190   0.888343
error: 0.888343
in max2dError: 0.0316228 6.7957e-12 -9.96692e-12 3.34237e-12
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121294   0.030568   0.060652   0.233572
2D error           0.254772   0.143706   0.006190   0.888344
error: 0.888344
in max2dError: 0.0316228 6.79026e-12 -9.958e-12 3.34948e-12
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121294   0.030568   0.060652   0.233572
2D error           0.254772   0.143705   0.006191   0.888426
error: 0.888426
in max2dError: 0.0316228 6.79947e-12 -9.97309e-12 3.33744e-12
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121294   0.030567   0.060652   0.233541
2D error           0.254772   0.143705   0.006190   0.888343
error: 0.888343
in max2dError: 0.0316228 6.80063e-12 -9.975e-12 3.33592e-12
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121293   0.030567   0.060652   0.233541
2D error           0.254771   0.143704   0.006190   0.888343
error: 0.888343
in max2dError: 0.0316228 6.79878e-12 -9.97196e-12 3.33834e-12
calling errorCalc...
156 points 
Stat	             AVG        STD        MIN        MAX
3D error           0.121294   0.030567   0.060652   0.233541
2D error           0.254772   0.143705   0.006191   0.888343
error: 0.888343
in max2dError: 0.0316228 6.79623e-12 -9.96778e-12 3.34168e-12
calling errorCalc...

eherbst@trailbreaker:~/web-docs/techlab/code$ exit
exit
Script done on Thu Jun 12 08:22:33 2003

							

The routine is not yet completely perfect; it seems to be wandering around within the range, not knowing what the heck to do with the parameters. This is a bad sign; I'll be working on changing it.