TESScience / SPyFFI

Spiffy Python for TESS Full Frame Images
MIT License
6 stars 7 forks source link

Dynamically downloading SPYFFIDATA #19

Closed xcthulhu closed 8 years ago

xcthulhu commented 8 years ago

This branch closes #14

You should now be able to install and run spyffi via:

# cd /tmp # or where-ever
# virtualenv venv
# ./venv/bin/pip install -U pip setuptools ipython numpy
# ./venv/bin/pip install git+https://github.com/TESScience/SPyFFI.git@dynamic_download
# LOG=INFO ./venv/bin/ipython

This will set the default value for SPYFFIDATA to ~/.tess/spyffi and download input and intermediate files as necessary.