Skip to content

Commit

Permalink
column_names: Minor fix in order for dust0 definition (iss #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 14, 2020
1 parent 59ab051 commit fd066ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def line_fit_suffix_add(line_name0, line_type0):
indv_names0 = ['ID', 'logR23', 'logO32', 'logM', 'logLHb', 'two_beta', 'three_beta']

# Dust attenuation
dust0 = ['HgHb', 'HdHb', 'EBV_HdHb', 'EBV_HgHb']
dust0 = ['HgHb', 'HdHb', 'EBV_HgHb', 'EBV_HdHb']

# Column names for bin information in stellar mass and H-beta luminosity
bin_mzevolve_names0 = ['logM_min', 'logM_max', 'logM_avg', 'logM_median',
Expand Down

0 comments on commit fd066ea

Please sign in to comment.