carsonpurnell / cryotomosim_CTS

cryo-EM tomogram simulator
Other
20 stars 3 forks source link

ReadMRC.m and WriteMRC.m are missing #7

Closed xmzzaa closed 11 months ago

xmzzaa commented 11 months ago

Hi, I tried to run the programs but have trouble reading and Writing the MRC files. I think somehow these two Matlab files are missing. I tried to write the scripts by myself but there was too much trouble. Could you please take a look?

The error I got is

Unrecognized function or variable 'WriteMRC'.

Error in cts_model (line 163) WriteMRC(cts.vol,pix,append(ident,opt.suffix,'.mrc'))

Thank you!