-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
54 lines (46 loc) · 1.91 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Metadata-Version: 2.1
Name: parseq_XAS
Version: 2024.11.0
Summary: A pipeline for data processing of XAS spectra
Author: Konstantin Klementiev
Author-email: konstantin.klementiev@gmail.com
License: MIT License
Project-URL: Source, https://github.com/kklmn/ParSeq-XAS
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>=1.10.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
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.