General instructions for installing from source (advanced users)

  1. Install python 2.7 (if it isn’t already installed).
  2. Install the python development tools.
  3. Install the gcc c++ compiler.
  4. Install the following python packages (version indicated if less than most recent):
    • numpy
    • scipy
    • matplotlib
    • pillow
    • wxpython < 4.0
    • fabio
    • h5py
    • lxml
    • pyFAI
    • hdf5plugin
    • weave
  5. Download RAW from sourceforge ( http://sourceforge.net/projects/bioxtasraw)
  6. Extract RAW to a directory of your choice, and run RAW.py using python.
    • Note: the first time you run RAW.py it may need to be run from the command line in order to successfully compile various extensions. It may take some time to compile the extensions, be patient.
  7. Enjoy!