diff options
author | Thomas White <taw@physics.org> | 2014-12-14 07:26:11 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-12-14 07:26:11 +0100 |
commit | 08dbb8989c5ae560684aba060e5dc8f9235580b6 (patch) | |
tree | 2c8449e36d2cf21009fa26544a2633edd372888f /scripts | |
parent | ff74e26ef0dfb7f1584bce67a9d9abf48170eca4 (diff) |
Fix check-near-bragg
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-near-bragg | 1 |
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"); |