DM3
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| m (Fixing ref) |  (More software) | ||
| Line 14: | Line 14: | ||
| == Software == | == Software == | ||
| * Digital Micrograph (later incorporated into "Gatan Microscopy Suite") itself | * Digital Micrograph (later incorporated into "Gatan Microscopy Suite") itself | ||
| + | * [https://www.openmicroscopy.org/bio-formats/ Bio-Formats] | ||
| * [https://blake.bcm.edu/emanwiki/EMAN2 EMAN] | * [https://blake.bcm.edu/emanwiki/EMAN2 EMAN] | ||
| * [https://lsbr.niams.nih.gov/bsoft/ BSOFT] | * [https://lsbr.niams.nih.gov/bsoft/ BSOFT] | ||
| * The [https://imagej.nih.gov/ij/plugins/DM3_Reader.html DM3_Reader plugin] for [https://imagej.nih.gov/ij/index.html ImageJ] | * The [https://imagej.nih.gov/ij/plugins/DM3_Reader.html DM3_Reader plugin] for [https://imagej.nih.gov/ij/index.html ImageJ] | ||
| * [https://www.mathworks.com/matlabcentral/fileexchange/29351-dm3-import-for-gatan-digital-micrograph Robert McLeod's importer] for [[Matlab]] | * [https://www.mathworks.com/matlabcentral/fileexchange/29351-dm3-import-for-gatan-digital-micrograph Robert McLeod's importer] for [[Matlab]] | ||
| + | * [https://www.mathworks.com/matlabcentral/fileexchange/43005-read-dm3-and-dm4-image-files Fred Sigworth's importer] for [[Matlab]] | ||
| == Links == | == Links == | ||
Latest revision as of 08:20, 26 August 2019
DM3 is an image format used by Digital Micrograph, a program used in transmission electron microscopy, often in order to interface with the hardware made by the company that releases it (Gatan). It contains a large amount of metadata in addition to the image itself. It succeeded DM2 and was succeeded by DM4.
| Contents | 
[edit] Identification
DM3 files have the extension ".dm3", the type code "GTGI", and the creator code "GCCD"[2]. Their contents start with the version number big-endian, i.e. 00 00 00 03.[2]
[edit] Software
- Digital Micrograph (later incorporated into "Gatan Microscopy Suite") itself
- Bio-Formats
- EMAN
- BSOFT
- The DM3_Reader plugin for ImageJ
- Robert McLeod's importer for Matlab
- Fred Sigworth's importer for Matlab

