Skip to content

Commit

Permalink
Add SPATmplt in waveform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Nov 22, 2024
1 parent d404116 commit a273450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pycbc/waveform/waveform.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,13 +988,16 @@ def get_sgburst_waveform(template=None, **kwargs):
# Organize Filter Generators
_inspiral_fd_filters = {}
_cuda_fd_filters = {}
_cupy_fd_filters = {}

_cuda_fd_filters['SPAtmplt'] = spa_tmplt
_cupy_fd_filters['SPAtmplt'] = spa_tmplt
_inspiral_fd_filters['SPAtmplt'] = spa_tmplt

filter_wav = _scheme.ChooseBySchemeDict()
filter_wav.update( {_scheme.CPUScheme:_inspiral_fd_filters,
_scheme.CUDAScheme:_cuda_fd_filters,
_scheme.CUPYScheme:_cupy_fd_filters,
} )

# Organize functions for function conditioning/precalculated values
Expand Down

0 comments on commit a273450

Please sign in to comment.