Metadata-Version: 2.1
Name: parseq_XES_scan
Version: 2024.5.0
Summary: A pipeline for data processing of XES theta scans
Author: Konstantin Klementiev
Author-email: konstantin.klementiev@gmail.com
License: MIT License
Project-URL: Source, https://github.com/kklmn/ParSeq-XES-scan
Keywords: data-analysis pipeline framework gui synchrotron spectroscopy
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: User Interfaces
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy>=1.8.0
Requires-Dist: scipy>=0.17.0
Requires-Dist: matplotlib>=2.0.0
Requires-Dist: sphinx>=1.6.2
Requires-Dist: h5py
Requires-Dist: silx>=1.1.0
Requires-Dist: hdf5plugin


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`.

