LBEM-CH/focus

Request:Bayesian polishing in Relion3.0

Eladbic opened this issue · 4 comments

#The new version of Relion have the option of Bayesian polishing. To do it one need to run the motioncor within Relion because required metadata about the motion correction is written out by the Relion-motioncor.
Can this metadata being written out?

Hi,

Please send us an example of such metadata (I understand it is a new .star file) and we will look into implementing it. Another possibility would be to run Relion's MotionCor2 implementation from within FOCUS.

Hi,
Thanks for your help.
This is an example for the new .star file from Relion motioncor2 job:

data_

loop_
_rlnMicrographName #1
_rlnMicrographMetadata #2
_rlnAccumMotionTotal #3
_rlnAccumMotionEarly #4
_rlnAccumMotionLate #5
MotionCorr/job061/xenoA_2169.mrc MotionCorr/job061/xenoA_2169.star 15.637464 1.189596 14.447868
MotionCorr/job061/xenoA_2168.mrc MotionCorr/job061/xenoA_2168.star 17.497252 0.852047 16.645206

Best,

FOCUS now exports the metadata from MotionCor2 in the format expected for Bayesian polishing in RELION-3. Commit 77edb1d

Thanks for your help.