Skip to content

Commit

Permalink
column_names: Define filename_dict dictionary (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 21, 2020
1 parent fcf3e0e commit 1ecaf7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
# Temperature and metallicity properties
temp_metal_names0 = ['T_e', '12+log(O/H)', 'log(O+/H)', 'log(O++/H)', 'O+/H', 'O++/H']

# Dictionary containing filenames
filename_dict = {}
filename_dict['bin_info'] = 'bin_info.tbl'
filename_dict['bin_fit'] = 'bin_emission_line_fit.tbl'


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

0 comments on commit 1ecaf7a

Please sign in to comment.