![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing MRC files. More...
#include "rwimg.h"
Classes | |
struct | MRCheadold |
struct | MRChead2000 |
struct | MRChead |
Macros | |
#define | MRCSIZE 1024 |
Functions | |
int | readMRC (Bimage *p, int readdata, int img_select) |
Reading a MRC map image file format. More... | |
int | writeMRC (Bimage *p) |
Writing a MRC map image file format. More... | |
Header file for reading and writing MRC files.
Format: 3D crystallographic image file format for the MRC package
#define MRCSIZE 1024 |
int readMRC | ( | Bimage * | p, |
int | readdata, | ||
int | img_select | ||
) |
Reading a MRC map 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 writeMRC | ( | Bimage * | p | ) |
Writing a MRC map image file format.
*p | the image structure. |