|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing micrograph parameters from and to the RELION STAR format. More...
#include "mg_processing.h"Functions | |
| int | read_project_relion (Bstring &filename, Bproject *project) |
| Reading micrograph parameters from a Relion file. More... | |
| int | write_project_relion (Bstring &filename, Bproject *project, int mg_select, int rec_select) |
| Writing micrograph parameters to a Relion file. More... | |
| int | project_split_particles (Bproject *project, Bstring partfile, Bstring path, Bstring partext) |
| Modifies some micrograph parameters. More... | |
Header file for reading and writing micrograph parameters from and to the RELION STAR format.
Modifies some micrograph parameters.
| *project | project structure. |
| partfile | Relion stack of particles file. |
| path | path to write new particle files. |
| partext | extension to set the new particle image format. |
Reading micrograph parameters from a Relion file.
| &filename | file name (or comma-delimited list). |
| *project | initialized project structure. |
Writing micrograph parameters to a Relion file.
| *filename | file name. |
| *project | project structure. |
| mg_select | flag to select micrograph. |
| rec_select | flag to select reconstruction. |