From d92930db7a7678085a6256700f58df731efd540f Mon Sep 17 00:00:00 2001 From: othocaeS Date: Mon, 25 Jul 2016 18:15:41 -0400 Subject: [PATCH] thor debugging --- scripts/analyze_lightcurves.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analyze_lightcurves.sh b/scripts/analyze_lightcurves.sh index face589..f6d46a1 100755 --- a/scripts/analyze_lightcurves.sh +++ b/scripts/analyze_lightcurves.sh @@ -114,7 +114,7 @@ do if [[ $1 == "thor" ]] then echo_band_noUTF=$(echo $echo_band|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g') - outputfile_noUTF=$(echo $outputfile|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g') + outputfile_noUTF=$(echo $outputfile|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g'|sed 's@≻@_@g') argsfile="thor/arguments/$echo_band_noUTF.args" submitscript="thor/${echo_band_noUTF}.pbs" cp tmp.psdlagargs $argsfile