Skip to content

Commit

Permalink
fixing pivot wavelength of F275W
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Feb 6, 2023
1 parent b9f5e8c commit 3687dc0
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 @@ -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]
)
Expand Down

0 comments on commit 3687dc0

Please sign in to comment.