|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing PIF files. More...
#include "rwimg.h"Classes | |
| struct | PIFhead |
| struct | PIFcolor |
| struct | PIFimagehead |
| struct | PIFimagehead_new |
Macros | |
| #define | PIFSIZE 1024 |
Functions | |
| int | readPIF (Bimage *p, int readdata, int img_select) |
| Reading a PIF image and structure factor file format. A 2D and 3D image format used in electron microscopy. There are two types of files: More... | |
| int | writePIF (Bimage *p) |
| Writing a PIF image file format. A 2D and 3D image format used in electron microscopy. More... | |
Header file for reading and writing PIF files.
Format: 3D crystallographic image file format for the Purdue package
| #define PIFSIZE 1024 |
| int readPIF | ( | Bimage * | p, |
| int | readdata, | ||
| int | img_select | ||
| ) |
Reading a PIF image and structure factor file format. A 2D and 3D image format used in electron microscopy. There are two types of files:
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| img_select | image selection in multi-image file (-1 = all images). |
| int writePIF | ( | Bimage * | p | ) |
Writing a PIF image file format. A 2D and 3D image format used in electron microscopy.
| *p | the image structure. |