|
Bsoft 2.1.4
Bernard's software package
|
Reads and writes micrograph exchange files. More...
#include "mg_processing.h"#include "mg_img_proc.h"#include "mg_tomography.h"#include "rwmg.h"#include "file_util.h"#include "utilities.h"Macros | |
| #define | CONV_SWITCH 0 |
Functions | |
| int | read_project_emx (Bstring &filename, Bproject *project, Bstring &xsdfile) |
| Reading micrograph parameters from XML files. More... | |
| int | write_project_emx (Bstring &filename, Bproject *project, int mg_select, int rec_select) |
| Writing micrograph parameters to an EMX file. More... | |
Variables | |
| int | verbose |
Reads and writes micrograph exchange files.
| #define CONV_SWITCH 0 |
Reading micrograph parameters from XML files.
| &filename | file name. |
| *project | initialized project structure. |
| &xsdfile | XML schema to validate against (can be empty). |
Writing micrograph parameters to an EMX file.
| &filename | file name. |
| *project | project structure. |
| mg_select | flag to only write selected micrographs. |
| rec_select | flag to only convert selected reconstructions. |
|
extern |