-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions from novices #4
Comments
Hi @CONSTANCEYAN, there is manual on how to use this scripts on main page. Looks like you wrongly loaded and calculated data from file. Firstly, make sure your CSV file have following columns in such order: Then just go to Plotter file and try draw some 2D plots. If they are correct then go to other model analysis files to proceed Ea. |
Thank you for your reply. I know that I should import such files, but the problem is that the first column of temperature data for the thermogravimetric data I tested at different heating rates is not the same. I need to find a way to organize it into that kind of chart, but I haven't figured it out yet, so I can't organize it into the CSV format you mentioned. Also, I don't quite understand what 'Deconvoluted peak #1 for first velocity' means and how it's obtained. |
@CONSTANCEYAN Yes, GlobalSettings will work if you have only one temp column for multiple analysis. This is quite inconvenient in some cases like yours. In my case i took 3 exported data files for different heating rates and made 1 in a suitable format. |
Thank you so much for your reply! I'm looking forward to your app, as I believe it will greatly simplify my work. This is truly an idea that benefits humanity! I find your code to be incredibly comprehensive, and it’s already super convenient to use when the data is suitable. I can’t imagine how much more convenient it will be once the app is launched. Amazing!Fighting!
| |
cumtbzyw
|
|
***@***.***
|
---- Replied Message ----
| From | Maksim ***@***.***> |
| Date | 2/17/2025 20:01 |
| To | ***@***.***> |
| Cc | ***@***.***> ,
***@***.***> |
| Subject | Re: [Xenozite/Thermokinetics-Toolset] Some questions from novices (Issue #4) |
@CONSTANCEYAN Yes, GlobalSettings will work if you have only one temp column for multiple analysis. This is quite inconvenient in some cases like yours. In my case i took 3 exported data files for different heating rates and made 1 in a suitable format.
Deconvoluted peaks means that you can take your TG data, calculate DTG basing on it and find some separated peaks in it using some assymetric math functions like Frazer-Suzuki, ADS and others. Such approach can help you to get single DTG peaks for independent parallel reaction stages. Analysing theese peaks separately with classic methods in theory should give you a constant value of Ea but it cannot be used in case of consecutive or concurrent reactions.
Anyway feel free to modify source for your purposes. I have a plans to make extended desktop app basing on this toolset which will be more user friendly and powerfull.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
Xenozite left a comment (Xenozite/Thermokinetics-Toolset#4)
@CONSTANCEYAN Yes, GlobalSettings will work if you have only one temp column for multiple analysis. This is quite inconvenient in some cases like yours. In my case i took 3 exported data files for different heating rates and made 1 in a suitable format.
Deconvoluted peaks means that you can take your TG data, calculate DTG basing on it and find some separated peaks in it using some assymetric math functions like Frazer-Suzuki, ADS and others. Such approach can help you to get single DTG peaks for independent parallel reaction stages. Analysing theese peaks separately with classic methods in theory should give you a constant value of Ea but it cannot be used in case of consecutive or concurrent reactions.
Anyway feel free to modify source for your purposes. I have a plans to make extended desktop app basing on this toolset which will be more user friendly and powerfull.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hello, my file is three different heating rates, how should I import the file into one overall file? globalsetting says I don't define Conversions
The text was updated successfully, but these errors were encountered: