DM3
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (Fixed infobox things)  | 
			 (More software)  | 
			||
| Line 16: | Line 16: | ||
* [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]  | ||
| + | * [https://www.mathworks.com/matlabcentral/fileexchange/29351-dm3-import-for-gatan-digital-micrograph Robert McLeod's importer] for [[Matlab]]  | ||
== Links ==  | == Links ==  | ||
Revision as of 07:54, 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 | 
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]
Software
- Digital Micrograph (later incorporated into "Gatan Microscopy Suite") itself
 - EMAN
 - BSOFT
 - The DM3_Reader plugin for ImageJ
 - Robert McLeod's importer for Matlab