|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing HKL reflection files as images. More...
#include "rwimg.h"Functions | |
| int | readHKL (Bimage *p, int readdata) |
| Reading a HKL structure factor file format. This function reads a HKL file typically produced with MTZDUMP from X-ray crystallographic structure factor files in the CCP4 package. The first line as a space-delimited list of headers for the columns. All subsequent lines are rows containing the indices and data. Column headers: H K L indices. AMP amplitudes. SIGAMP amplitude deviations. PHI phases. SIGPHI phase deviations. FOM figure-of-merit values. FREE flag for R-free calculations. More... | |
| int | writeHKL (Bimage *p) |
| Writing a HKL structure factor file format. This function writes a HKL structure factor file. More... | |
Header file for reading and writing HKL reflection files as images.
Format: 3D generic structure factor file format
| int readHKL | ( | Bimage * | p, |
| int | readdata | ||
| ) |
Reading a HKL structure factor file format. This function reads a HKL file typically produced with MTZDUMP from X-ray crystallographic structure factor files in the CCP4 package. The first line as a space-delimited list of headers for the columns. All subsequent lines are rows containing the indices and data. Column headers: H K L indices. AMP amplitudes. SIGAMP amplitude deviations. PHI phases. SIGPHI phase deviations. FOM figure-of-merit values. FREE flag for R-free calculations.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| int writeHKL | ( | Bimage * | p | ) |
Writing a HKL structure factor file format. This function writes a HKL structure factor file.
| *p | the image structure. |