aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-14 17:14:18 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commitcc323ec88cad5e1dc2d1754c16255ae47df09c7e (patch)
treef4d687bf360b8401961402b188e667c84475b179 /scripts
parent9fe48df39a6dd0e42736dadc7a44ef94b830d360 (diff)
Fix previous commit
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-near-bragg2
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");