Skip to content
Snippets Groups Projects
Commit b014f3f2 authored by Maxime Andre Fays's avatar Maxime Andre Fays
Browse files

points to the current directory to find the .py

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@39 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent fabea2a6
No related branches found
No related tags found
No related merge requests found
......@@ -10,20 +10,20 @@ for dirname in job*; do
then
echo
echo " * Running plot_waveform..."
#python -W ignore /home/$USER/scripts/BayesWaveTools/plot_waveform.py --mdc=False
python -W ignore /home/francesco.pannarale/scripts/BayesWaveTools/plot_waveform.py --mdc=False
python -W ignore $fulldirname/plot_waveform.py --mdc=False
#python -W ignore /home/francesco.pannarale/scripts/BayesWaveTools/plot_waveform.py --mdc=False
else
echo
echo " * Running plot_waveform..."
#python -W ignore /home/$USER/scripts/BayesWaveTools/plot_waveform.py --mdc=True
python -W ignore /home/francesco.pannarale/scripts/BayesWaveTools/plot_waveform.py --mdc=True
python -W ignore $fulldirname/plot_waveform.py --mdc=True
#python -W ignore /home/francesco.pannarale/scripts/BayesWaveTools/plot_waveform.py --mdc=True
echo
echo " * Running plot_evidence..."
python -W ignore /home/$USER/scripts/BayesWaveTools/plot_evidence.py
python -W ignore $fulldirname/plot_evidence.py
fi
echo
echo " * Running skymap..."
/home/$USER/scripts/BayesWaveTools/run_skymap.sh
$fulldirname/run_skymap.sh
echo
echo " * Compressing analyzed data..."
tar -cf waveforms.tar waveforms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment