LabTools3


NameLabTools3 JSON
Version 1.1.3.13 PyPI version JSON
download
home_pagehttp://wanda.fiu.edu/LabTools3
SummaryPython 3 Package of modules for typical analysis tasks analyzing physics data
upload_time2024-04-23 11:58:36
maintainerNone
docs_urlNone
authorWerner Boeglin
requires_python>=3.6
licenseMIT
keywords data analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

Version 1.1.3.2: minor bug fixes

Version 1.1.3.3: histogram axis labels are preserved in rebinning and projection actions (for 2d histogram)

Version 1.1.3.4: minor bug fixes

Version 1.1.3.5: corrected problen with *add_data*

Version 1.1.3.6: added features to fitting: *plot* attribute to plot the fit, the fit results is plotted by default (controlled with the *plot_fit* kwarg). The fit object are callable, returning the value of the fit function using the current values of the fit parameters. New attribute to datafile: *adata\_comment\_index*, a list of indices pointing to comment lines.
 
Version 1.1.3.7: updated documentation

Version 1.1.3.8: datafile can be initialized with a list of strings correponding to the regular syntax

Version 1.1.3.9: Fixed a bug in *histo* where histogram window variable was not initialized when loading from file (required a *clear_window* call).

Version 1.1.3.10: 2d histo now accepts axes as keywords. Make sure for 3d display the axes is a Axes3DSubplot.

Version 1.1.3.11: new control on title and axes labels for plotting

Version 1.1.3.12: bug fixes, peak and background functions are available for histogram fits.

Version 1.1.3.13: fitting of only one parameters enabled for linear fits

            

Raw data

            {
    "_id": null,
    "home_page": "http://wanda.fiu.edu/LabTools3",
    "name": "LabTools3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Data Analysis",
    "author": "Werner Boeglin",
    "author_email": "boeglinw@fiu.edu",
    "download_url": "https://files.pythonhosted.org/packages/69/2d/d5fa83502a3bea328ff902bf8cbdefd8e20d71fbcc104d36fbe15413694b/labtools3-1.1.3.13.tar.gz",
    "platform": null,
    "description": "# LabTools3\nSet 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\na \"doc\" directory containing the Sphinx documentation. The repository starts with version 0.2.9 of LabTools.\nVersion 1.0.2:  has mostly some big fixes.\n\nVersion 1.1.0:  now includes 2D-histograms and some bug fixes.\n\nVersion 1.1.1:  includes 3D lego plot for *histo2d*. Note that at the moment surface and lego plots are only in linear scale possible.\n\nVersion 1.1.2:  non-linear fitting is now based on *scipy.optimize.least_squares* so parameter bounds can be used.\n\nVersion 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.\n\nVersion 1.1.3.2: minor bug fixes\n\nVersion 1.1.3.3: histogram axis labels are preserved in rebinning and projection actions (for 2d histogram)\n\nVersion 1.1.3.4: minor bug fixes\n\nVersion 1.1.3.5: corrected problen with *add_data*\n\nVersion 1.1.3.6: added features to fitting: *plot* attribute to plot the fit, the fit results is plotted by default (controlled with the *plot_fit* kwarg). The fit object are callable, returning the value of the fit function using the current values of the fit parameters. New attribute to datafile: *adata\\_comment\\_index*, a list of indices pointing to comment lines.\n \nVersion 1.1.3.7: updated documentation\n\nVersion 1.1.3.8: datafile can be initialized with a list of strings correponding to the regular syntax\n\nVersion 1.1.3.9: Fixed a bug in *histo* where histogram window variable was not initialized when loading from file (required a *clear_window* call).\n\nVersion 1.1.3.10: 2d histo now accepts axes as keywords. Make sure for 3d display the axes is a Axes3DSubplot.\n\nVersion 1.1.3.11: new control on title and axes labels for plotting\n\nVersion 1.1.3.12: bug fixes, peak and background functions are available for histogram fits.\n\nVersion 1.1.3.13: fitting of only one parameters enabled for linear fits\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python 3 Package of modules for typical analysis tasks analyzing physics data",
    "version": "1.1.3.13",
    "project_urls": {
        "Homepage": "http://wanda.fiu.edu/LabTools3"
    },
    "split_keywords": [
        "data",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "373a605338c248d515b2e8b7818c02587f5321c9c9f597f0c3fa4d24beb5eb12",
                "md5": "cffb307d6880a1da180aece1d94da9a1",
                "sha256": "f7a8c33ac644454d4c6f87f32a563d6949d936ee6bac9db040846a951f401ba8"
            },
            "downloads": -1,
            "filename": "LabTools3-1.1.3.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cffb307d6880a1da180aece1d94da9a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 44176,
            "upload_time": "2024-04-23T11:58:34",
            "upload_time_iso_8601": "2024-04-23T11:58:34.094977Z",
            "url": "https://files.pythonhosted.org/packages/37/3a/605338c248d515b2e8b7818c02587f5321c9c9f597f0c3fa4d24beb5eb12/LabTools3-1.1.3.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "692dd5fa83502a3bea328ff902bf8cbdefd8e20d71fbcc104d36fbe15413694b",
                "md5": "afd5fda63609b57fc3dbc158518a6949",
                "sha256": "814114c66f3f5a21e7881ab0fcdc6ed4b77c903cdab78e356df28bb3d3138ba1"
            },
            "downloads": -1,
            "filename": "labtools3-1.1.3.13.tar.gz",
            "has_sig": false,
            "md5_digest": "afd5fda63609b57fc3dbc158518a6949",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 39331,
            "upload_time": "2024-04-23T11:58:36",
            "upload_time_iso_8601": "2024-04-23T11:58:36.078388Z",
            "url": "https://files.pythonhosted.org/packages/69/2d/d5fa83502a3bea328ff902bf8cbdefd8e20d71fbcc104d36fbe15413694b/labtools3-1.1.3.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 11:58:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "labtools3"
}
        
Elapsed time: 0.35076s