Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Sep 9, 2024
1 parent a74158b commit 2528ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measure_extinction/stardata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2528ec4

Please sign in to comment.