Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | update utils/ folder to make a python package called sddm | tlatorre | |
This commit adds an sddm python package to the utils/ folder. This allows me to consolidate code used across all the various scripts. This package is now installed by default to /home/tlatorre/local/lib/python2.7/site-packages so you should add the following to your .bashrc file: export PYTHONPATH=$HOME/local/lib/python2.7/site-packages/:$PYTHONPATH before using the scripts installed to ~/local/bin. | |||
2019-12-04 | update calculate_limits.py to produce nicer plots | tlatorre | |
2019-03-16 | add GPLv3 license | tlatorre | |
2018-10-03 | move python scripts into utils/ directory | tlatorre | |