|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing DM files. More...
#include "rwimg.h"Classes | |
| struct | DMhead |
| struct | DMMachead |
| struct | DM3head |
| struct | DM4head |
Enumerations | |
| enum | DMDataType { NULL_DATA , SIGNED_INT16_DATA , REAL4_DATA , COMPLEX8_DATA , OBSELETE_DATA , PACKED_DATA , UNSIGNED_INT8_DATA , SIGNED_INT32_DATA , RGB_DATA , SIGNED_INT8_DATA , UNSIGNED_INT16_DATA , UNSIGNED_INT32_DATA , REAL8_DATA , COMPLEX16_DATA , BINARY_DATA , RGBA_FLOAT32_DATA , RGB_UINT16_DATA , RGB_FLOAT64_DATA , RGBA_FLOAT64_DATA , RGBA_UINT16_DATA , RGB_UINT8_DATA , RGBA_UINT8_DATA , LAST_DATA , OS_RGBA_UINT8_DATA } |
Functions | |
| int | readDM (Bimage *p, int readdata, int img_select) |
| Reading a Digital Micrograph image file format. More... | |
| int | writeDM (Bimage *p) |
| Writing a Digital Micrograph map image file format. More... | |
Header file for reading and writing DM files.
Format: 2D electron microscope CCD image file format for the Digital Micrograph package
| enum DMDataType |
| int readDM | ( | Bimage * | p, |
| int | readdata, | ||
| int | img_select | ||
| ) |
Reading a Digital Micrograph image file format.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| img_select | image selection in multi-image file (-1 = all images). |
| int writeDM | ( | Bimage * | p | ) |
Writing a Digital Micrograph map image file format.
| *p | the image structure. |