Skip to content

Commit

Permalink
ratios.error_prop_flux_ratios: Add R to flux_ratios_dict (iss #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 9, 2020
1 parent 8751ff8 commit 9d6a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def error_prop_flux_ratios(flux_dict):
flux_ratios_dict['logR23'] = logR23
flux_ratios_dict['logO32'] = logO32

R_calculation(OIII4363, OIII)
flux_ratios_dict['R'] = R_calculation(OIII4363, OIII)

return flux_ratios_dict

0 comments on commit 9d6a540

Please sign in to comment.