|
Bsoft 2.1.4
Bernard's software package
|
Reads and writes micrograph XML files. More...
#include "mg_processing.h"Functions | |
| int | read_project_xml (Bstring &filename, Bproject *project) |
| Reading micrograph parameters from XML files. More... | |
| int | read_project_xml (Bstring *file_list, Bproject *project) |
| Bparticle * | read_particle_xml (Bstring &filename, Bparticle **partlist, FOMType fom_tag[NFOM]) |
| int | write_project_xml (Bstring &filename, Bproject *project, int mg_select, int rec_select) |
| Writing micrograph parameters to a XML file. More... | |
| int | write_particle_xml (Bstring &filename, Bparticle *part, int euler_flag, int omega_flag, FOMType fom_tag[NFOM]) |
Reads and writes micrograph XML files.
Reading micrograph parameters from XML files.
| &filename | file name. |
| *project | initialized project structure. |
| int write_particle_xml | ( | Bstring & | filename, |
| Bparticle * | part, | ||
| int | euler_flag, | ||
| int | omega_flag, | ||
| FOMType | fom_tag[NFOM] | ||
| ) |
Writing micrograph parameters to a XML file.
| &filename | file name. |
| *project | project structure. |
| mg_select | flag to only write selected micrographs. |
| rec_select | flag to only convert selected reconstructions. |