From b5946546e0030350cda710112c5e1d11be02a0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Neveu?= Date: Tue, 29 Mar 2022 17:03:09 +0200 Subject: [PATCH] typo --- spectractor/parameters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectractor/parameters.py b/spectractor/parameters.py index a08c906f9..52efa55d2 100644 --- a/spectractor/parameters.py +++ b/spectractor/parameters.py @@ -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)