Skip to content
Snippets Groups Projects
Select Git revision
  • 04eb2bc39c5c222bfbbefa7dcea320aa3debcf60
  • master default protected
  • 72-improve-docs-for_optimal_setup
  • os-path-join
  • develop-GA
  • add-higher-spindown-components
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

repeat.sh

Blame
  • repeat.sh 495 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
    
    rm /local/user/gregory.ashton/MCResults*txt 
    for ((n=0;n<10;n++))
    do
    /home/gregory.ashton/anaconda2/bin/python generate_data.py "$1" /local/user/gregory.ashton --quite --no-template-counting
    done
    cp /local/user/gregory.ashton/MCResults*txt /home/gregory.ashton/PyFstat/Paper/DirectedMC/CollectedOutput