Metadata-Version: 2.1
Name: ixdat
Version: 0.1.1
Summary: The in-situ experimental data tool
Home-page: https://github.com/ixdat/ixdat
Author: Soren B. Scott, Kevin Krempl, Kenneth Nielsen
Author-email: scott.soren@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy (>=1.16)
Requires-Dist: matplotlib (>=3.2)
Requires-Dist: EC-MS (>=0.7.4)
Requires-Dist: scipy (>=1.5)
Requires-Dist: mpmath (>=1)
Requires-Dist: pandas (>=1)

=============================================
``ixdat``: The In-situ Experimental Data Tool
=============================================

``ixdat`` provides a powerful **object-oriented** interface to experimental data, especially in-situ experimental data for which it is of interest to combine data obtained simultaneously from multiple techniques.

Documentation is at https://ixdat.readthedocs.io

``ixdat`` has replaced the existing electrochemistry - mass spectrometry data tool, `EC_MS <https://github.com/ScottSoren/EC_MS>`_,
and will thus become a powerful stand-alone tool for analysis and visualization of data acquired by the equipment of `Spectro Inlets <https://spectroinlets.com>`_ and other EC-MS solutions.
It will also replace the existing electrochemistry - synchrotron GIXRD data tool, `EC_Xray <https://github.com/ScottSoren/EC_Xray>`_ when needed.
Over time, it will acquire functionality for more and more techniques. Please help get yours incorporated!

In addition to a **pluggable** parser interface for importing your data format, ``ixdat`` it also includes
pluggable exporters and plotters, as well as a database interface. A relational model of experimental data is
thought into every level.

``ixdat`` is shown in practice in a growing number of open repositories of data and analysis
for academic publications:

- Tracking oxygen atoms in electrochemical CO oxidation - Part II: Lattice oxygen reactivity in oxides of Pt and Ir

  - Article: https://doi.org/10.1016/j.electacta.2021.137844
  - Repository: https://github.com/ScottSoren/pyCOox_public

- Dynamic Interfacial Reaction Rates from Electrochemistry - Mass Spectrometry

  - Article:
  - Repository: https://github.com/kkrempl/Dynamic-Interfacial-Reaction-Rates

`ixdat`` is free and open source software and we welcome input and new collaborators. Please help us improve!


