|
Bsoft 2.1.4
Bernard's software package
|
Routines to read and write XPLOR reflection files. More...
#include "rwXPLOR.h"#include "linked_list.h"#include "Complex.h"#include "utilities.h"#include <fstream>Functions | |
| int | readXPLORmap (Bimage *p, int readdata) |
| int | readXPLORsf (Bimage *p, int readdata) |
| int | writeXPLORmap (Bimage *p) |
| int | writeXPLORsf (Bimage *p) |
| 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... | |
Variables | |
| int | verbose |
Routines to read and write XPLOR reflection files.
| 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 readXPLORmap | ( | Bimage * | p, |
| int | readdata | ||
| ) |
| int readXPLORsf | ( | Bimage * | p, |
| int | readdata | ||
| ) |
| 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. |
| int writeXPLORmap | ( | Bimage * | p | ) |
| int writeXPLORsf | ( | Bimage * | p | ) |
|
extern |