Despite the fact that IMOD insists it can read 16-bit MRC files, I have found that header...can't. I wrote quick and dirty python version to get the information I'm usually looking for (I'm sure smarter people will have opinions, but this works).

https://gist.github.com/PlethoraChutney/5f01dca37cdf82cd9a5851024bc1d9fa

Header to read 16-bit MRC files

Header to read 16-bit MRC files. GitHub Gist: instantly share code, notes, and snippets.

Gist

@posertinlab

There's an MRC 16-bit image file format reader here for #FijiSc: https://github.com/fiji/IO/blob/master/src/main/java/sc/fiji/io/Open_MRC_Leginon.java

The header includes MRC format details for documentation.

I wrote it.

IO/src/main/java/sc/fiji/io/Open_MRC_Leginon.java at master · fiji/IO

Contribute to fiji/IO development by creating an account on GitHub.

GitHub
@albertcardona looks useful for sure! In this case I was looking for the ability to quickly read out pixel size and other super basic info in the command line