parseq-XES-scan


Nameparseq-XES-scan JSON
Version 2024.5.0 PyPI version JSON
download
home_pageNone
SummaryA pipeline for data processing of XES theta scans
upload_time2024-05-05 07:39:51
maintainerNone
docs_urlNone
authorKonstantin Klementiev
requires_pythonNone
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.
            
Scanning XES
============

A pipeline for the ParSeq framework that implements data processing of XES
theta scans, where the crystals are scanned in their theta anglesand the
analyzed emission is collected by a 2D detector.

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

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

parseq -- the framework package.
silx -- is used for plotting and Qt imports.

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

Either install ParSeq and this pipeline application by their installers or put
their folders near by and run `python XES_scan_start.py`. You can try
it with `--test` to load test data and/or `--noGUI` but an assumed pattern is
to load a project file; use the test project file located in
`parseq_XES_scan/saved`.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "parseq-XES-scan",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "data-analysis pipeline framework gui synchrotron spectroscopy",
    "author": "Konstantin Klementiev",
    "author_email": "konstantin.klementiev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/a4/019dad5a14c3dd46b77c9eb7f59c1910ef9d441d822df40121730a9be293/parseq_XES_scan-2024.5.0.zip",
    "platform": "OS Independent",
    "description": "\r\nScanning XES\r\n============\r\n\r\nA pipeline for the ParSeq framework that implements data processing of XES\r\ntheta scans, where the crystals are scanned in their theta anglesand the\r\nanalyzed emission is collected by a 2D detector.\r\n\r\nThis pipeline also serves as an example for creating analysis nodes, transforms\r\nthat connect these nodes and widgets that set options and parameters of the\r\ntransforms.\r\n\r\nDependencies\r\n------------\r\n\r\nparseq -- the framework package.\r\nsilx -- is 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 near by and run `python XES_scan_start.py`. You can try\r\nit with `--test` to load test data and/or `--noGUI` but an assumed pattern is\r\nto load a project file; use the test project file located in\r\n`parseq_XES_scan/saved`.\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A pipeline for data processing of XES theta scans",
    "version": "2024.5.0",
    "project_urls": {
        "Source": "https://github.com/kklmn/ParSeq-XES-scan"
    },
    "split_keywords": [
        "data-analysis",
        "pipeline",
        "framework",
        "gui",
        "synchrotron",
        "spectroscopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fa4019dad5a14c3dd46b77c9eb7f59c1910ef9d441d822df40121730a9be293",
                "md5": "bf68bb18783aabb670ee56d70bc4f279",
                "sha256": "ed1dd5747044a8d9989ee979b3f4f534ac2e133456b42f126d0a83e73bf05af9"
            },
            "downloads": -1,
            "filename": "parseq_XES_scan-2024.5.0.zip",
            "has_sig": false,
            "md5_digest": "bf68bb18783aabb670ee56d70bc4f279",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2495499,
            "upload_time": "2024-05-05T07:39:51",
            "upload_time_iso_8601": "2024-05-05T07:39:51.389691Z",
            "url": "https://files.pythonhosted.org/packages/2f/a4/019dad5a14c3dd46b77c9eb7f59c1910ef9d441d822df40121730a9be293/parseq_XES_scan-2024.5.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 07:39:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kklmn",
    "github_project": "ParSeq-XES-scan",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "parseq-xes-scan"
}
        
Elapsed time: 0.24124s