Skip to content

Commit

Permalink
column_names: Add temp_metal_names0 (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 20, 2020
1 parent 992a3f7 commit f473382
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 @@ -20,6 +20,10 @@
for line0 in line_name:
gauss_lines_names0 += ['{}_{}'.format(line0, suffix) for suffix in gauss_names0]

# Temperature and metallicity properties
temp_metal_names0 = ['T_e', '12+log(O/H)', '12+log(O+/H)', '12+log(O++/H)', 'log(O+/H)', 'log(O++/H)']


def merge_column_names(*args):
"""
Purpose:
Expand Down

0 comments on commit f473382

Please sign in to comment.