![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing XPLOR reflection files. More...
#include "rwimg.h"
Functions | |
int | readXPLOR (Bimage *p, int readdata) |
Reading a XPLOR map or structure factor file format. A minimal implementation. More... | |
int | writeXPLOR (Bimage *p) |
Writing a XPLOR map or structure factor file format. A text format used in X-ray crystallography. More... | |
Header file for reading and writing XPLOR reflection files.
Format: 3D structure factor file format for the program XPLOR
int readXPLOR | ( | Bimage * | p, |
int | readdata | ||
) |
Reading a XPLOR map or structure factor file format. A minimal implementation.
*p | the image structure. |
readdata | flag to activate reading of image data. |
int writeXPLOR | ( | Bimage * | p | ) |
Writing a XPLOR map or structure factor file format. A text format used in X-ray crystallography.
*p | the image structure. |