-
I remember there were some discussions around the peak fitting with a Pearson4 shape. However, for what i see, it was not implemented, or it is not working properly. Am I missing something and therefore it is not working? Or shouldn't work yet? Is there any plan to implement it? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 13 replies
-
it has been implemented long ago |
Beta Was this translation helpful? Give feedback.
-
Please provide test case |
Beta Was this translation helpful? Give feedback.
-
we should somehow try to find the reason rather than fixing things for particular dataset. |
Beta Was this translation helpful? Give feedback.
-
When i was working, the lmfit implementation was not accepted by the domain experts, This is why we have another implementation. Have a look here #63 |
Beta Was this translation helpful? Give feedback.
-
Hi Nico, do you want Pearson4 to fit multiple peaks at once? As I mentioned, this is difficult, because we can not define parameter limits. |
Beta Was this translation helpful? Give feedback.
-
Good morning! |
Beta Was this translation helpful? Give feedback.
-
Ok, I think it is definitively me who is doing something wrong. I tried the test you send and it is not working on my laptop. Can you tell what am I missing? Maybe we can discuss it later on the meeting. |
Beta Was this translation helpful? Give feedback.
-
how did you load ramanchada2 ? You should load it from the main branch, not from pip (we have not released it yet in pip ) |
Beta Was this translation helpful? Give feedback.
it has been implemented long ago
ramanchada2/src/ramanchada2/spectrum/peaks/fit_peaks.py
Line 19 in 1bf736e