Skip to content

Commit

Permalink
Correcting slide_id choice in page_tables for the onsource
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale committed Jan 30, 2025
1 parent bf5ff50 commit d60e45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pygrb/pycbc_pygrb_page_tables
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ if onsource_file:
# Get trigs
on_trigs = ppu.load_data(onsource_file, ifos, data_tag=None,
rw_snr_threshold=opts.newsnr_threshold,
slide_id='all')
slide_id=0)

# Record loudest trig by BestNR
loud_on_bestnr = 0
Expand Down

0 comments on commit d60e45f

Please sign in to comment.