Skip to content

Commit

Permalink
Adding TF2 and SPAtmplt for background_bin_from_string
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhooshan Gadre committed Jan 29, 2024
1 parent 132e9da commit b869263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pycbc/events/coinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
_APPROXIMANT_DURATION_MAP = {
'SEOBNRv2duration': 'SEOBNRv2',
'SEOBNRv4duration': 'SEOBNRv4',
'SEOBNRv5duration': 'SEOBNRv5_ROM'
'SEOBNRv5duration': 'SEOBNRv5_ROM',
'TaylorF2duration': 'TaylorF2',
'SPAtmpltduration': 'SPAtmplt',
}


Expand Down

0 comments on commit b869263

Please sign in to comment.