I have an image of a proton beam hitting a scintillator sheet. This image was filtered to a grey-scale 8-bit bmp file. I can use python/matlab to basically get a large list of data points, where each point consist of an (x,y)
position and a (z)
magnitude.
Beam spot
I want to model my z
data with Gaussians, and then find the "Full Width at Half Max" of the curve. How can I fit multivariate Gaussians to my data? Is there such a package of Matlab/Python or any other way, code etc.?