Skip to content

Commit

Permalink
column_names: Add indv_R23_O32 function (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 25, 2020
1 parent 718babd commit 888e029
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,14 @@ def remove_from_list(list0, remove_entries):
dup_list0.remove(entry)

return dup_list0


def indv_R23_O32():
"""
Purpose:
Use remove_from_list() to provide simplified list that contains ID, logR23 and logO32
:return: list containing just ID, logR23, logO32
"""

return remove_from_list(indv_names0, ['logM', 'logLHb'])

0 comments on commit 888e029

Please sign in to comment.