added "th" command line option and cleaned up some syntax

This commit is contained in:
caes 2016-08-14 04:19:33 -04:00
parent ae3a0e2f4b
commit 838a0940dd

View File

@ -6,9 +6,6 @@
# Only analyses with this error type will be represented in the atlas # Only analyses with this error type will be represented in the atlas
errtype="CM" errtype="CM"
ref_band="1367Å" ref_band="1367Å"
echo_bands=$(ls analyses/*CM*|sed 's|[^≺]*≺_\(.\{5\}\).*|\1|')
# echo Using list of reverberated bands: $echo_bands
case $1 in case $1 in
"PSD"|"psd"|"PSDs"|"PSDS"|"psds") "PSD"|"psd"|"PSDs"|"PSDS"|"psds")
@ -47,7 +44,8 @@ case $1 in
gnuplot $gnuplot_file gnuplot $gnuplot_file
;; ;;
"tophat") "tophat"|"th")
mkdir -p analyses/tables/
scripts/tophat_fft.pl scripts/tophat_fft.pl
gnuplot scripts/templates/tophat_freqdomain.gp gnuplot scripts/templates/tophat_freqdomain.gp
gnuplot scripts/templates/tophat_timedomain.gp gnuplot scripts/templates/tophat_timedomain.gp