Skip to content

Commit

Permalink
including B3 for FM90_B3 fit
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 14, 2023
1 parent 464fc09 commit aa2784d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion measure_extinction/extdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,8 @@ def read(self, ext_filename):
self.columns_p50_fit[bkey] = (val, punc, munc)

# get FM90 parameters if they exist
FM90_keys = ["C1", "C2", "C3", "C4", "XO", "GAMMA"]
# include variant with B3=C3/gamma^2 instead of C3
FM90_keys = ["C1", "C2", "C3", "B3", "C4", "XO", "GAMMA"]
if pheader.get("C2"):
self.fm90_best_fit = {}
for curkey in FM90_keys:
Expand Down

0 comments on commit aa2784d

Please sign in to comment.