Skip to content

Commit

Permalink
column_names: Change names to be consistent with definitions in temp_…
Browse files Browse the repository at this point in the history
…metal_names0 (iss #25)
  • Loading branch information
astrochun committed Feb 20, 2020
1 parent f473382 commit aced264
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 @@ -21,7 +21,7 @@
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)']
temp_metal_names0 = ['T_e', '12+log(O/H)', 'log(O+/H)', 'log(O++/H)', 'O+/H', 'O++/H']


def merge_column_names(*args):
Expand Down

0 comments on commit aced264

Please sign in to comment.