Metadata-Version: 2.1
Name: KiMoPack
Version: 5.5
Summary: A comprehensive package for the analysis of kinetic data.
Home-page: https://github.com/erdzeichen/KiMoPack
Author: Jens Uhlig
Author-email: jens.uhlig@chemphys.lu.se
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/erdzeichen/KiMoPack/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Framework :: Jupyter
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# KiMoPack

KiMoPack is a project for the handling of spectral data measure at
multiple time-points. The current design is optimised for the use with
optical transient absorption data, but it has been successfully adapted
for the use with transient x-ray emission and spectro-electro chemistry
data.

It focuses on the main tasks an experimentator has
Loading and shaping of experiments, plotting of experiments, comparing of experiments,
analysing experiments with fast and/or advanced fitting routines and saving/exporting/presenting 
the results. 

The software can be used on several different levels. The simplest level packs everything into an object "TA" that contains all the parameters that are typically set. These objects also contain the typical functions that are used in an analysis. 

See the documentation for an overview of these functions. 
All active functions have a capital letter in the beginning.

At the lower levels a series of convenience functions for the efficient plotting of
one or two dimensional data is provided. These are typical in the main module 

For typical use a series of juypter notebooks are provided that guide 
through the a number of different use scenarios, and are suggesting the 
parameter that are typically set.

