Hello,
I was wondering if there’s some issue that came up with recent 4.2 or 4.3 versions of cryosparc live, we had no issues running ctffind on our data before and now i have to check the ‘classic mode’ to use the old patch ctf algorithm before version 2.15. otherwise i get an error about some filter weights array? maybe not that much of a difference but just curious what this difference is
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/jobs/rtp_workers/run.py”, line 371, in cryosparc_compute.jobs.rtp_workers.run.rtp_worker
File “cryosparc_master/cryosparc_compute/jobs/rtp_workers/run.py”, line 440, in cryosparc_compute.jobs.rtp_workers.run.process_movie
File “cryosparc_master/cryosparc_compute/jobs/rtp_workers/run.py”, line 817, in cryosparc_compute.jobs.rtp_workers.run.do_patch_ctf
File “cryosparc_master/cryosparc_compute/jobs/rtp_workers/run.py”, line 818, in cryosparc_compute.jobs.rtp_workers.run.do_patch_ctf
File “cryosparc_master/cryosparc_compute/jobs/ctf_estimation/patchctf.py”, line 70, in cryosparc_compute.jobs.ctf_estimation.patchctf.patchctf_v217
File “cryosparc_master/cryosparc_compute/jobs/ctf_estimation/patchctf.py”, line 846, in cryosparc_compute.jobs.ctf_estimation.patchctf.patchctf_v217
File “cryosparc_master/cryosparc_compute/jobs/ctf_estimation/patchctf.py”, line 822, in cryosparc_compute.jobs.ctf_estimation.patchctf.patchctf_v217.compute_cc_fit
File “/home/cryosparc_user/cryosparc2/cryosparc2_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/scipy/ndimage/_filters.py”, line 862, in convolve
return _correlate_or_convolve(input, weights, output, mode, cval,
File “/home/cryosparc_user/cryosparc2/cryosparc2_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/scipy/ndimage/_filters.py”, line 662, in _correlate_or_convolve
raise RuntimeError(‘filter weights array has incorrect shape.’)
RuntimeError: filter weights array has incorrect shape.