Skip to content

Fix coordinate scaling #51

@rdrighetto

Description

@rdrighetto

Currently, MemBrain-pick assumes that the rlnCoordinate<X/Y/Z> columns are always in (non-centered) Å. This is not compatible with RELION-5 assumptions though.

RELION-5 accepts input coordinates in one of two ways:

  1. rlnCoordinate<X/Y/Z> in non-centered, unbinned pixels
  2. rlnCenteredCoordinate<X/Y/Z>Angst in centered Å

Currently, we ask users in the documentation to apply a scaling factor in order to meet 1) correctly, i.e., convert back to pixels. This is a bit clumsy. A better way would be to use the pixel size again before generating the output of the predict step, to convert the coordinates back to pixels in the way RELION expects in 1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions