Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyneveu committed Mar 29, 2022
1 parent 7050a36 commit b594654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectractor/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __getattr__(name):
ROT_PREFILTER = True # must be set to true, otherwise create residuals and correlated noise
ROT_ORDER = 5 # must be above 3
ROT_ANGLE_MIN = -10
ROT_ANGL_MAX = 10 # in the Hessian analysis to compute rotation angle, cut all angles outside this range [degrees]
ROT_ANGLE_MAX = 10 # in the Hessian analysis to compute rotation angle, cut all angles outside this range [degrees]

# Range for spectrum
LAMBDA_MIN = 300 # minimum wavelength for spectrum extraction (in nm)
Expand Down

0 comments on commit b594654

Please sign in to comment.