-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Metadata-Version: 2.1 | ||
Name: XAFSmass | ||
Version: 1.4.5 | ||
Summary: A program for calculating the mass of XAFS samples. For synchrotron users. | ||
Home-page: http://xafsmass.readthedocs.io | ||
Author: Konstantin Klementiev, Roman Chernikov | ||
Author-email: [email protected], [email protected] | ||
License: MIT License | ||
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 :: 2 | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Topic :: Scientific/Engineering :: Physics | ||
Classifier: Topic :: Scientific/Engineering :: Visualization | ||
Description-Content-Type: text/x-rst | ||
License-File: LICENSE.md | ||
|
||
|
||
A program for calculating the mass of XAFS [X-ray Absorption Fine Structure] | ||
samples. The chemical formula parser understands parentheses and weight | ||
percentage, also in nested form. XAFSmass reports the quantity (weight, | ||
thickness or pressure) together with the expected height of the absorption | ||
edge. The GUI is provided by Qt. The documentation is included. | ||
|
||
Dependencies: numpy, pyparsing and matplotlib are required. Qt must be provided | ||
by either PyQt4, PyQt5 or PySide. |