Hi,
I am trying to test K2 super resolution data in cryoSPARC Live. Data is un-gain normalised, packed as per EPU. I currently get the below error.
Traceback (most recent call last):
File "cryosparc2_worker/cryosparc2_compute/jobs/rtp_workers/run.py", line 92, in cryosparc2_compute.jobs.rtp_workers.run.rtp_worker
File "cryosparc2_worker/cryosparc2_compute/jobs/rtp_workers/run.py", line 224, in cryosparc2_compute.jobs.rtp_workers.run.process_movie
File "cryosparc2_worker/cryosparc2_compute/jobs/rtp_workers/run.py", line 302, in cryosparc2_compute.jobs.rtp_workers.run.do_patch_motion
File "cryosparc2_worker/cryosparc2_compute/jobs/rtp_workers/run.py", line 154, in cryosparc2_compute.jobs.rtp_workers.run.read_data
File "cryosparc2_compute/blobio/mrc.py", line 135, in read_mrc
data = read_mrc_data(file_obj, header, start_page, end_page, out)
File "cryosparc2_compute/blobio/mrc.py", line 86, in read_mrc_data
dtype = mrc_datatype_to_dtype(datatype)
File "cryosparc2_compute/blobio/mrc.py", line 65, in mrc_datatype_to_dtype
assert False,'Unsupported MRC datatype: {0}'.format(datatype)
AssertionError: Unsupported MRC datatype: 101
Any ideas?