Skip to main content

XANES package

Project description

Presentation of THORONDOR, a program for data analysis and treatment in NEXAFS

Authors : Simonne and Martini

The Program is meant to be imported as a python package, if you download it, please save the THORONDOR folder in ...\Anaconda3\Lib\site-packages

The installation command can be found here : https://pypi.org/project/THORONDOR/

To keep the package up to date, please use the following command : pip install THORONDOR -U

There are two main classes at the core of THORONDOR:

The class Dataset

A new instance of the Dataset class will be initialized for each Dataset saved in the data folder. This object is then saved in the list "ClassList", attribute of the second class "GUI". For each Dataset, all the different dataframes that will be created as well as specific information e.g. the edge jump E0 can be found as attributes of this class. Certain attributes are instanced directly with the class, such as:

  • Name of Dataset
  • Path of original dataset
  • Timestamp

At the end of the data reduction, each Dataset should have at least three different data sets as attributes, saved as pandas.DataFrame():

  • Renamed data : Original data
  • Shifted data : If one shifts the energy
  • Reduced data : If one applies some background reduction or normalization method

A Logbook entry might also be associated, under Dataset.LogbookEntry, this is done via the GUI, the logbook should be in the common excel formats.

It is possible to add commentaries for each Dataset by using the Dataset.Comment() and to specify some additional information with the function Dataset.AdditionalInfo().

Each Dataset can be retrieved by using the function Dataset.unpickle() with the path of the saved Class as an argument. This is the recommended way to share the data, since it comes with all the metadata linked to the data collection and analysis.

The class GUI

This class is a Graphical User Interface (GUI) that is meant to be used to process nulerous XAS datasets, that focus on similar energy range and absorption edge. There are two ways of initializing the procedure in a jupyter notebook:

  • GUI = THORONDOR.GUI(); one will have to write the name of the data folder in which all his raw datasets are saved in a common data format (.txt, .dat, .csv, .xlsx).
  • GUI = THORONDOR.GUI.GetClassList(DataFolder = "<yourdatafolder>") ; if one has already worked on a folder and wishes to retrieve his work.

This class makes extensive use of the ipywidgets and is thus meant to be used with a jupyter notebook. Additional informations concerning the use of the GUI functions are provided in the "ReadMe" tab of the GUI. One may also access method information through the python help built-in function.

All the different attributes of this class can also be exported in a single hdf5 file using the pandas .to_hdf5 methods. They should then be accessed using the read_hdf methods.

The necessary Python packages are : numpy, pandas, matplotlib, glob, errno, os, shutil, ipywidgets, IPython, scipy, datetime, importlib, pickle, lmfit, encee and inspect.

Citation and additional details

THORONDOR: software for fast treatment and analysis of low-energy XAS dat. Simonne, D.H., Martini, A., Signorile, M., Piovano, A., Braglia, L., Torelli, P., Borfecchia, E. & Ricchiardi, G. (2020). J. Synchrotron Rad. 27, https://doi.org/10.1107/S1600577520011388.

FlowChart

FlowChart

Tutorial

Diapositive1 Diapositive2 Diapositive3 Diapositive4 Diapositive5 Diapositive6 Diapositive7 Diapositive8 Diapositive9 Diapositive10

Please follow the following architecture when using the software

Architecture1 Architecture2

For users on Jupyter Lab, please follow this thread : https://stackoverflow.com/questions/49542417/how-to-get-ipywidgets-working-in-jupyter-lab

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

THORONDOR-0.2.4.9.tar.gz (566.9 kB view details)

Uploaded Source

Built Distribution

THORONDOR-0.2.4.9-py3-none-any.whl (668.0 kB view details)

Uploaded Python 3

File details

Details for the file THORONDOR-0.2.4.9.tar.gz.

File metadata

  • Download URL: THORONDOR-0.2.4.9.tar.gz
  • Upload date:
  • Size: 566.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6

File hashes

Hashes for THORONDOR-0.2.4.9.tar.gz
Algorithm Hash digest
SHA256 6dc0f995b78e620e1ecb393ef1e48997bbcb52be2ec21bc9bd5d4d4db7e0c6b4
MD5 1f6c17ace7dfd241ef3ec82180827f70
BLAKE2b-256 5c82dc03e15510812828585090fe180237482a1a491951447b8dd5fe43814b52

See more details on using hashes here.

File details

Details for the file THORONDOR-0.2.4.9-py3-none-any.whl.

File metadata

  • Download URL: THORONDOR-0.2.4.9-py3-none-any.whl
  • Upload date:
  • Size: 668.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6

File hashes

Hashes for THORONDOR-0.2.4.9-py3-none-any.whl
Algorithm Hash digest
SHA256 b8bb9804ef2dd748e9a75fd537f79d8b9167edd09aab4b7cebc53aeddea088b2
MD5 ea66cbcdb45f0b65e3fcd77d4b9132bb
BLAKE2b-256 aeef5c943e9a5326dbb7fcffe2ebb06072d456c0eb03a5583eec8272fcd7438e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page