|
Bsoft 2.1.4
Bernard's software package
|
Header file for postscript tools dealing with micrograph particle sets. More...
Functions | |
| int | ps_mg_origins (Bstring &filename, Bstring &title, Bproject *project) |
| Postscript plot of the micrograph origins. More... | |
| int | ps_mg_particle_positions (Bstring &filename, Bstring &title, Bproject *project) |
| Postscript plot of the positions of particles on micrographs. More... | |
| int | ps_particle_views_origins (Bstring &filename, Bstring &title, Bstring &symmetry_string, Bproject *project, int selection) |
| Generates asymmetric unit particle view and origin postscript plots. More... | |
| int | ps_particle_phi_theta (Bstring &filename, Bstring &title, Bproject *project, int selection) |
| Generates phi-theta views postscript plots. More... | |
| int | ps_origins (Bstring &filename, Bstring &title, Bproject *project, int flags) |
| Generates postscript plot of origins on a square with the size of the box. More... | |
| int | ps_origins (ofstream *fps, Bstring &title, Bproject *project, int flags) |
| int | ps_part_fom_histogram (Bstring &filename, Bproject *project) |
| Postscript plot of the particle FOM histogram. More... | |
| int | ps_defocus_histogram (Bstring &filename, Bproject *project) |
| Postscript histogram plot of micrograph defocus parameters. More... | |
| int | ps_astigmatism_plot (Bstring &filename, Bproject *project) |
| Postscript plot of micrograph astigmatism parameters. More... | |
| int | ps_class_average_fom (ofstream *fps, Bproject *project) |
| Postscript histogram plot of class average FOM's. More... | |
Header file for postscript tools dealing with micrograph particle sets.
Postscript plot of micrograph astigmatism parameters.
| &filename | output postscript file name. |
| *project | project parameter structure. |
| int ps_class_average_fom | ( | ofstream * | fps, |
| Bproject * | project | ||
| ) |
Postscript histogram plot of class average FOM's.
| *fps | output stream. |
| *project | project parameter structure. |
Postscript histogram plot of micrograph defocus parameters.
| &filename | output postscript file name. |
| *project | project parameter structure. |
Postscript plot of the micrograph origins.
| &filename | output postscript file name. |
| &title | title. |
| *project | project parameter structure. |
Postscript plot of the positions of particles on micrographs.
| &filename | output postscript file name. |
| &title | title. |
| *project | project parameter structure. |
Generates postscript plot of origins on a square with the size of the box.
| &filename | output postscript file name. |
| &title | title. |
| *project | micrograph particle parameter structure. |
| flags | flags. |
The plotting options are determined by the flags argument:
0 = plot origins
1 = plot numbered origins
2 = plot origins with shading according to occurrence.
The gray level indicates the ratio to the maximum occurrence.
Postscript plot of the particle FOM histogram.
| &filename | output postscript file name. |
| *project | project parameter structure. |
| int ps_particle_phi_theta | ( | Bstring & | filename, |
| Bstring & | title, | ||
| Bproject * | project, | ||
| int | selection | ||
| ) |
Generates phi-theta views postscript plots.
| &filename | output postscript file name. |
| &title | title. |
| *project | parameter structure. |
| selection | selection number (-1 selects positives, 0 selects all). |
| int ps_particle_views_origins | ( | Bstring & | filename, |
| Bstring & | title, | ||
| Bstring & | symmetry_string, | ||
| Bproject * | project, | ||
| int | selection | ||
| ) |
Generates asymmetric unit particle view and origin postscript plots.
| &filename | output postscript file name. |
| &title | title. |
| &symmetry_string | symmetry string to print at the top of the page. |
| *project | parameter structure. |
| selection | selection number (-1 selects positives, 0 selects all). |