Skip to content

Latest commit

 

History

History
106 lines (68 loc) · 3.2 KB

README.rst

File metadata and controls

106 lines (68 loc) · 3.2 KB

Scipion plugin for Tomo3D

PyPI release License Supported Python versions Downloads

This plugin allows to use some of the software packages from 3demimageprocessing within the Scipion framework. The binaries for the plugin MUST be downloaded manually:

Installation

The plugin can be installed in user (stable) or developer (latest, may be unstable) mode:

1. User (stable) version::

scipion installp -p scipion-em-tomo3d

2. Developer (latest, may be unstable) version::

  • Clone the source code repository:
git clone https://github.com/scipion-em/scipion-em-tomo3d.git
  • Install:
scipion3 installp -p local/path/to/scipion-em-tomo3d --devel

Protocols

The integrated protocols are:

  1. tomo3d - denoise tomograms
  2. tomo3d - reconstruct tomograms

Tests

The installation can be checked out running some tests:

scipion3 tests tomo3d.tests.test_protocol_reconstruct_tomogram
scipion3 tests tomo3d.tests.test_protocol_denoise_tomogram

References

Contact information

If you experiment any problem, please contact us here: scipion-users@lists.sourceforge.net, scipion@cnb.csic.es or open an issue.

We'll be pleased to help.

Scipion Team