zhenchen16 / ptychography

8 stars 8 forks source link

core.ptycho_solver does not exist #3

Open AutoEM opened 2 years ago

AutoEM commented 2 years ago
>> ptychography_clean_drive
Warning: Directory already exists. 
Use 20% extra points for object
Undefined variable "core" or class "core.ptycho_solver".

Error in ptychography_clean_drive (line 101)
[outputs, fourier_error] = core.ptycho_solver(inputs, param);

There is no ptycho_solver.m in core folder. There is one in engines/GPU but the input variables are wrong.

Amirafsharm commented 7 months ago

I faced the same problem. I wonder if a solution/fix was found. I changed core.ptycho_solver to engines.GPU.ptycho_solver, but then I received Not enough input arguments. error because of the undefined argin cache.