Skip to content

Commit

Permalink
"slide shift" sounds better than "slide offset" pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeb245 committed Jul 7, 2023
1 parent efa6697 commit e1b88f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pycbc_multi_inspiral
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ with ctx:
[event_mgr.ifo_dict[ifo]] * num_events
)
# Time slide ID
ifo_out_vals['slide_offset'] = time_slides[ifo][slide] * num_events
ifo_out_vals['slide_shift'] = time_slides[ifo][slide] * num_events
event_mgr.add_template_events_to_ifo(
ifo, ifo_names,
[ifo_out_vals[n] for n in ifo_names])
Expand Down

0 comments on commit e1b88f4

Please sign in to comment.