From 668f090ebe1734960b0a9bbeae308566f67a8c64 Mon Sep 17 00:00:00 2001 From: caes Date: Tue, 12 Jul 2016 23:31:47 -0400 Subject: [PATCH] updating file references --- scripts/create_plots.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/create_plots.sh b/scripts/create_plots.sh index 4189d27..fe5c8bb 100755 --- a/scripts/create_plots.sh +++ b/scripts/create_plots.sh @@ -15,15 +15,16 @@ do echo "Plotting PSD and time lags for $echo_band, referred to ${ref_band}." echoPSD_tabfile=analyses/tables/${echo_band}PSD.tab refPSD_tabfile=analyses/tables/${ref_band}PSD.tab + timelag_tabfile=analyses/tables/${echo_band}_≻_${ref_band}_delay.tab PSD_plotfile=analyses/plots/${echo_band}_≻_${ref_band}_PSD.png timelag_plotfile=analyses/plots/${echo_band}_≻_${ref_band}_timelag.png # Output curves to temporary files using perl script, move tables to # permanent location. This just assumes there are no conflicts. - scripts/power_lag_plot.pl $analysis + scripts/create_tables.pl $analysis mv tmp.echoPSD $echoPSD_tabfile mv tmp.refPSD $refPSD_tabfile - mv + mv tmp.timelag $timelag_tabfile # Plot PSD and save using gnuplot cat scripts/templates/psd_freq.gp|