ScippNeutron#

Neutron scattering tools for Data Reduction powered by Scipp.

Installation#

ScippNeutron is available on Pip and Conda. If you need Mantid, you need to use Conda because Mantid is not available on Pip.

pip install scippneutron

This will install both ScippNeutron and its dependencies which include Scipp and ScippNexus.

By default, this will only install minimal requirements. If you wish to use plotting features, you can install all the optional dependencies by doing

pip install scippneutron[all]

See the scipp documentation for more about extra dependencies.

conda install -c conda-forge -c scipp scippneutron

This will install ScippNeutron and all its dependencies. However, if you need Mantid, you need to install that separately, e.g., using

conda install -c conda-forge -c scipp -c mantid mantid scippneutron

Get in touch#

  • If you have questions that are not answered by these documentation pages, ask on GitHub discussions. Please include a self-contained reproducible example if possible.

  • Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code on GitHub.