Zhenxi Zhu
Zhenxi Zhu
'aitom.tomominer.core.cython.core' should be created after compiling. Please try to reinstall aitom (python setup.py install).
Maybe in the future.
model fitting    
Thank you for your advice. We are also looking for a convenient and fast way to implement 3D gaussian convolution of large tomograms.
``` D1 = math.sqrt(dc2 + ds2 * (m1 / interval) ** 2) D2 = math.sqrt(dc2 + w * ds2 * math.pow(m2/interval , 2) ) ``` Because here `m, interval, and...
HI @pconesa , I successfully install 'scipion-em' in devel mode but meet some problems while testing (after running 'scipion test aitom.tests.tests_picking.TestAitomPicking'). It seems 'picking' command not found. >>> ERROR running...
Thanks a lot @pconesa , I will try again.
Conda seems to work, but 'picking' is still 'command not found'(non-zero exit status 127). @pconesa 
Hi @pconesa , the plugin works pretty well, thanks a lot. A release is available (https://github.com/xulabs/aitom/releases) and code with entry point has been merged (https://github.com/xulabs/aitom/tree/master/aitom/bin). Is it possible now for...
Actually, I manually install AITom in conda VE 'aitom-0.1'. So how can I depend on the release and maybe install AITom automatically like other Scipion plugins(more friendly to users)?