Skip to content

Commit

Permalink
iss #111 commented out compare_to_by_eye()
Browse files Browse the repository at this point in the history
  • Loading branch information
Reagen committed Apr 27, 2021
1 parent aeacc6a commit 6274601
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Metallicity_Stack_Commons/valid_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def make_validation_table(fitspath: str, vmin_4363SN=3, vmin_5007SN=100,
names=valid_table_names0)
asc.write(tab1, ver_tab, format='fixed_width_two_line')

'''
The function above now addresses what compare_to_by_eye() does
def compare_to_by_eye(fitspath: str, dataset: str):
"""
Expand Down Expand Up @@ -176,3 +178,4 @@ def compare_to_by_eye(fitspath: str, dataset: str):
asc.write(ver_tab, fitspath + filename_dict['bin_valid_rev'],
format='fixed_width_two_line')
asc.write(ver_tab, fitspath + 'bin_validation_revised.csv', format='csv')
'''

0 comments on commit 6274601

Please sign in to comment.