Skip to content

Commit

Permalink
changed mstar_err to mstar_err_temp in tab.add_row to handel mstar_er…
Browse files Browse the repository at this point in the history
…r parsed as a dictionary
  • Loading branch information
strampelligiovanni committed Jul 9, 2024
1 parent 3898e16 commit f601c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spaceKLIP/analysistools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ def extract_companions(self,
appmag, # mag
appmag_err, # mag
mstar[filt], # mag
mstar_err, # mag
mstar_err_temp, # mag
np.nan,
np.nan,
scale_factor_avg,
Expand Down Expand Up @@ -1520,7 +1520,7 @@ def extract_companions(self,
appmag, # mag
appmag_err, # mag
mstar[filt], # mag
mstar_err, # mag
mstar_err_temp, # mag
np.nan,
evidence_ratio,
scale_factor_avg,
Expand Down

0 comments on commit f601c0b

Please sign in to comment.