|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing SPE files. More...
#include "rwimg.h"Classes | |
| struct | SPEhead |
Macros | |
| #define | SPESIZE 4100 |
Functions | |
| int | readSPE (Bimage *p, int readdata, int img_select) |
| Reading a SPE image file format. More... | |
| int | writeSPE (Bimage *p) |
| Writing a SPE image file format. More... | |
Header file for reading and writing SPE files.
Format: SPE Princeton Instruments CCD image file format
| #define SPESIZE 4100 |
| int readSPE | ( | Bimage * | p, |
| int | readdata, | ||
| int | img_select | ||
| ) |
Reading a SPE 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 writeSPE | ( | Bimage * | p | ) |
Writing a SPE image file format.
| *p | the image structure. |