Is.infinite error

Hi,

I loaded a dataset successfully into cryosparc and tried an ab-initio reconstruction. This data I have used before for an ab-initio reconstruction.
When cryosparc tries to generate an initial reference it spits out this traceback:

Traceback (most recent call last):
File “/cryosparc/cryosparc/cryosparc-compute/sparcjob.py”, line 323, in
cuda_devs = current_experiment_params[‘cuda_devs’])
File “/cryosparc/cryosparc/cryosparc-compute/abinit.py”, line 280, in abinit
map_r_plot, t_plot, R_plot = sigproc.align_density(map_r, do_shift=False)
File “/cryosparc/cryosparc/cryosparc-compute/sigproc.py”, line 236, in align_density
assert n.all(n.isfinite(mu))
AssertionError

I can’t find anything wrong with my data, so I’m not sure why cryosparc would fail at this point.
Any suggestions?

Hi @ekellogg,

This is strange… how many particles? does this error happen in the first iteration, or after some time?
Which cryoSPARC version are you using?

Ali