Skip to content

Commit

Permalink
removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman committed Dec 4, 2023
1 parent 05c8f5a commit 4d5aa4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drizzlepac/haputils/hla_flag_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,6 @@ def hla_saturation_flags(drizzled_image, flt_list, catalog_name, catalog_data, p
if saturation_flag[i]:
table_row["Flags"] = int(table_row["Flags"]) | 4

# phot_table_rows = flag4and8_hunter_killer(phot_table_rows, column_titles)

if diagnostic_mode:
phot_table_temp = phot_table_root + '_SATFILT.txt'
phot_table_rows.write(phot_table_temp, delimiter=",", format='ascii')
Expand Down

0 comments on commit 4d5aa4e

Please sign in to comment.