From 838a0940dd24d4ceaabbea558245547cc2c0de14 Mon Sep 17 00:00:00 2001 From: caes Date: Sun, 14 Aug 2016 04:19:33 -0400 Subject: [PATCH] added "th" command line option and cleaned up some syntax --- plot.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plot.sh b/plot.sh index 688cdf5..9e85488 100755 --- a/plot.sh +++ b/plot.sh @@ -6,9 +6,6 @@ # Only analyses with this error type will be represented in the atlas errtype="CM" ref_band="1367Å" -echo_bands=$(ls analyses/*CM*|sed 's|[^≺]*≺_\(.\{5\}\).*|\1|') - -# echo Using list of reverberated bands: $echo_bands case $1 in "PSD"|"psd"|"PSDs"|"PSDS"|"psds") @@ -47,7 +44,8 @@ case $1 in gnuplot $gnuplot_file ;; - "tophat") + "tophat"|"th") + mkdir -p analyses/tables/ scripts/tophat_fft.pl gnuplot scripts/templates/tophat_freqdomain.gp gnuplot scripts/templates/tophat_timedomain.gp