-
Notifications
You must be signed in to change notification settings - Fork 2
Home
bcolsen edited this page Jun 6, 2018
·
8 revisions
-
Download the latest executable from:
https://github.com/bcolsen/diffraction-ring-profiler/releases
-
Double click
-
Install the Anaconda Python 3.6 Distribution:(It's big(450mb) but it's full of great science tools)
-
Open a terminal(Windows use the "Anaconda Prompt") and type:
conda install -c conda-forge wxpython
-
Download the latest source from:
https://github.com/bcolsen/diffraction-ring-profiler/releases
-
Extract the source to your user directory.
-
Change to that directory in the terminal and run:
python diffraction_ring_profiler.py
$ sudo apt-get install python3 python3-matplotlib python3-scipy python3-numpy python3-imaging
$ sudo pip3 install wxpython
- python >= 3.4
- matplotlib >= 2.0
- scipy
- numpy
- python imaging library(PIL or pillow)