Skip to content

Commit

Permalink
column_names: Add two_beta and three_beta to indv_names0 (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 27, 2020
1 parent 170ead8 commit 4c9e940
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 @@ -26,7 +26,7 @@ def line_fit_suffix_add(line_name0, line_type0):
bin_names0 = ['bin_ID', 'N_stack', 'Detection']

# Column names for individual galaxies/spectra
indv_names0 = ['ID', 'logR23', 'logO32', 'logM', 'logLHb']
indv_names0 = ['ID', 'logR23', 'logO32', 'logM', 'logLHb', 'two_beta', 'three_beta']

# 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 4c9e940

Please sign in to comment.