Skip to content

Commit

Permalink
column_names: Add bin_ratios0 (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 27, 2020
1 parent b17c34b commit 170ead8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ def line_fit_suffix_add(line_name0, line_type0):
bin_zcalbase_names0 = ['logR23_min', 'logR23_max', 'logR23_avg', 'logR23_median',
'logO32_min', 'logO32_max', 'logO32_avg', 'logO32_median']

# Column names for composite line ratios
bin_ratios0 = ['logR23_composite', 'logO32_composite',
'two_beta_composite', 'three_beta_composite']

# Column names for Gaussian fitting
# This is just the suffix
gauss_names0 = ['Flux_Gaussian', 'Flux_Observed', 'S/N', 'Center', 'Norm',
Expand Down

0 comments on commit 170ead8

Please sign in to comment.