Skip to content

Commit

Permalink
Chagned snip_width from fit to limited_lo_hi for option 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Aug 14, 2024
1 parent cc7efaa commit fa943a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fitting/models/gaussian_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ void Gaussian_Model<T_real>::set_fit_params_preset(Fit_Params_Preset preset)
_fit_parameters[STR_COMPTON_HI_F_TAIL].bound_type = E_Bound_Type::LIMITED_LO_HI;
_fit_parameters[STR_COMPTON_HI_GAMMA].bound_type = E_Bound_Type::LIMITED_LO_HI;

_fit_parameters[STR_SNIP_WIDTH].bound_type = E_Bound_Type::FIT;
_fit_parameters[STR_SNIP_WIDTH].bound_type = E_Bound_Type::LIMITED_LO_HI;

_fit_parameters[STR_F_STEP_OFFSET].bound_type = E_Bound_Type::FIXED;
_fit_parameters[STR_F_STEP_LINEAR].bound_type = E_Bound_Type::FIXED;
Expand Down

0 comments on commit fa943a5

Please sign in to comment.