|
Bsoft 2.1.4
Bernard's software package
|
Library routines to read and write micrograph parameters in RELION STAR format. More...
#include "mg_processing.h"#include "star.h"#include "mg_tags.h"#include "rwimg.h"#include "string_util.h"#include "utilities.h"#include <sys/stat.h>#include <fcntl.h>Functions | |
| int | relion_to_project (Bstar &star, Bproject *project) |
| int | project_to_relion (Bproject *project, Bstar &star, int mg_select, int rec_select) |
| 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... | |
Variables | |
| int | verbose |
Library routines to read and write micrograph parameters in 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. |
|
extern |