Skip to content

Commit

Permalink
column_names: Add bin_derived_prop and bin_derived_prop_rev in filena…
Browse files Browse the repository at this point in the history
…me_dict (iss #25)
  • Loading branch information
astrochun committed Feb 22, 2020
1 parent b0540bf commit 23fed9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
filename_dict['bin_info'] = 'bin_info.tbl'
filename_dict['bin_fit'] = 'bin_emission_line_fit.tbl'
filename_dict['bin_fit_revised'] = 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')


def merge_column_names(*args):
Expand Down

0 comments on commit 23fed9d

Please sign in to comment.