Dear experts,
While running the g_fit.py for the input given in the exaples.
I am encountering a following error...
"[RV@localhost Fit_gaussian]$ ~/CoFFEE_1.1/GaussianFit/g_fit.py in
('Shape of the data in the file:', (135, 135, 135))
Traceback (most recent call last):
File "/home/RV/CoFFEE_1.1/GaussianFit/g_fit.py", line 247, in <module>
popt, pcov = curve_fit(gaussian, (xx,yy,zz), vol_r)
File "/home/RV/.local/lib/python2.7/site-packages/scipy/optimize/minpack.py", line 716, in curve_fit
xdata = xdata.astype(float)
ValueError: setting an array element with a sequence."
any help to resolve this
thank you in advance