Skip to content
bcolsen edited this page Jun 6, 2018 · 8 revisions

Installation

Windows (executable):

  1. Download the latest executable from:

    https://github.com/bcolsen/diffraction-ring-profiler/releases

  2. Double click

Windows & OSX & Linux (Using Anaconda):

  1. Install the Anaconda Python 3.6 Distribution:(It's big(450mb) but it's full of great science tools)

    Download Anaconda

  2. Open a terminal(Windows use the "Anaconda Prompt") and type:

    conda install -c conda-forge wxpython
    
  3. Download the latest source from:

    https://github.com/bcolsen/diffraction-ring-profiler/releases

  4. Extract the source to your user directory.

  5. Change to that directory in the terminal and run:

    python diffraction_ring_profiler.py
    

On Ubuntu 16.04+:

$ sudo apt-get install python3 python3-matplotlib python3-scipy python3-numpy python3-imaging
$ sudo pip3 install wxpython

Requirements:

  • python >= 3.4
  • matplotlib >= 2.0
  • scipy
  • numpy
  • python imaging library(PIL or pillow)