|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing PIC's BP and BQ files. More...
#include "rwimg.h"Functions | |
| int | readPIC (Bimage *p, int readdata) |
| Reading a PIC image file format(s). A 2D image format used in electron microscopy. Header size: variable - determined by title or label. File format extensions: .bp, .bq Byte order determination: Title length must be less than 256. Data types: BP files = byte, BQ files = float, (Note: float is VMS G_FLOAT). More... | |
| int | writePIC (Bimage *p) |
| Writing a PIC image file format(s). A 2D image format used in electron microscopy. More... | |
Header file for reading and writing PIC's BP and BQ files.
Format: 2D image file format for the PIC package
| int readPIC | ( | Bimage * | p, |
| int | readdata | ||
| ) |
Reading a PIC image file format(s). A 2D image format used in electron microscopy. Header size: variable - determined by title or label. File format extensions: .bp, .bq Byte order determination: Title length must be less than 256. Data types: BP files = byte, BQ files = float, (Note: float is VMS G_FLOAT).
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| int writePIC | ( | Bimage * | p | ) |
Writing a PIC image file format(s). A 2D image format used in electron microscopy.
| *p | the image structure. |