Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 2.24 KB

README.rst

File metadata and controls

74 lines (46 loc) · 2.24 KB

Scipion plugin for fidder

PyPI release License Supported Python versions SonarCloud quality gate Downloads

This plugin provide a wrapper around the program fidder to use it within Scipion framework.

Installation

You will need to use 3.0 version of Scipion to be able to run these protocols. To install the plugin, you have two options:

  1. Stable version:
scipion3 installp -p scipion-em-fidder
  1. Developer's version

    • download the repository from github:
    git clone -b devel https://github.com/scipion-em/scipion-em-fidder.git
    
    • install:
    scipion3 installp -p /path/to/scipion-em-fidder --devel
    

To check the installation, simply run the following Scipion test for the plugin:

scipion3 tests fidder.tests.tests_fidder.TestFidder

Licensing

fidder software package is available under BSD-3-Clause license

Protocols

  • Tilt-series: detect and erase fiducials.

Latest plugin versions

If you want to check the latest version and release history go to CHANGES