|
int | star_to_project (Bstar &star, Bproject *project, int flag) |
|
int | project_to_star (Bproject *project, Bstar &star, int mg_select, int rec_select) |
|
int | read_project_star (Bstring &filename, Bproject *project, int flag) |
| Reading micrograph parameters from STAR files. More...
|
|
int | write_project_star (const char *filename, Bproject *project, int mg_select, int rec_select) |
| Writing micrograph parameters to a STAR file. More...
|
|
int | write_project_star (Bstring &filename, Bproject *project, int mg_select, int rec_select) |
|
int | mg_star_update_tags (Bstar &star) |
| Replacing old STAR tags with new ones. More...
|
|
Bframe * | frame_from_starblock (BstarBlock &block) |
|
int | project_get_fom_tags (Bstar star, FOMType *fom_tag) |
|
Bparticle * | particle_from_starblock (BstarBlock &block, FOMType fom_tag[NFOM]) |
|
Bfilament * | filament_from_starblock (BstarBlock &block) |
|
Bbadarea * | badarea_from_starblock (BstarBlock &block) |
|
Bmarker * | marker_from_starblock (BstarBlock &block) |
|
Bstrucfac * | strucfac_from_starblock (BstarBlock &block) |
|
Blayerline * | layerline_from_starblock (BstarBlock &block) |
|
CTFparam * | ctf_from_starblock (BstarBlock &block) |
|
Bmicrograph * | micrograph_from_starblock (BstarBlock &block, Bstring &mgid, FOMType fom_tag[NFOM]) |
|
Breconstruction * | reconstruction_from_starblock (BstarBlock &block, FOMType fom_tag[NFOM]) |
|
int | frame_to_starblock (Bframe *frame, BstarBlock &block) |
|
int | particle_to_starblock (Bparticle *part, BstarBlock &block, FOMType fom_tag[NFOM], int euler_flag, int omega_flag) |
|
int | badarea_to_starblock (Bbadarea *bad, BstarBlock &block) |
|
int | filament_to_starblock (Bfilament *fil, BstarBlock &block) |
|
int | marker_to_starblock (Bmarker *mark, BstarBlock &block) |
|
int | strucfac_to_starblock (Bstrucfac *sf, BstarBlock &block) |
|
int | layerline_to_starblock (Blayerline *line, BstarBlock &block) |
|
int | ctf_to_starblock (CTFparam *ctf, BstarBlock &block) |
|
int | micrograph_to_starblock (Bmicrograph *mg, BstarBlock &block, FOMType fom_tag[NFOM], int euler_flag, int omega_flag) |
|
int | reconstruction_to_starblock (Breconstruction *rec, BstarBlock &block, FOMType fom_tag[NFOM], int euler_flag, int omega_flag) |
|
Library routines to read and write micrograph parameters in STAR format.
- Author
- Bernard Heymann
- Date
- Created: 20010206
-
Modified: 20220113