|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing Brookhaven STEM files. More...
#include "rwimg.h"Macros | |
| #define | BrookhavenSTEMSIZE 4096 |
Functions | |
| int | readBrookhavenSTEM (Bimage *p, int readdata) |
| Reading a BrookhavenSTEM image file format. More... | |
| int | writeBrookhavenSTEM (Bimage *p) |
| Writing a BrookhavenSTEM image file format. More... | |
Header file for reading and writing Brookhaven STEM files.
Format: 2D STEM image file format
| #define BrookhavenSTEMSIZE 4096 |
| int readBrookhavenSTEM | ( | Bimage * | p, |
| int | readdata | ||
| ) |
Reading a BrookhavenSTEM image file format.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| int writeBrookhavenSTEM | ( | Bimage * | p | ) |
Writing a BrookhavenSTEM image file format.
| *p | the image structure. |