This is a set of miscellaneous functions written in Prof. Sweetlove's group.
Linux installation:
- Download the master file
- Unzip SweetloveGroup.zip
- Open console/dos-prompt and
cd
into SweetloveGroup folder - Run
python setup.py install
If this returns an error because user does not have write permission,
runpython setup.py build -b TEMP_FOLDER install
instead, where TEMP_FOLDER is a folder which the user has write permissions for