Skip to content

Commit

Permalink
update comment in method
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Apr 19, 2024
1 parent 779d249 commit cadef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/f2/primitives_f2_spect.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,6 @@ def _get_resolution(self, ext):
def _apply_wavelength_model_bounds(self, model=None, ext=None):
# Apply bounds to an astropy.modeling.models.Chebyshev1D to indicate
# the range of parameter space to explore
# The default here is 2% tolerance in central wavelength and dispersion
# Override the default central wavelength tolerane of 2% to 10 nm
super()._apply_wavelength_model_bounds(model, ext)
model.c0.bounds = (model.c0 - 10, model.c0 + 10)

0 comments on commit cadef6c

Please sign in to comment.