Software to support the analyis of planetfour data.
See more on the Wiki here
Poster at the DPS 2015 conference:
I develop now exclusively on Python 3.6. If you are still on Python 2, you really should upgrade. Ana/Miniconda from continuum.io makes it easy to have both versions though, in case you need it.
cd <where_u_store_software_from_others>
# next command will create folder `planet4`
git clone https://github.com/michaelaye/planet4.git
cd planet4
pip install .
This will add the module planet4
to your importable list of modules. (Without the need of adapting PYTHONPATH)