Skip to content

Commit

Permalink
get singles back to being reduced chisquared in uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Nov 22, 2024
1 parent 7e4ca12 commit f739cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycbc/events/single.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ def check(self, trigs, data_reader):

# fill in a new candidate event
candidate = {
f'foreground/{self.ifo}/{k}': cutall_trigs[k][i] for k in trigs
f'foreground/{self.ifo}/{k}': cut_trigs[k][sngl_idx][i]
for k in trigs
}
candidate['foreground/stat'] = rank[i]
candidate['foreground/ifar'] = ifar
Expand Down

0 comments on commit f739cd2

Please sign in to comment.