|
View | view_from_suprim_euler (SUPRIMhead *header) |
|
int | suprim_euler_from_view (SUPRIMhead *header, View view) |
|
int | readSUPRIM (Bimage *p, int readdata) |
| Reading a SUPRIM map image file format. A 3D image format used in electron microscopy. Header size: 36 bytes basic fields 512 bytes additional fields called "registers" up to 1024 bytes of "trace" records File format extensions: .spm, .sup Byte order determination: Version and third dimension values must be less than 256*256. Data types: 1 = byte, 2 = float, 3 = complex float, 4 = run-length-encoded float, 5 = short, 6 = RGB, 7 = int, 8 = double. Transform type: Standard. More...
|
|
int | writeSUPRIM (Bimage *p) |
| Writing a SUPRIM map image file format. A 3D image format used in electron microscopy. More...
|
|
Functions for reading and writing SUPRIM files.
- Author
- Bernard Heymann
- Date
- Created: 19990930
-
Modified: 20120409
int readSUPRIM |
( |
Bimage * |
p, |
|
|
int |
readdata |
|
) |
| |
Reading a SUPRIM map image file format. A 3D image format used in electron microscopy. Header size: 36 bytes basic fields 512 bytes additional fields called "registers" up to 1024 bytes of "trace" records File format extensions: .spm, .sup Byte order determination: Version and third dimension values must be less than 256*256. Data types: 1 = byte, 2 = float, 3 = complex float, 4 = run-length-encoded float, 5 = short, 6 = RGB, 7 = int, 8 = double. Transform type: Standard.
- Parameters
-
*p | the image structure. |
readdata | flag to activate reading of image data. |
- Returns
- int error code (<0 means failure).