Skip to content

RuntimeError: std::exception caused by xform_align_nbest #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lyw8120 opened this issue Aug 27, 2022 · 1 comment
Open

RuntimeError: std::exception caused by xform_align_nbest #551

lyw8120 opened this issue Aug 27, 2022 · 1 comment

Comments

@lyw8120
Copy link

lyw8120 commented Aug 27, 2022

I was trying to do subtomogram averaging, and the command is
e2spt_refine.py sets/template_bin4.lst --reference=sptsgd_03/threed_05.hdf --niter=5 --sym=c1 --mass=3000.0 --goldstandard=30 --pkeep=0.8 --maxtilt=90.0 --threads=10 --ppid=-2

while I got an error

/anaconda3/envs/eman2/bin/e2spt_align.py", line 625, in execute
c=ref.xform_align_nbest("rotate_translate_3d_tree",b, aligndic, options.nsoln)
RuntimeError: std::exception

I went the line 625 of e2spt_align.py
I think here is to do alignment work, between ref and b, where ref is the reference 3d image and b is the 3d particle I extracted using the alignment method "rotate_translate_3d_tree" with additional information (aligndic and options.nsoln).
I also search and check the original code in emdata_modular.h/.cpp, and confirm it. I think there is no mistake, but I do not understand what is going on here. could you please tell me an solution? thanks
ps: eman2 was installed from source.
Yaowang

@sludtke42
Copy link
Member

sludtke42 commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants