Last updated:
0 purchases
PyChrom 0.0.6
This is a module to aid in processing of liquid chromatography data.
It includes an easy interface to perform many operations required to process and analyse
chromatography data, such as: 0- Smoothing; 1- Baseline correction; 2- Search for peak and determine the width at a given relative height;
3- Detect fused peaks and determine the start and end of each of them; 4- Peak purity
Changelog
0.0.6 (04/03/2023)
Resolved imports outside __init__ file
Further changes to type hints
0.0.5 (02/27/2023)
Minor fixes
Black formatting
Mypy checks
0.0.4 (09/25/2022)
Corrected noise calculation
Two options: raw noise and normalized noise
0.0.3 (09/25/2022)
Fixed some functions and docstrings
Added new function calculate_noise
Calculate noise allows the determination of instrumental noise based on the
calculation of the standard deviation considering the raw data as the input and
the smoothed data as the mean
0.0.2 (09/11/2022)
Corrected bugs and some fixes to functions (type hintings and enhanced docstrings)
0.0.1 (09/11/2022)
First release
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.