diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-14 17:14:18 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:10 +0100 |
commit | cc323ec88cad5e1dc2d1754c16255ae47df09c7e (patch) | |
tree | f4d687bf360b8401961402b188e667c84475b179 /scripts | |
parent | 9fe48df39a6dd0e42736dadc7a44ef94b830d360 (diff) |
Fix previous commit
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-near-bragg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-near-bragg b/scripts/check-near-bragg index 328cf0f5..027dcbdd 100755 --- a/scripts/check-near-bragg +++ b/scripts/check-near-bragg @@ -36,7 +36,7 @@ while ( $line = <FH> ) { if ( $line =~ /^$/ ) { close(TMP); - //$filename = "images-old/".basename($filename); + #$filename = "images-old/".basename($filename); system("hdfsee ".$filename." --peak-overlay=list.tmp --binning=1 --int-boost=10"); if ( $? != 0 ) { exit; } unlink("list.tmp"); |