|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing CCP4 files. More...
#include "rwimg.h"Classes | |
| struct | CCP4head |
Macros | |
| #define | CCP4SIZE 1024 |
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... | |
Header file for reading and writing CCP4 files.
Format: 3D crystallographic image file format for the CCP4 package
| #define CCP4SIZE 1024 |
| 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. |