|
Bsoft 2.1.4
Bernard's software package
|
Functions for reading and writing CCP4 files. More...
#include "rwCCP4.h"#include "UnitCell.h"#include "file_util.h"#include "utilities.h"#include "rwsymop.h"Functions | |
| int | set_CCP4_machine_stamp (char *machine_stamp) |
| Setting a CCP4 style machine stamp. More... | |
| int | readCCP4 (Bimage *p, int readdata) |
| Reading a CCP4 map image file format. More... | |
| int | writeCCP4 (Bimage *p) |
| Writing a CCP4 map image file format. More... | |
Variables | |
| int | verbose |
Functions for reading and writing CCP4 files.
| int readCCP4 | ( | Bimage * | p, |
| int | readdata | ||
| ) |
Reading a CCP4 map image file format.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| int set_CCP4_machine_stamp | ( | char * | machine_stamp | ) |
Setting a CCP4 style machine stamp.
| *machine_stamp | machine stamp string. |
| int writeCCP4 | ( | Bimage * | p | ) |
Writing a CCP4 map image file format.
| *p | the image structure. |
|
extern |