'nan'-cases in the "Export file preview #42
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: zaharko
Export file contacts nan intensity in some well integrated peaks.
This changes from 'Function' to 'Area' intensity
In case of "Intensity: Function", the 'nan's in the output appear when fitting procedure can't estimate stderr for parameters.
Will output just the area, but its error will still be 'nan' in the "Export file preview:".
In case of "Intensity: Area", it happens because of repeated x values, so that scipy.simpson function has a division by zero, which results in 'nan'. A possible solution is average only some points upon merging.
Another option would be to rebin the data