|
Bsoft 2.1.4
Bernard's software package
|
Convert between micrograph parameter formats. More...
#include "mg_processing.h"#include "rwmg.h"#include "rwmgSTAR.h"#include "rwmgRELION.h"#include "rwmgXML.h"#include "mg_ctf.h"#include "file_util.h"#include "linked_list.h"#include "utilities.h"#include "options.h"#include "timer.h"Macros | |
| #define | DATLINELENGTH 120 |
Functions | |
| Bproject * | read_project_conv (Bstring *file_list) |
| int | write_project_conv (Bstring &filename, Bproject *project, FileType type, int flags) |
| int | read_project_dat (Bstring &filename, Bproject *project) |
| Reading micrograph parameters from a DAT file. More... | |
| int | write_project_dat (Bstring &filename, Bproject *project, int flags) |
| Writing micrograph parameters to a DAT file. More... | |
| int | read_project_crd (Bstring &filename, Bproject *project) |
| Reading micrograph parameters from a CRD file. More... | |
| int | write_project_crd (Bstring &filename, Bproject *project, int flags) |
| Writing micrograph parameters to a CRD file. More... | |
| int | project_modify_parameters (Bproject *project, char flags) |
| Modifies some micrograph parameters. More... | |
| int | main (int argc, char **argv) |
Variables | |
| int | verbose |
| const char * | use [] |
Convert between micrograph parameter formats.
| #define DATLINELENGTH 120 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int project_modify_parameters | ( | Bproject * | project, |
| char | flags | ||
| ) |
Modifies some micrograph parameters.
| *project | project structure. |
| flags | bit 0 = omega 90 flag, bit 1 = mag flag. |
Reading micrograph parameters from a CRD file.
| &filename | file name (or comma-delimited list). |
| *project | initialized project structure. |
Reading micrograph parameters from a DAT file.
| &filename | file name (or comma-delimited list). |
| *project | initialized project structure. |
Writing micrograph parameters to a CRD file.
| *filename | file name. |
| *project | project structure. |
| flags | write flags to select micrographs. |
Writing micrograph parameters to a DAT file.
| *filename | file name. |
| *project | project structure. |
| flags | write flags to select micrographs. |
| const char* use[] |
|
extern |