Skip to content

Commit

Permalink
Fixed a table column name from Detections->Detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Reagen committed Mar 29, 2020
1 parent a564367 commit 054221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/valid_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def compare_to_by_eye(fitspath, dataset):

ver_tab.remove_column('Detection')

detect_add = Column(name='Detections', data=check_ID)
detect_add = Column(name='Detection', data=check_ID)
ver_tab.add_column(detect_add, 2)

asc.write(ver_tab, fitspath + 'bin_validation_revised.tbl', format='fixed_width_two_line')
Expand Down

0 comments on commit 054221e

Please sign in to comment.