Metadata-Version: 2.1
Name: LabTools3
Version: 1.1.3.2
Summary: Python 3 Package of modules for typical analysis tasks analyzing physics data
Home-page: http://wanda.fiu.edu/LabTools3
Author: Werner Boeglin
Author-email: boeglinw@fiu.edu
License: MIT
Description: # LabTools3
        Set of Python analysis tools for physics labs. It contains the "package" directory which is the Python package with a setup.py script for installation and
        a "doc" directory containing the Sphinx documentation. The repository starts with version 0.2.9 of LabTools.
        Version 1.0.2:  has mostly some big fixes.
        
        Version 1.1.0:  now includes 2D-histograms and some bug fixes.
        
        Version 1.1.1:  includes 3D lego plot for *histo2d*. Note that at the moment surface and lego plots are only in linear scale possible.
        
        Version 1.1.2:  non-linear fitting is now based on *scipy.optimize.least_squares* so parameter bounds can be used.
        
        Version 1.1.3.1:  (same as 1.1.3) updated the *rebin* function for 1D histograms, by default it now returns a new histogram (*replace = False*). Also added the options to have the mean calculated for combined bins instead of the sum (*use_mean = True*). Fixed a bug in *project_x* and *project_y* functions for 2D histograms.
        
Keywords: Data Analysis
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
