Skip to content

Commit

Permalink
column_names: Add npz_filename_dict (iss #5, #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 27, 2020
1 parent c9771c0 commit 8338707
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ def line_fit_suffix_add(line_name0, line_type0):
filename_dict['indv_bin_info'] = 'individual_bin_info.tbl'
filename_dict['indv_derived_prop'] = 'individual_derived_properties.tbl'

# numpy files
npz_filename_dict = dict()
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'


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

0 comments on commit 8338707

Please sign in to comment.