Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SuperGuassian

A collection of code to generate, manipulate, and plot, Super Guassian distributions of data.

Setup:

  1. Clone the repository: git clone https://github.com/Gbowker/SuperGuassian .
  2. 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:

  1. open folder and activate environment:
cd SuperGuassian/
source venv/bin/activate
  1. open jupyter notebook: jupyter notebook
  2. Click the notebook and begin using code / making changes.

Contribute:

  1. Create new branch: git checkout -b <YOUR USERNAME HERE>/<PATCH_DESCRIPTION>
  2. Commit changes to new branch:
git add .
git commit
git push
  1. Navigate to github repo to create a pull request.

About

A simple repo of python code for producing, plotting and varying superguassian distrubutions.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages