Skip to content

Commit

Permalink
column_names: Add dust0 list (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 27, 2020
1 parent 4c9e940 commit 24003ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def line_fit_suffix_add(line_name0, line_type0):
# Column names for individual galaxies/spectra
indv_names0 = ['ID', 'logR23', 'logO32', 'logM', 'logLHb', 'two_beta', 'three_beta']

# Dust attenuation
dust0 = ['E(B-V)', 'HgHb', 'HdHb']

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

0 comments on commit 24003ea

Please sign in to comment.