#include <xsh_utils.h>
Data Fields | |
double | peakpos |
double | sigma |
double | area |
double | offset |
double | mse |
Definition at line 125 of file xsh_utils.h.
double XSH_GAUSSIAN_FIT::area |
Definition at line 126 of file xsh_utils.h.
Referenced by detect_centroid(), find_tilt(), xsh_follow_arclines(), and xsh_vector_fit_gaussian().
double XSH_GAUSSIAN_FIT::mse |
Definition at line 126 of file xsh_utils.h.
Referenced by xsh_vector_fit_gaussian().
double XSH_GAUSSIAN_FIT::offset |
Definition at line 126 of file xsh_utils.h.
Referenced by detect_centroid(), and xsh_vector_fit_gaussian().
double XSH_GAUSSIAN_FIT::peakpos |
Definition at line 126 of file xsh_utils.h.
Referenced by detect_centroid(), find_tilt(), xsh_follow_arclines(), xsh_image_fit_gaussian_max_pos_x_window(), xsh_image_fit_gaussian_max_pos_y_window(), and xsh_vector_fit_gaussian().
double XSH_GAUSSIAN_FIT::sigma |
Definition at line 126 of file xsh_utils.h.
Referenced by detect_centroid(), find_tilt(), xsh_follow_arclines(), and xsh_vector_fit_gaussian().