![]() |
Bsoft 2.1.4
Bernard's software package
|
Methods for postscript tools dealing with markers. More...
Functions | |
int | ps_marker_plots (ofstream *fps, Bstring &title, Bproject *project) |
Postscript plot of the errors associated with fiducial markers. More... | |
int | ps_marker_errors (Bstring &filename, Bmarker *set1, Bmarker *set2, Transform t, Vector3< long > size, double err_scale) |
Output a postscript file that graphs the deviations of points in a Bmarker from their predicted location (using the transform parameters). More... | |
int | ps_marker_errors (ofstream *fps, Bmarker *set1, Bmarker *set2, Transform t, Vector3< long > size, double err_scale) |
int | ps_marker_match (Bmarker *set1, Bmarker *set2, Bstring &filename) |
Output a postscript file that draws a line between matching features in a pair of coordinate sets. More... | |
int | ps_dual_zcompare (Bstring &filename, Bproject *project) |
Generates a PostScript file that displays X by X, Y by Y, and Z by Z plots for diagnostic purposes. More... | |
Variables | |
int | verbose |
Methods for postscript tools dealing with markers.
Generates a PostScript file that displays X by X, Y by Y, and Z by Z plots for diagnostic purposes.
&filename | PostScript file name. |
*project | project with two tilt series reconstructions. |
int ps_marker_errors | ( | Bstring & | filename, |
Bmarker * | set1, | ||
Bmarker * | set2, | ||
Transform | t, | ||
Vector3< long > | size, | ||
double | err_scale | ||
) |
Output a postscript file that graphs the deviations of points in a Bmarker from their predicted location (using the transform parameters).
filename | |
*set1 | the first set of point(refset). |
*set2 | the second set of point(applyset). |
t | the transform parameters. |
size | size of image or frame around markers. |
err_scale | scaling factor for the error. |
int ps_marker_errors | ( | ofstream * | fps, |
Bmarker * | set1, | ||
Bmarker * | set2, | ||
Transform | t, | ||
Vector3< long > | size, | ||
double | err_scale | ||
) |
Output a postscript file that draws a line between matching features in a pair of coordinate sets.
*set1 | the first set of coordinates |
*set2 | second set of coordinates |
&filename | name of file to be written |
Postscript plot of the errors associated with fiducial markers.
*fps | output stream. |
&title | title. |
*project | project parameter structure. |
|
extern |