From 2167477816126aec84b674efeb10f7e97812933f Mon Sep 17 00:00:00 2001 From: Marten Chaillet <58044494+McHaillet@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:20:40 +0200 Subject: [PATCH] Update Developers.md (#205) --- docs/Developers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Developers.md b/docs/Developers.md index 0d890519..63f56ded 100644 --- a/docs/Developers.md +++ b/docs/Developers.md @@ -23,8 +23,8 @@ _rlnMicrographName #11 ``` With RELION5 compatibility mode in `pytom_extract_candidates.py` the star file -columns are this (correcting the position in to Angstrom and relative to the -tomogram center): +columns slightly change. The positions are here relative to the tomogram center +and in Angstrom instead of nr. of voxels: ``` # Created by the starfile Python package (version x.x.x) at xx:xx:xx on xx/xx/xxxx @@ -44,4 +44,4 @@ _rlnCutOff #8 _rlnSearchStd #9 _rlnDetectorPixelSize #10 _rlnTomoName #11 -``` \ No newline at end of file +```