Skip to content

Commit

Permalink
column_names: Add indv_M_LHb function (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 25, 2020
1 parent 888e029 commit b17c34b
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 @@ -116,3 +116,14 @@ def indv_R23_O32():
"""

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


def indv_M_LHb():
"""
Purpose:
Use remove_from_list() to provide simplified list that contains ID, logM and logLHb
:return: list containing just ID, logM, logLHb
"""

return remove_from_list(indv_names0, ['logR23', 'logO32'])

0 comments on commit b17c34b

Please sign in to comment.