Skip to content

Commit

Permalink
column_names: Name changes in npz_filename_dict (iss #5, #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 28, 2020
1 parent 79edc7a commit 09ba5a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ def line_fit_suffix_add(line_name0, line_type0):
npz_filename_dict['flux_pdf'] = 'flux_pdf.npz'
npz_filename_dict['flux_errors'] = 'flux_errors.npz'
npz_filename_dict['flux_peak'] = 'flux_peak.npz'
npz_filename_dict['metal_errors'] = 'metal_errors.npz'
npz_filename_dict['metal_peak'] = 'metal_peak.npz'
npz_filename_dict['der_prop_pdf'] = 'derived_properties_pdf.npz'
npz_filename_dict['der_prop_errors'] = 'derived_properties_errors.npz'
npz_filename_dict['der_prop_peak'] = 'derived_properties_peak.npz'


def merge_column_names(*args):
Expand Down

0 comments on commit 09ba5a5

Please sign in to comment.