A collection of code to generate, manipulate, and plot, Super Guassian distributions of data.
Setup:
- Clone the repository:
git clone https://github.com/Gbowker/SuperGuassian. - Open and create a python environment with the
requirements.txt:
cd SuperGuassian
python -m venv venv
source venv/bin/activate
pip install --update pip
pip install -r requirements.txt
Use:
- open folder and activate environment:
cd SuperGuassian/
source venv/bin/activate
- open jupyter notebook:
jupyter notebook - Click the notebook and begin using code / making changes.
Contribute:
- Create new branch:
git checkout -b <YOUR USERNAME HERE>/<PATCH_DESCRIPTION> - Commit changes to new branch:
git add .
git commit
git push
- Navigate to github repo to create a pull request.