Skip to content

neutrons/reflectivity_ui

Repository files navigation

Build Status codecov

QuickNXS

This app is a frontend for Magnetic Reflectivity Reduction.

Install

Install the development environment

conda env create -f environment.yml
activate quicknxs

Install QuickNXS

Install via source

python -m pip install -e .

This installs the code in editable mode.

Build the wheel

Once QuickNXS is installed

python -m build --no-isolation --wheel

now you can install QuickNXS via the generated wheel on other system

python3 -m pip install reflectivity_ui*.whl

Run

Work in progress.

Test

Work in progress.