From 3687dc085f3aab3d7f5ba4169d21fcb95a054030 Mon Sep 17 00:00:00 2001 From: "Karl D. Gordon" Date: Mon, 6 Feb 2023 15:49:07 -0500 Subject: [PATCH] fixing pivot wavelength of F275W --- measure_extinction/stardata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/measure_extinction/stardata.py b/measure_extinction/stardata.py index 1ee7398..767863e 100644 --- a/measure_extinction/stardata.py +++ b/measure_extinction/stardata.py @@ -187,7 +187,7 @@ def get_poss_bands(): "WFC3_F110W", "WFC3_F160W", ] - _wfc3_band_waves = np.array([0.2373, 0.3355, 0.4772, 0.8053, 1.1534, 1.5369]) + _wfc3_band_waves = np.array([0.2710, 0.3355, 0.4772, 0.8053, 1.1534, 1.5369]) _wfc3_photflam = np.array( [3.186e-18, 1.267e-18, 2.458e-19, 1.477e-19, 1.53e-20, 1.93e-20] )