Skip to content
Snippets Groups Projects
Select Git revision
  • e06d6d44bbc179ed01d97b46f1260cd14df7f8e0
  • master default protected
  • antenna-patterns
  • qt5-qopenglwidget
  • license-demo
  • isolated
  • isolated-fixedprofile
  • release_1.1
  • press-conference
  • rim-only
  • release_1.0
11 results

main.cpp

Blame
  • DirectedMC_repeat.sh 425 B
    #!/bin/bash
    
    . /home/gregory.ashton/lalsuite-install/etc/lalapps-user-env.sh
    export PATH="/home/gregory.ashton/anaconda2/bin:$PATH"
    export MPLCONFIGDIR=/home/gregory.ashton/.config/matplotlib
    
    for ((n=0;n<10;n++))
    do
    /home/gregory.ashton/anaconda2/bin/python generate_data.py "$1" /local/user/gregory.ashton --no-template-counting --no-interactive
    done
    cp /local/user/gregory.ashton/MCResults_"$1".txt $(pwd)/CollectedOutput