Skip to content

Commit

Permalink
column_names: Add indv_derived_prop in filename_dict (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 22, 2020
1 parent 8a3f8f5 commit 0320c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
filename_dict['bin_fit_rev'] = filename_dict['bin_fit'].replace('.tbl', '.revised.tbl')
filename_dict['bin_derived_prop'] = 'bin_derived_properties.tbl'
filename_dict['bin_derived_prop_rev'] = filename_dict['bin_derived_prop'].replace('.tbl', '.revised.tbl')
filename_dict['indv_derived_prop'] = 'indv_derived_properties.tbl'


def merge_column_names(*args):
Expand Down

0 comments on commit 0320c9a

Please sign in to comment.