format fix

This commit is contained in:
caes 2017-01-29 22:27:16 -05:00
parent 541c0bed42
commit 7f8f2267bd
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ do
echo_band=$(basename $echo_curve|sed 's|\(.*\)\.lc|\1|')
if [[ $ref_band == $echo_band ]]; then continue; fi
echo "Analysing $echo_band$ref_band."
echo "Analysing $echo_band$ref_band."
if [[ -e "analyses/${ref_band}_≺_${echo_band}/" ]]; then
echo "Results already exists. Create tables from stored results."
@ -27,7 +27,7 @@ echo "Analysing $echo_band ≺ $ref_band."
cp *.out analyses/${ref_band}_≺_${echo_band}/
fi
echo "Tabling PSD and time lags referred to ${ref_band} for $echo_band{${err_str}}."
echo "Tabling PSD and time lags referred to ${ref_band} for $echo_band{${err_str}}."
# Propagate tables into analyses/tables
echoPSD_tabfile=analyses/tables/PSD_${echo_band}_\{${err_str}\}.tab

View File

@ -59,7 +59,7 @@ fqd = 10**(np.log10( (fqL[:-1]*fqL[1:]) )/2.)
## load the first light curve
lc1_time, lc1_strength , lc1_strength_err = np.loadtxt(args[0],skiprows=1)
lc1_time, lc1_strength, lc1_strength_err = np.loadtxt(args[0],skiprows=1)
# for pylab: errorbar(t1,l1,yerr=l1e,fmt='o')