From 432ade6c0b4a1b5df8c6e17631782269b9ca8294 Mon Sep 17 00:00:00 2001 From: caes Date: Sun, 29 Jan 2017 22:53:34 -0500 Subject: [PATCH] fix --- run_analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_analysis.sh b/run_analysis.sh index 9ae7725..4f41cdf 100755 --- a/run_analysis.sh +++ b/run_analysis.sh @@ -22,7 +22,7 @@ do echo "Results already exists. Create tables from stored results." cp analyses/${ref_band}_≺_${echo_band}/*.out . else - time python scripts/analyze_lightcurve.py $ref_curve $echo_curve >> log_${echo_curve} + time python scripts/analyze_lightcurve.py $ref_curve $echo_curve >> ${echo_curve}.log mkdir -p "analyses/${ref_band}_≺_${echo_band}" cp *.out analyses/${ref_band}_≺_${echo_band}/ fi