Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Jul 31, 2024
1 parent a38116e commit fb32826
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/pycbc_multi_inspiral
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,7 @@ with ctx:
# Given the time delays wrt to IFO 0 in time_slides, create a dictionary
# for time delay indices evaluated wrt the geocenter, in units of samples,
# i.e. (time delay from geocenter + time slide)*sampling_rate
time_delays_zerolag = sky_positions.calculate_time_delays(
args.instruments, t_gps
)
time_delays_zerolag = sky_positions.calculate_time_delays()
time_delay_idx = {
slide: {
position_index: {
Expand Down Expand Up @@ -588,9 +586,7 @@ with ctx:
logging.info("Template bank size after thinning: %d", n_bank)

logging.info("Calculating antenna pattern functions at every sky position")
antenna_pattern = sky_positions.calculate_antenna_patterns(
args.instruments, t_gps
)
antenna_pattern = sky_positions.calculate_antenna_patterns()

logging.info("Starting the filtering...")
# Loop over templates
Expand Down

0 comments on commit fb32826

Please sign in to comment.