aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-14 12:20:00 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commit9fe48df39a6dd0e42736dadc7a44ef94b830d360 (patch)
treeccc8a7d3586d637c76d24fa7e1a07313409f50af /scripts
parenta8424ad46771d6e9975ca9d74cc06320804150fe (diff)
Comment out hardcoded path in scripts/check-near-bragg
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 c7d747a1..328cf0f5 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");