Skip to content
Snippets Groups Projects
Select Git revision
  • Binary
  • add-version-information
  • master default protected
  • os-path-join
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
14 results

DirectedMC_repeat.sh

Blame
  • Forked from Gregory Ashton / PyFstat
    241 commits behind the upstream repository.
    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