Skip to content

BugFixes

Juha Huiskonen edited this page Mar 20, 2019 · 5 revisions

We fixed two bugs in the new release (1.2.1):

  • Shifts for the subparticles are now corrected (by changing the shift sign)
  • The height of a subparticle is converted to angstrom to be added to its defocus value

To use this new release in Scipion, please follow the following steps:

  • Download binaries (zip, tar) from GitHub and untar it in SCIPION_HOME/software/em

  • Update Scipion protocol by applying two diff patch files convert.diff and protocol_localized.diff (available from the main repository folder - see Code tab) using these commands

    patch SCIPION_HOME/pyworkflow/em/packages/opic/convert.py SCIPION_HOME/software/em/localrec-1.2.1/convert.diff
    
    patch SCIPION_HOME/pyworkflow/em/packages/opic/protocol_localized.py SCIPION_HOME/software/em/localrec-1.2.1/protocol_localized.diff
    

Here SCIPION_HOME refers to your Scipion installation path.

Clone this wiki locally