Skip to content

Commit

Permalink
error_prop.error_prop_chuncodes: Simplify name to work with ratios (iss
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 15, 2020
1 parent c21f690 commit 5f46f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/error_prop.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def error_prop_chuncodes(path):
silent=True, verbose=True)

# Fill In Dictionary
flux_propdist_dict[line_name[aa] + '_pdf'] = flux_gpdf
flux_propdist_dict[line_name[aa]] = flux_gpdf
flux_xpeak[line_name[aa] + '_xpeak'] = xpeak
flux_lowhigh[line_name[aa] + '_lowhigh_error'] = err

Expand Down

0 comments on commit 5f46f9f

Please sign in to comment.