aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-12-14 07:26:11 +0100
committerThomas White <taw@physics.org>2014-12-14 07:26:11 +0100
commit08dbb8989c5ae560684aba060e5dc8f9235580b6 (patch)
tree2c8449e36d2cf21009fa26544a2633edd372888f /scripts
parentff74e26ef0dfb7f1584bce67a9d9abf48170eca4 (diff)
Fix check-near-bragg
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-near-bragg1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-near-bragg b/scripts/check-near-bragg
index c92803fa..10a7549b 100755
--- a/scripts/check-near-bragg
+++ b/scripts/check-near-bragg
@@ -57,6 +57,7 @@ while ( $line = <FH> ) {
}
printf(STDERR "Viewing %s%s\n", $filename, $evr);
system("hdfsee ".$filename.$ev.
+ " --peak-overlay=list.tmp ".$args);
if ( $? != 0 ) { exit; }
unlink("list.tmp");
open(TMP, "> list.tmp");