You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a single value for window in fit_lines causes the program to use the entire spectrum as opposed to centering around the mean of the gaussian. Defining the window bounds manually works as expected. I've tried putting in some extreme constants into window such as np.inf and negative numbers, all of which have no effect on the line fit.
Defining a window of 10 by setting bounds manually:
Using a single value for
window
infit_lines
causes the program to use the entire spectrum as opposed to centering around the mean of the gaussian. Defining the window bounds manually works as expected. I've tried putting in some extreme constants intowindow
such as np.inf and negative numbers, all of which have no effect on the line fit.Defining a window of 10 by setting bounds manually:
Defining a window of 10 automatically:
The text was updated successfully, but these errors were encountered: