Zhenxi Zhu

Results 14 comments of 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 ![original](https://user-images.githubusercontent.com/47468650/89527603-2cc4cb80-d81c-11ea-97dd-85f89c26779a.png) ![morphsnake_result](https://user-images.githubusercontent.com/47468650/89527650-449c4f80-d81c-11ea-8410-97521608ba01.png) ![RANSC_result](https://user-images.githubusercontent.com/47468650/89527711-5f6ec400-d81c-11ea-8fd4-35cfb00e1716.png) ![result](https://user-images.githubusercontent.com/47468650/89527733-67c6ff00-d81c-11ea-8e0a-0cfec102b3c7.png)

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 ![image](https://user-images.githubusercontent.com/47468650/72720487-11aea900-3bb5-11ea-89b9-a6102046b5f7.png)

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)?