mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-24 12:45:05 +00:00
added "th" command line option and cleaned up some syntax
This commit is contained in:
parent
ae3a0e2f4b
commit
838a0940dd
6
plot.sh
6
plot.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user