-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
It would be useful to add a quick function that calculates some parameters to estimate the homogeneity in emission in a given area.
What I did in the past was to take the fitted model from a SI and use mean and std dev of the gaussian intensity and position. Also, I had a threshold on the relative intensity of a peak so that one could have an estimate of how many of the pixels are non-emissive.
I'm currently writing that into a function, let me know if anyone has any thoughts on:
- what statistical parameters would be interesting to evaluate
- best practice for functions applied to a model (in case they later need to be extended)
Also, note that there is a function in hyperspy - print_summary_statistics - but I think that a luminescence-oriented function would be better.
I suspect that since gaussian fitting will probably be a core function for luminescence there'll need to be a unified way to fit and process the resulting data.