Skip to content
Snippets Groups Projects
Commit 03965dd6 authored by Jonah Kanner's avatar Jonah Kanner :nerd:
Browse files

Removed minor bugs from plot_many postprocessing

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@56 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent 45bae128
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ if [ -s "$pathtoBWB" ] ; then
#python -W ignore /home/francesco.pannarale/scripts/BayesWaveTools/plot_waveform.py --mdc=True
echo
echo " * Running plot_evidence..."
python -W ignore $pathtoBWB/postprocess/plot_evidence.py
else
echo
echo " * Running plot_waveform..."
......@@ -28,8 +28,8 @@ if [ -s "$pathtoBWB" ] ; then
#python -W ignore /home/francesco.pannarale/scripts/BayesWaveTools/plot_waveform.py --mdc=False
fi
#echo
echo " * Running skymap..."
$pathtoBWB/postprocess/run_skymap.sh
# echo " * Running skymap..."
# $pathtoBWB/postprocess/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