Issue: Incorrect Parameter Order in Spike-MD Metadata Files
-
particles.star Optics Group Error
In Spike-MD/images/snr0.1/particles.star, the order of _rlnImageSize and _rlnImagePixelSize is swapped.
- Current (incorrect):
- Expected (correct):
-
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.