Skip to content

Incorrect Parameter Order in Spike-MD Metadata Files #7

@Dylan8527

Description

@Dylan8527

Issue: Incorrect Parameter Order in Spike-MD Metadata Files

  1. particles.star Optics Group Error
    In Spike-MD/images/snr0.1/particles.star, the order of _rlnImageSize and _rlnImagePixelSize is swapped.

    • Current (incorrect):
      1.5 256 300.0 2.7 0.1 1
      
    • Expected (correct):
      256 1.5 300.0 2.7 0.1 1
      
  2. combined_ctf.pkl Consistency Issue
    The same parameter order mismatch exists in Spike-MD/combined_ctf.pkl:

    # Current output (incorrect):
    imgsize_pix=1.5    # Should be 256 (pixels)
    psize_A=256.0      # Should be 1.5 (Ångström)

Request:
Please verify and correct the parameter order in both files to ensure consistency with RELION conventions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions