This plugin provides wrappers for several programs of IMOD <https://bio3d.colorado.edu/imod/>
_ software suite.
.. image:: https://img.shields.io/pypi/v/scipion-em-imod.svg :target: https://pypi.python.org/pypi/scipion-em-imod :alt: PyPI release
.. image:: https://img.shields.io/pypi/l/scipion-em-imod.svg :target: https://pypi.python.org/pypi/scipion-em-imod :alt: License
.. image:: https://img.shields.io/pypi/pyversions/scipion-em-imod.svg :target: https://pypi.python.org/pypi/scipion-em-imod :alt: Supported Python versions
.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-imod?server=https%3A%2F%2Fsonarcloud.io :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-imod :alt: SonarCloud quality gate
.. image:: https://img.shields.io/pypi/dm/scipion-em-imod :target: https://pypi.python.org/pypi/scipion-em-imod :alt: Downloads
You will need to use 3.0+ <https://scipion-em.github.io/docs/release-3.0.0/docs/scipion-modes/how-to-install.html>
_ version of Scipion to be able to run these protocols.
newstack doc <https://bio3d.colorado.edu/imod/doc/man/newstack.html>
__ctfphaseflip doc <https://bio3d.colorado.edu/imod/doc/man/ctfphaseflip.html>
_ctfplotter doc <https://bio3d.colorado.edu/imod/doc/man/ctfplotter.html>
_ctfplotter doc <https://bio3d.colorado.edu/imod/doc/man/ctfplotter.html>
_tiltxcorr doc <https://bio3d.colorado.edu/imod/doc/man/tiltxcorr.html>
_mtffilter doc <https://bio3d.colorado.edu/imod/doc/man/mtffilter.html>
_etomo tutorial <https://bio3d.colorado.edu/imod/doc/etomoTutorial.html>
_here <https://bio3d.colorado.edu/imod/doc/man/excludeviews.html>
_tiltalign doc <https://bio3d.colorado.edu/imod/doc/man/tiltalign.html>
, model2point doc <https://bio3d.colorado.edu/imod/doc/man/model2point.html>
, imodtrans doc <https://bio3d.colorado.edu/imod/doc/man/imodtrans.html>
_, newstack doc <https://bio3d.colorado.edu/imod/doc/man/newstack.html>
_, ccderaser doc <https://bio3d.colorado.edu/imod/doc/man/ccderaser.html>
autofidseed doc <https://bio3d.colorado.edu/imod/doc/man/autofidseed.html>
, beadtrack doc <https://bio3d.colorado.edu/imod/doc/man/beadtrack.html>
, model2point doc <https://bio3d.colorado.edu/imod/doc/man/model2point.html>
_findbeads3d doc <https://bio3d.colorado.edu/imod/doc/man/findbeads3d.html>
_newstack doc <https://bio3d.colorado.edu/imod/doc/man/newstack.html>
__newstack doc <https://bio3D.colorado.edu/imod/doc/newstack.html>
_, binvol doc <https://bio3D.colorado.edu/imod/doc/binvol.html>
xyzproj doc <https://bio3d.colorado.edu/imod/doc/man/xyzproj.html>
_tilt doc <https://bio3d.colorado.edu/imod/doc/man/tilt.html>
_ccderaser doc <https://bio3d.colorado.edu/imod/doc/man/ccderaser.html>
_If you want to check the latest version and release history go to CHANGES <https://github.com/scipion-em/scipion-em-imod/imod/blob/master/CHANGES.txt>
_
In order to install the plugin follow these instructions:
.. code-block::
scipion installp -p scipion-em-imod
or through the plugin manager by launching Scipion and following Configuration >> Plugins
To install in development mode
Clone or download the plugin repository
.. code-block::
git clone -b devel https://github.com/scipion-em/scipion-em-imod.git
Install the plugin in developer mode.
.. code-block::
scipion installp -p local/path/to/scipion-em-imod --devel
IMOD binaries will be downloaded and installed automatically with the plugin, but you can also link an existing installation. Default installation path assumed is software/em/imod-4.11.24/IMOD
, if you want to change it, set IMOD_HOME
in scipion.conf
file to the folder where the IMOD is installed.
To check the installation, simply run one of the tests. A complete list of tests can be displayed by executing scipion test --show --grep imod
For quick visualization purposes, it can be useful to bin images and tomograms on the fly using the ImodViewer
provided by this plugin (i.e. 3dmod
). For that, the user can define the IMOD_VIEWER_BINNING
environment variable in scipion.conf
as in the following example:
.. code-block:: [PLUGINS]
IMOD_HOME = %(EM_ROOT)s/imod-4.11.25/IMOD
IMOD_VIEWER_BINNING = 8
4.11.24, 4.11.25
Status devel version:
.. image:: http://scipion-test.cnb.csic.es:9980/badges/imod_devel.svg
Status production version:
.. image:: http://scipion-test.cnb.csic.es:9980/badges/imod_prod.svg