Skip to content

Commit

Permalink
"slide shift" sounds better than "slide offset"
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeb245 committed Jul 7, 2023
1 parent 0b3e7df commit efa6697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/pycbc_multi_inspiral
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ with ctx:
'bank_chisq': float32,
'bank_chisq_dof': int,
'cont_chisq': float32,
'slide_offset': float32
'slide_shift': float32
}
ifo_out_vals = {
'time_index': None,
Expand All @@ -279,7 +279,7 @@ with ctx:
'bank_chisq': None,
'bank_chisq_dof': None,
'cont_chisq': None,
'slide_offset': None
'slide_shift': None
}
ifo_names = sorted(ifo_out_vals.keys())
network_out_types = {
Expand Down
2 changes: 1 addition & 1 deletion pycbc/events/eventmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ def __setitem__(self, name, data):
float(self.opt.sample_rate[ifo_str]) + \
self.opt.gps_start_time[ifo_str]
f['time_index'] = ifo_events['time_index']
f['slide_offset'] = ifo_events['slide_offset']
f['slide_shift'] = ifo_events['slide_shift']
try:
# Precessing
template_sigmasq_plus = numpy.array(
Expand Down

0 comments on commit efa6697

Please sign in to comment.