Python for thermogravimetry analysis
- Free software: MIT license
- Documentation: /docs/
py4tga is a tool set to analyze data from simultaneous thermal analyzers (TGA-DSC). The main objective is a reproducible, well-documented, minimalistic and user-friendly python tool to read, process, and analyze TGA-DSC data to plot the thermograms (TG, DTG, and DSC) and evaluate process characterstics (total heat flow, peak decomposition temperature, kinetic parameters etc.).
A module-based rolling release cycle is planned with jupyernotebook as the primary user interface. The main challenge (the fun part!) is to figure out a method to implement this tool in such a way that it is intuitive and easy for end-users who are either novice python users or those who just wants to do some TGA analysis without any other time-consuming overheads. This is because there are many proprietary and expensive software which can perform all these analyses in bulk with a few clicks. Therefore, for the end user it becomes a question about time vs cost-of-software.
pip install py4tga
not ready for use!