everything working

This commit is contained in:
caes 2017-06-22 09:45:46 -04:00
parent ec5fae4cd6
commit fdaea7f534
3 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
mkdir -p data/tables
mkdir -p logs
analysis_script="psdlag_4bin.py"
analysis_script="psdlag_5bin.py"
ref_band="1367A"
refpsd_tabfile=data/tables/psd_${ref_band}.tab
@ -24,6 +24,7 @@ do
echo " and echo band $echo_band."
echo $(date) >> logs/$echo_band
echo "using ${analysis_script}"
echo " " >> logs/$echo_band
# psdlag python script will call clag and print rudimentary tables to *.out,

0
scripts/psdlag_5bin.py Normal file → Executable file
View File

0
scripts/psdlag_6bin.py Normal file → Executable file
View File