![]() |
Bsoft 2.1.4
Bernard's software package
|
Functions for reading and writing PIF files. More...
Macros | |
#define | PIF_SCALE 1e-5 |
Functions | |
char * | read_sf (ifstream *fimg, Bimage *p, int mode, int sb) |
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... | |
Variables | |
int | verbose |
char * | month [] |
double | PIFscale = PIF_SCALE |
Functions for reading and writing PIF files.
#define PIF_SCALE 1e-5 |
char * read_sf | ( | ifstream * | fimg, |
Bimage * | p, | ||
int | mode, | ||
int | sb | ||
) |
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. |
|
extern |
double PIFscale = PIF_SCALE |
|
extern |