Metadata-Version: 2.1
Name: betapy
Version: 0.1.0
Summary: bdata interface object
Home-page: https://ms-code.phas.ubc.ca:2633/dfujim_public/betapy
Author: Derek Fujimoto
Author-email: fujimoto@phas.ubc.ca
License: UNKNOWN
Description: # betapy
        
        Inferface object for bdata. Performs all calculations and moves all data fields to the top level. For a list of accessible data fields see object representation (call `repr(betapy_obj)` or simply call your object in the interpreter). 
        
        betapy also calculates all asymmetry values and places the results in top level numpy arrays. To re-calculate asymmetries use `betapy.set_asym()` which takes as input the same as `bdata.asym()`. For a list of options print the docstring with `print(betapy.set_asym.__doc__)`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
