Hello,
I’m trying to import some movie stacks and I get the following error:
Traceback (most recent call last): File “cryosparc2_master/cryosparc2_compute/run.py”, line 78, in cryosparc2_compute.run.main (/home/installtest/deps_manage/cryosparc2_package/deploy/stage/cryosparc2_master/cryosparc2_compute/run.c:3954) File “cryosparc2_compute/jobs/imports/run.py”, line 613, in run_import_movies_or_micrographs imgdata = mrc.read_mrc(abs_path)[1].sum(axis=0) * gainref File “cryosparc2_compute/blobio/mrc.py”, line 114, in read_mrc data = read_mrc_data(file_obj, header, start_page, end_page, out) File “cryosparc2_compute/blobio/mrc.py”, line 65, in read_mrc_data dtype = mrc_datatype_to_dtype(datatype) File “cryosparc2_compute/blobio/mrc.py”, line 44, in mrc_datatype_to_dtype assert False,‘Unsupported MRC datatype: {0}’.format(datatype) AssertionError: Unsupported MRC datatype: 101
I dont understand why the mrc files are “not supported”.
Thanks, let me know if any further information is required.