IsoNet-cryoET / IsoNet

Self-supervised learning for isotropic cryoET reconstruction
https://www.nature.com/articles/s41467-022-33957-8
MIT License
67 stars 12 forks source link

Refine | AttributeError: 'Item' object has no attribute 'rlnCropSize' #28

Closed jacob-r-anderson closed 2 years ago

jacob-r-anderson commented 2 years ago

Running Isonet on Ubuntu 18.04. Went through the tutorial without any problem. Now applying to my own dataset. I received this error when trying to run Refine.

isonet.py refine 00_IsonetTrial.star  --gpuID 0  --iterations 30 --noise_start_iter 10,15,20,25 --noise_level 0.05,0.1,0.15,0.2
04-29 15:39:18, INFO     
######Isonet starts refining######

04-29 15:39:18, ERROR    Traceback (most recent call last):
  File "/programs/x86_64-linux/isonet/0.1/IsoNet/bin/refine.py", line 25, in run
    run_whole(args)
  File "/programs/x86_64-linux/isonet/0.1/IsoNet/bin/refine.py", line 47, in run_whole
    args.crop_size = md._data[0].rlnCropSize
AttributeError: 'Item' object has no attribute 'rlnCropSize'

Curious where this rlnCropSize attribute is missing from.

jacob-r-anderson commented 2 years ago

Gave the wrong input star file.