Skip to content

Commit

Permalink
SPAtmplt not in bayestar
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Apr 23, 2024
1 parent 887c7ca commit fc85166
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/all_sky_search/pycbc_make_bayestar_skymap
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ row = WaveformArray.from_ligolw_table(
# with the same information, we use [0] here
waveform = wavebank.parse_approximant_arg(args.approximant, row)[0]

# BAYESTAR uses TaylorF2 instead of SPAtmplt
if waveform == 'SPAtmplt':
waveform = 'TaylorF2'

# Set up the command to pass to bayestar.
# The XML file path being passed twice is a legacy requirement, not a mistake.
cmd = [bayestar_exe,
Expand Down

0 comments on commit fc85166

Please sign in to comment.