Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Jan 16, 2024
1 parent 91696e5 commit 8e9074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_detection/find_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def main():
for i in sorted(to_delete)[::-1]:
del T[i]

T.write(tbl, format='fits', overwrite=True)
T.write(tbl.replace('.fits', '_clean.fits'), format='fits', overwrite=True)

if __name__ == '__main__':
main()

0 comments on commit 8e9074a

Please sign in to comment.