#include <xsh_utils.h>
Data Fields | |
double | peakpos |
double | sigma |
double | area |
double | offset |
double | mse |
Definition at line 127 of file xsh_utils.h.
double XSH_GAUSSIAN_FIT::area |
Definition at line 128 of file xsh_utils.h.
Referenced by detect_centroid(), find_tilt(), xsh_correl_spectra(), xsh_follow_arclines(), xsh_get_xcorrel_peak(), and xsh_vector_fit_gaussian().
double XSH_GAUSSIAN_FIT::mse |
Definition at line 128 of file xsh_utils.h.
Referenced by xsh_get_xcorrel_peak(), and xsh_vector_fit_gaussian().
double XSH_GAUSSIAN_FIT::offset |
Definition at line 128 of file xsh_utils.h.
Referenced by detect_centroid(), xsh_get_xcorrel_peak(), and xsh_vector_fit_gaussian().
double XSH_GAUSSIAN_FIT::peakpos |
Definition at line 128 of file xsh_utils.h.
Referenced by detect_centroid(), find_tilt(), xsh_align_model_to_spectrum(), xsh_correl_spectra(), xsh_follow_arclines(), xsh_get_xcorrel_peak(), 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 128 of file xsh_utils.h.
Referenced by detect_centroid(), find_tilt(), xsh_align_model_to_spectrum(), xsh_correl_spectra(), xsh_follow_arclines(), xsh_get_xcorrel_peak(), and xsh_vector_fit_gaussian().