Hello everyone,
I am trying to run the micrograph denoiser job on my curated exposures after doing motion correction and Patch CTF, but I get this error:
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 115, in cryosparc_master.cryosparc_compute.run.main
File “cryosparc_master/cryosparc_compute/jobs/micrograph_analysis/run_denoise.py”, line 80, in cryosparc_master.cryosparc_compute.jobs.micrograph_analysis.run_denoise.run_train
AssertionError: Input micrographs must be background-subtracted. Use Patch Motion.
I followed the documentation:
Micrographs to be denoised, with background subtracted and CTF estimates available
I don’t understand why it is asking for patch motion even though it is already done in a previous step.
I would appreciate any help. Thanks in advance.