Skip to content

Instantly share code, notes, and snippets.

@dfm
Created September 29, 2012 03:15
Show Gist options
  • Save dfm/3803041 to your computer and use it in GitHub Desktop.
Save dfm/3803041 to your computer and use it in GitHub Desktop.
Get the Thresher up and running on broiler
cd ~
git clone https://github.com/davidwhogg/TheThresher.git
cd TheThresher
virtualenv venv --distribute
. venv/bin/activate
pip install numpy
pip install -r requirements.txt
bin/tli --help
bin/tli '/data2/dfm/lucky/fakedata/unspooled/*.fits' -o results/fake/tli.fits -t 10 20 50 100 500 1000
bin/thresh --help
bin/thresh -o results/fake/thresh -i results/fake/tli.fits 3 -1 -d /data2/dfm/lucky/fakedata/unspooled --psf_hw 20 --size 128 -n 10 --dc -3800
bin/thresh-plot --help
bin/thresh-plot results/fake/thresh -o results/fake/plots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment