diff --git a/scripts/analyze_lightcurves.sh b/scripts/analyze_lightcurves.sh index f6d46a1..a3b82c7 100755 --- a/scripts/analyze_lightcurves.sh +++ b/scripts/analyze_lightcurves.sh @@ -113,8 +113,8 @@ do else 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'|sed 's@≻@_@g') + echo_band_noUTF=$(echo $echo_band|sed 's@𝛌@@g'|sed 's@(@_@g'|sed 's@)@_@g'|sed 's@=@@g'|sed 's@Å@A@g') + outputfile_noUTF=$(echo $outputfile|sed 's@𝛌@@g'|sed 's@(@_@g'|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