Reading EER files.
More...
Reading EER files.
- Author
- Bernard Heymann
- Date
- Created: 20210427
-
Modified: 20210731
◆ read_eer_positions()
vector< ElectronPos > read_eer_positions |
( |
string |
filename | ) |
|
◆ readEER()
int readEER |
( |
Bimage * |
p, |
|
|
int |
readdata, |
|
|
int |
img_select, |
|
|
int |
supres |
|
) |
| |
Reading an electron event representation file format.
- Parameters
-
*p | the image structure. |
readdata | flag to activate reading of image data. |
img_select | image selection in multi-image file (-1 = all images). |
supres | super-resolution level. |
- Returns
- int error code (<0 means failure). A format for recording individual electron events on a direct detector. Uses the TIFF library with custom compression (a type of run-length encoding).
◆ write_electron_list()
int write_electron_list |
( |
string |
filename, |
|
|
vector< ElectronPos > & |
p |
|
) |
| |
◆ verbose