|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing SPIDER files. More...
#include "rwimg.h"Classes | |
| struct | SPIDERhead |
Macros | |
| #define | SPIDERSIZE 1024 |
Functions | |
| int | readSPIDER (Bimage *p, int readdata, int img_select) |
| Reading a SPIDER image file format. More... | |
| int | writeSPIDER (Bimage *p) |
| Writing a SPIDER image file format. A 3D image format used in electron microscopy. More... | |
Header file for reading and writing SPIDER files.
Format: 3D image file format for the SPIDER package
| #define SPIDERSIZE 1024 |
| int readSPIDER | ( | Bimage * | p, |
| int | readdata, | ||
| int | img_select | ||
| ) |
Reading a SPIDER 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 writeSPIDER | ( | Bimage * | p | ) |
Writing a SPIDER image file format. A 3D image format used in electron microscopy.
| *p | the image structure. |