This is a very simple module for selecting reflections that intersect the reflecting sphere at a given crystal orientation.
It is recommended to use the Anaconda python distribution with this library. Aside from standard libraries, the only prerequisites for running this code are
- Pandas
- Numpy
- Matplotlib
With those prerequisites met, all you should have to do is add this directory to your PYTHONPATH variable.
Additionally, it is a good idea to have Phenix installed for calculating structure factor amplitudes.
The test directory contains some sample code for computing reflection positions (see test/plot_rot_series.py).