From c68c891dabf4067724149a92ed768d414614942b Mon Sep 17 00:00:00 2001 From: "T. E. Pickering" Date: Mon, 21 Apr 2025 11:36:38 -0700 Subject: [PATCH] update newf9 effective wavelength to reflect that the RG610 low-pass filter is still installed. thought it had been removed... --- mmtwfs/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtwfs/config.py b/mmtwfs/config.py index ad53630..705a11a 100644 --- a/mmtwfs/config.py +++ b/mmtwfs/config.py @@ -340,7 +340,7 @@ def merge_config(*dicts): "secondary": "f9", "default_mode": "blue", # effective wavelength of the thruput response of the system - "eff_wave": 600 * u.nm, + "eff_wave": 760 * u.nm, "lampsrv": "_lampbox._tcp.mmto.arizona.edu", "cor_coords": [376.0, 434.0], "find_fwhm": 12.0,