Metadata-Version: 2.1
Name: bfit
Version: 2.2.3
Summary: BNMR/BNQR Data Fitting and Visualization
Home-page: https://github.com/dfujim/bfit
Author: Derek Fujimoto
Author-email: fujimoto@phas.ubc.ca
License: UNKNOWN
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.
        
        ## Operation Details
        
        See [here](https://github.com/dfujim/bfit/blob/master/bfit/fitting/README.md) for the bfit fitting submodule documentation. 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
