Hello
I extract particles with Fourier cropping but showing error when trying to classify them. I used 624 box for extraction and reduced size to 256 to make the processing faster but end up with error.
Is the error is due to cropping or it cannot handle so many particles (1.9million)?
Here is the error:
: [CPU: 4.24 GB] Traceback (most recent call last):
File “cryosparc2_worker/cryosparc2_compute/run.py”, line 85, in cryosparc2_compute.run.main
File “cryosparc2_worker/cryosparc2_compute/jobs/class2D/run.py”, line 88, in cryosparc2_compute.jobs.class2D.run.run_class_2D
File “cryosparc2_compute/geometry.py”, line 274, in ang_to_radwn
return N * psize / ang
TypeError: unsupported operand type(s) for /: ‘float’ and ‘NoneType’