BNMR/BNQR Data Fitting and Visualization
Project description
bfit
Beta-NMR GUI for reading, drawing, fitting data.
Run Instructions
To run, call python3 -m bfit
Setup after Install
Install is done simply by pip install bfit
. Afterwards, you may want to tell bfit where the data is stored. This is done by defining environment variables
BNMR_ARCHIVE
and BNQR_ARCHIVE
(for convenience add this to your .bashrc script). The expected file format is as follows:
/path/
bnmr/
bnqr/
2017/
2018/
045123.msr
In this example, you would set BNQR_ARCHIVE=/path/bnqr/
to the directory containing the year directories.
If bfit cannot find the data, it will attempt to download the files from musr.ca according to the defaults set in the bdata package.
Operation Details
See here for the bfit fitting submodule documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.