xraylarch


Namexraylarch JSON
Version 0.9.76 PyPI version JSON
download
home_pagehttps://xraypy.github.io//xraylarch
SummarySynchrotron X-ray data analysis in python
upload_time2024-04-10 16:36:27
maintainerNone
docs_urlNone
authorMatthew Newville and the xraylarch development team
requires_python>=3.8
licenseBSD 3-Clause
keywords x-ray xas xrf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Larch:  Data Analysis Tools for X-ray Spectroscopy and More
============================================================

.. image:: https://github.com/xraypy/xraylarch/actions/workflows/test-ubuntu-mamba.yml/badge.svg
   :target: https://github.com/xraypy/xraylarch/actions/workflows/test-ubuntu-mamba.yml
.. image::  https://github.com/xraypy/xraylarch/actions/workflows/test-windows-mamba.yml/badge.svg
   :target: https://github.com/xraypy/xraylarch/actions/workflows/test-ubuntu-mamba.yml
.. image::  https://github.com/xraypy/xraylarch/actions/workflows/test-windows.yml/badge.svg
   :target: https://github.com/xraypy/xraylarch/actions/workflows/test-windows.yml

.. _scipy: https://scipy.org/
.. _numpy: https://numpy.scipy.org/
.. _matplotlib: https://matplotlib.org/
.. _h5py: https://code.google.com/p/h5py/
.. _Demeter: https://bruceravel.github.io/demeter/

* Documentation: http://xraypy.github.io/xraylarch
* Code: http://github.com/xraypy/xraylarch

Larch is an open-source library and set of applications for processing and
analyzing X-ray absorption and fluorescence spectroscopy data and X-ray
fluorescence and diffraction image data from synchrotron beamlines.  It is
especially focussed on X-ray absorption fine-structure spectroscopy (XAFS)
including X-ray absorption near-edge spectroscopy (XANES) and extended
X-ray absorption fine-structure spectroscopy (EXAFS). It also supports
visualization and analysis tools for X-ray fluorescence (XRF) spectra and
XRF and X-ray diffraction (XRD) images as collected at scanning X-ray
microprobe beamlines.

Larch is written in Python, making heavy use of the excellent scientific
python libraries (`numpy`_, `scipy`_, `h5py`_, `matplotlib`_, and many
more). Larch can be used as a Python library for processing and analyzing
X-ray spectroscopy and imaging data. In addition, the applications built
with it also use a built-in Python-like macro language for interactive and
batch processing.  This embedded "miniPython" language is intended to be very
easy to use for novices while also being complete enough to automate data
processing and analysis and to encourage and facilitate a gentle transition
to transition from GUI-only analyses to scripted and programmatic analysis
of larger data sets, and allows Larch to be run as a
service, interacting with other processes or languages via XML-RPC, and so
be used by the popular `Demeter`_ XAFS application suite.


Larch is distributed under an open-source license that is nearly identical
to the BSD license.  It is under active and open development centered at
the GeoScoilEnviroCARS sector of the Center for Advanced Radiation Sources at
the University of Chicago has been supported by the US National Science
Foundation - Earth Sciences (EAR-1128799), and Department of Energy
GeoSciences (DE-FG02-94ER14466).  In addition, funding specifically for
Larch was granted by the National Science Foundation - Advanced
CyberInfrastructure (ACI-1450468).

The best citable reference for Larch is M. Newville, *Larch: An Analysis
Package For XAFS And Related Spectroscopies*. Journal of Physics:
Conference Series, 430:012007 (2013).

Larch Applications
-----------------------

These applications installed with Larch, in addition to a basic Python
library. Here, GUI = Graphical User Interface, CLI = Command Line
Interface, and `beta` indicates a work in progress.


+-------------------+------------+---------------------------------------------------------+
| Application Name  | GUI/CLI    | Description                                             |
+===================+============+=========================================================+
| larch             | CLI        | simple shell command-line interface                     |
+-------------------+------------+---------------------------------------------------------+
| Larch GUI         | GUI        | enhanced command-line interface with data browser       |
+-------------------+------------+---------------------------------------------------------+
| Larix             | GUI        | XAFS Processing and Analysis: XANES pre-edge peak       |
| (was XAS Viewer)  |            | fitting, linear analysis, PCA/LASSO, EXAFS processing,  |
|                   |            | Running Feff, fitting EXAFS data to Feff paths.         |
+-------------------+------------+---------------------------------------------------------+
| GSE Map Viewer    | GUI        | XRF Map Viewer for GSECARS X-ray microprobe data.       |
+-------------------+------------+---------------------------------------------------------+
| larch_xrf         | GUI        | Display and analyze XRF Spectra.                        |
+-------------------+------------+---------------------------------------------------------+
| larch_xrd1d       | GUI        | Display and work with 1-D XRD patterns, integrate XRD   |
|                   |            | images, search for XRD patterns of known structures     |
+-------------------+------------+---------------------------------------------------------+
| feff6l            | CLI        | Feff 6 EXAFS calculations                               |
+-------------------+------------+---------------------------------------------------------+
| feff8l            | CLI        | Feff 8 EXAFS calculations (no XANES)                    |
+-------------------+------------+---------------------------------------------------------+
| qtrixs            | GUI `beta` | Display RIXS planes, take profiles                      |
+-------------------+------------+---------------------------------------------------------+

            

Raw data

            {
    "_id": null,
    "home_page": "https://xraypy.github.io//xraylarch",
    "name": "xraylarch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "X-ray, XAS, XRF",
    "author": "Matthew Newville and the xraylarch development team",
    "author_email": "newville@cars.uchicago.edu",
    "download_url": "https://files.pythonhosted.org/packages/9a/86/7680dc201f94107612e3043923fb5bc2cf725670a3034bd7a9022d86451b/xraylarch-0.9.76.tar.gz",
    "platform": "any",
    "description": "Larch:  Data Analysis Tools for X-ray Spectroscopy and More\n============================================================\n\n.. image:: https://github.com/xraypy/xraylarch/actions/workflows/test-ubuntu-mamba.yml/badge.svg\n   :target: https://github.com/xraypy/xraylarch/actions/workflows/test-ubuntu-mamba.yml\n.. image::  https://github.com/xraypy/xraylarch/actions/workflows/test-windows-mamba.yml/badge.svg\n   :target: https://github.com/xraypy/xraylarch/actions/workflows/test-ubuntu-mamba.yml\n.. image::  https://github.com/xraypy/xraylarch/actions/workflows/test-windows.yml/badge.svg\n   :target: https://github.com/xraypy/xraylarch/actions/workflows/test-windows.yml\n\n.. _scipy: https://scipy.org/\n.. _numpy: https://numpy.scipy.org/\n.. _matplotlib: https://matplotlib.org/\n.. _h5py: https://code.google.com/p/h5py/\n.. _Demeter: https://bruceravel.github.io/demeter/\n\n* Documentation: http://xraypy.github.io/xraylarch\n* Code: http://github.com/xraypy/xraylarch\n\nLarch is an open-source library and set of applications for processing and\nanalyzing X-ray absorption and fluorescence spectroscopy data and X-ray\nfluorescence and diffraction image data from synchrotron beamlines.  It is\nespecially focussed on X-ray absorption fine-structure spectroscopy (XAFS)\nincluding X-ray absorption near-edge spectroscopy (XANES) and extended\nX-ray absorption fine-structure spectroscopy (EXAFS). It also supports\nvisualization and analysis tools for X-ray fluorescence (XRF) spectra and\nXRF and X-ray diffraction (XRD) images as collected at scanning X-ray\nmicroprobe beamlines.\n\nLarch is written in Python, making heavy use of the excellent scientific\npython libraries (`numpy`_, `scipy`_, `h5py`_, `matplotlib`_, and many\nmore). Larch can be used as a Python library for processing and analyzing\nX-ray spectroscopy and imaging data. In addition, the applications built\nwith it also use a built-in Python-like macro language for interactive and\nbatch processing.  This embedded \"miniPython\" language is intended to be very\neasy to use for novices while also being complete enough to automate data\nprocessing and analysis and to encourage and facilitate a gentle transition\nto transition from GUI-only analyses to scripted and programmatic analysis\nof larger data sets, and allows Larch to be run as a\nservice, interacting with other processes or languages via XML-RPC, and so\nbe used by the popular `Demeter`_ XAFS application suite.\n\n\nLarch is distributed under an open-source license that is nearly identical\nto the BSD license.  It is under active and open development centered at\nthe GeoScoilEnviroCARS sector of the Center for Advanced Radiation Sources at\nthe University of Chicago has been supported by the US National Science\nFoundation - Earth Sciences (EAR-1128799), and Department of Energy\nGeoSciences (DE-FG02-94ER14466).  In addition, funding specifically for\nLarch was granted by the National Science Foundation - Advanced\nCyberInfrastructure (ACI-1450468).\n\nThe best citable reference for Larch is M. Newville, *Larch: An Analysis\nPackage For XAFS And Related Spectroscopies*. Journal of Physics:\nConference Series, 430:012007 (2013).\n\nLarch Applications\n-----------------------\n\nThese applications installed with Larch, in addition to a basic Python\nlibrary. Here, GUI = Graphical User Interface, CLI = Command Line\nInterface, and `beta` indicates a work in progress.\n\n\n+-------------------+------------+---------------------------------------------------------+\n| Application Name  | GUI/CLI    | Description                                             |\n+===================+============+=========================================================+\n| larch             | CLI        | simple shell command-line interface                     |\n+-------------------+------------+---------------------------------------------------------+\n| Larch GUI         | GUI        | enhanced command-line interface with data browser       |\n+-------------------+------------+---------------------------------------------------------+\n| Larix             | GUI        | XAFS Processing and Analysis: XANES pre-edge peak       |\n| (was XAS Viewer)  |            | fitting, linear analysis, PCA/LASSO, EXAFS processing,  |\n|                   |            | Running Feff, fitting EXAFS data to Feff paths.         |\n+-------------------+------------+---------------------------------------------------------+\n| GSE Map Viewer    | GUI        | XRF Map Viewer for GSECARS X-ray microprobe data.       |\n+-------------------+------------+---------------------------------------------------------+\n| larch_xrf         | GUI        | Display and analyze XRF Spectra.                        |\n+-------------------+------------+---------------------------------------------------------+\n| larch_xrd1d       | GUI        | Display and work with 1-D XRD patterns, integrate XRD   |\n|                   |            | images, search for XRD patterns of known structures     |\n+-------------------+------------+---------------------------------------------------------+\n| feff6l            | CLI        | Feff 6 EXAFS calculations                               |\n+-------------------+------------+---------------------------------------------------------+\n| feff8l            | CLI        | Feff 8 EXAFS calculations (no XANES)                    |\n+-------------------+------------+---------------------------------------------------------+\n| qtrixs            | GUI `beta` | Display RIXS planes, take profiles                      |\n+-------------------+------------+---------------------------------------------------------+\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Synchrotron X-ray data analysis in python",
    "version": "0.9.76",
    "project_urls": {
        "Documentation": "https://xraypy.github.io/xraylarch/",
        "Homepage": "https://xraypy.github.io//xraylarch",
        "Source": "https://github.com/xraypy/xraylarch",
        "Tracker": "https://github.com/xraypy/xraylarch/issues"
    },
    "split_keywords": [
        "x-ray",
        " xas",
        " xrf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47a8c5373613b33159a2944c18053e14a8dfdcd9bea8dc86ba2f263da78febe0",
                "md5": "bff02d3bb3add3678580c79bc4da96c7",
                "sha256": "96c6f0d2beb9a5fe391668ded9ab7553507a643bd1335e95cc3cf959084db03a"
            },
            "downloads": -1,
            "filename": "xraylarch-0.9.76-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bff02d3bb3add3678580c79bc4da96c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21147211,
            "upload_time": "2024-04-10T16:36:21",
            "upload_time_iso_8601": "2024-04-10T16:36:21.585070Z",
            "url": "https://files.pythonhosted.org/packages/47/a8/c5373613b33159a2944c18053e14a8dfdcd9bea8dc86ba2f263da78febe0/xraylarch-0.9.76-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a867680dc201f94107612e3043923fb5bc2cf725670a3034bd7a9022d86451b",
                "md5": "e018506415f26232c852ea419d181da9",
                "sha256": "d28cc7bf17157cb1b1b87ba8d5b9f11e7e8c97e06d7298cd918a179fed15f3ac"
            },
            "downloads": -1,
            "filename": "xraylarch-0.9.76.tar.gz",
            "has_sig": false,
            "md5_digest": "e018506415f26232c852ea419d181da9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21462736,
            "upload_time": "2024-04-10T16:36:27",
            "upload_time_iso_8601": "2024-04-10T16:36:27.954768Z",
            "url": "https://files.pythonhosted.org/packages/9a/86/7680dc201f94107612e3043923fb5bc2cf725670a3034bd7a9022d86451b/xraylarch-0.9.76.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 16:36:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xraypy",
    "github_project": "xraylarch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xraylarch"
}
        
Elapsed time: 0.24771s