From 2528ec4768d3f64eb497e3360fd8e3b7a44b4f73 Mon Sep 17 00:00:00 2001 From: Karl Gordon Date: Mon, 9 Sep 2024 12:26:20 -0400 Subject: [PATCH] fix typo --- 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 e2c235e..d311473 100644 --- a/measure_extinction/stardata.py +++ b/measure_extinction/stardata.py @@ -223,7 +223,7 @@ def get_poss_bands(): _n_wfc3_bands = len(_wfc3_vegamag) _wfc3_band_zeromag_fluxes = np.zeros(_n_wfc3_bands) - # zeromag Vega flux not given in standard WFP3 documentation + # zeromag Vega flux not given in standard WFC3 documentation # instead the flux and Vega magnitudes are given for 1 DN/sec # the following code coverts these numbers to zeromag Vega fluxes for i in range(_n_wfc3_bands):