I am trying full frame emotion correction, but after the first eer file, the programme is displaying log errors for all the movies. These errors didn’t stop the job, its still running with lot of errors popping up.
Error occurred while processing J1/imported/014002296941473513482_FoilHole_21715100_Data_21696832_35_20241122_171900_EER.eer
Traceback (most recent call last):
File “/home/radha/cryosparc/cryosparc_worker/cryosparc_compute/blobio/mrc.py”, line 188, in read_mrc
data = read_mrc_data(file_obj, header, start_page, end_page, out)
File “/home/radha/cryosparc/cryosparc_worker/cryosparc_compute/blobio/mrc.py”, line 92, in read_mrc_data
dtype = mrc_datatype_to_dtype(datatype)
File “/home/radha/cryosparc/cryosparc_worker/cryosparc_compute/blobio/mrc.py”, line 69, in mrc_datatype_to_dtype
assert False,‘Unsupported MRC datatype: {0}’.format(datatype)
AssertionError: Unsupported MRC datatype: 69335505
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/home/radha/cryosparc/cryosparc_worker/cryosparc_compute/jobs/pipeline.py”, line 59, in exec
return self.process(item)
File “cryosparc_master/cryosparc_compute/jobs/motioncorrection/run.py”, line 111, in cryosparc_master.cryosparc_compute.jobs.motioncorrection.run.run_rigid_motion_correction_multi.motionworker.process
File “cryosparc_master/cryosparc_compute/jobs/motioncorrection/run.py”, line 147, in cryosparc_master.cryosparc_compute.jobs.motioncorrection.run.run_rigid_motion_correction_multi.motionworker.process
File “/home/radha/cryosparc/cryosparc_worker/cryosparc_compute/blobio/mrc.py”, line 190, in read_mrc
raise ValueError(f’Could not read mrc data from {fname}') from e
ValueError: Could not read mrc data from /data1/Dataprocessing2024/CS-nup188-set3/J1/imported/20241104_160428_EER_GainReference.gain
Marking J1/imported/014002296941473513482_FoilHole_21715100_Data_21696832_35_20241122_171900_EER.eer as incomplete and continuing…