Imagic, MRC, DM and STAR file i/o
This directory contains m-functions for reading and writing files used in electron microscopy and 3D reconstruction. The file formats those used by the IMAGIC software package (Image Science GmbH; EMAN and Frealign are public-domain programs that also use this format), the MRC program library, and the Digital Micrograph (Gatan, Inc.) file format. These functions were written on what published information we could find, and work for our limited purposes.
The functions generally assume that little-endian files are being read by a little-endian machine. However, some functions might still work with big-endian machines such as PowerPC, as they were originally written on a Mac computer.
Fred Sigworth, Liguo Wang
Yale University
ReadImagic
Loads part or all of the data in an Imagic file pair into a matlab 3-d array. This function also returns a data structure with part of the information from the header.
WriteImagic
Writes an entire matlab 3-d array as an Imagic file with float32 data type.
ReadImagicHeader
MakeImagicHeader
WriteImagicHeader
Create, read or write a datastructure that contains all the information in an Imagic header. The structure (a struct of arrays) allows manipulation of header information. For writing very large datafiles, the header file can be constructed and written out separately by these functions.
ReadDMFile (replaces ReadDM3)
Read a file generated by Digital Micrograph, version 3 or 4. These files have a large tree structure, and the code inside this function can be modified to return any field or fields of this structure. At present just the pixel size and number of pixels is returned along with the raw image.
ReadMRC
Read part or all of an MRC-format file (2d or 3d) into a Matlab array; also retrieves information about the image size.
WriteMRC
Write an entire 3d Matlab array into an MRC-format file
WriteMRCHeader
Write the header of an MRC-format file, allowing the user to write the rest of the file directly with the fwrite function.
ReadStarFile
Reads a STAR file, for example generated by Relion, into a cell array of block names, and a cell array of structures containing the block data.
WriteStarFile
Writes a MATLAB struct to a STAR file.
Citar como
Fred Sigworth (2024). Imagic, MRC, DM and STAR file i/o (https://www.mathworks.com/matlabcentral/fileexchange/27021-imagic-mrc-dm-and-star-file-i-o), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Sciences > Biological and Health Sciences > Biomedical Imaging >
- Test and Measurement > Data Acquisition Toolbox > Digital Input and Output >
- MATLAB > Graphics > Images > Read, Write, and Modify Image >
- Sciences > Biological and Health Sciences > Biomedical Imaging > Microscopy >
Etiquetas
Agradecimientos
Inspiración para: Read .dm3 and .dm4 image files
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.