parseq-XAS


Nameparseq-XAS JSON
Version 2023.5.0 PyPI version JSON
download
home_page
SummaryA pipeline for data processing of XAS spectra
upload_time2023-05-30 15:35:33
maintainer
docs_urlNone
authorKonstantin Klementiev
requires_python
licenseMIT License
keywords data-analysis pipeline framework gui synchrotron spectroscopy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
EXAFS analysis pipeline
=======================

A pipeline for the [ParSeq framework](https://github.com/kklmn/ParSeq) that
implements data processing of EXAFS spectra.

This pipeline also serves as an example for creating analysis nodes,
transformations that connect these nodes and widgets that set options and
parameters of the transformations.

Dependencies
------------

* [ParSeq](https://github.com/kklmn/ParSeq) -- the framework package,
* [silx](https://github.com/silx-kit/silx) -- used for plotting and Qt imports.

How to use
----------

Either install ParSeq and this pipeline application by their installers or put
their folders `parseq` and `parseq_XAS` near by (i.e. in the same folder) and
run `python XAS_start.py --help` to see the accepted options. Load a ready
project from `saved` folder from the GUI or from the starting command line.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "parseq-XAS",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "data-analysis pipeline framework gui synchrotron spectroscopy",
    "author": "Konstantin Klementiev",
    "author_email": "konstantin.klementiev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/37/8b/5b72142d685f679e3c87d4315497adefc647387e58a4738c1287e343d25d/parseq_XAS-2023.5.0.zip",
    "platform": "OS Independent",
    "description": "\r\nEXAFS analysis pipeline\r\n=======================\r\n\r\nA pipeline for the [ParSeq framework](https://github.com/kklmn/ParSeq) that\r\nimplements data processing of EXAFS spectra.\r\n\r\nThis pipeline also serves as an example for creating analysis nodes,\r\ntransformations that connect these nodes and widgets that set options and\r\nparameters of the transformations.\r\n\r\nDependencies\r\n------------\r\n\r\n* [ParSeq](https://github.com/kklmn/ParSeq) -- the framework package,\r\n* [silx](https://github.com/silx-kit/silx) -- used for plotting and Qt imports.\r\n\r\nHow to use\r\n----------\r\n\r\nEither install ParSeq and this pipeline application by their installers or put\r\ntheir folders `parseq` and `parseq_XAS` near by (i.e. in the same folder) and\r\nrun `python XAS_start.py --help` to see the accepted options. Load a ready\r\nproject from `saved` folder from the GUI or from the starting command line.\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A pipeline for data processing of XAS spectra",
    "version": "2023.5.0",
    "project_urls": {
        "Source": "https://github.com/kklmn/ParSeq-XAS"
    },
    "split_keywords": [
        "data-analysis",
        "pipeline",
        "framework",
        "gui",
        "synchrotron",
        "spectroscopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "378b5b72142d685f679e3c87d4315497adefc647387e58a4738c1287e343d25d",
                "md5": "932c8680c5b660bb806e9cb49ce5195a",
                "sha256": "6225ef20438227009dfcbcc9a3a4ca796ff612f36f661dca3765d0127ab4457d"
            },
            "downloads": -1,
            "filename": "parseq_XAS-2023.5.0.zip",
            "has_sig": false,
            "md5_digest": "932c8680c5b660bb806e9cb49ce5195a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7546060,
            "upload_time": "2023-05-30T15:35:33",
            "upload_time_iso_8601": "2023-05-30T15:35:33.853570Z",
            "url": "https://files.pythonhosted.org/packages/37/8b/5b72142d685f679e3c87d4315497adefc647387e58a4738c1287e343d25d/parseq_XAS-2023.5.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-30 15:35:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kklmn",
    "github_project": "ParSeq-XAS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "parseq-xas"
}
        
Elapsed time: 0.08929s