Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
3
3OGC-parity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yifan Wang
3OGC-parity
Merge requests
!1
Update IMRPhenomTPHMParity
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update IMRPhenomTPHMParity
alexbrown6291/3ogc-projects:master
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Stephanie Alex Brown
requested to merge
alexbrown6291/3ogc-projects:master
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
-Created a setup.py file -reformatted
parity
.py to match the parity_TPHM.py
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
89985e32
2 commits,
3 years ago
2 files
+
35
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
waveform/
IMRPhenomParity
.py
→
waveform/
parity_XPHM
.py
+
3
−
3
Options
def
gen
IMRPhenomParity
(
**
kwds
):
def
gen
(
**
kwds
):
from
pycbc.waveform
import
get_fd_waveform
import
lal
#print(kwds)
@@ -18,6 +18,6 @@ def genIMRPhenomParity(**kwds):
#pycbc.waveform.add_custom_waveform('IMRPhenomParity', IMRPhenomParity, 'frequency', force=True)
def
add_me
(
**
kwds
):
kwds
[
'
cpu_fd
'
][
'
IMRPhenomParity
'
]
=
gen
IMRPhenomParity
kwds
[
'
filter_time_lengths
'
][
'
IMRPhenomParity
'
]
=
kwds
[
'
filter_time_lengths
'
][
'
IMRPhenomXPHM
'
]
kwds
[
'
cpu_fd
'
][
'
IMRPhenom
XPHM
Parity
'
]
=
gen
kwds
[
'
filter_time_lengths
'
][
'
IMRPhenom
XPHM
Parity
'
]
=
kwds
[
'
filter_time_lengths
'
][
'
IMRPhenomXPHM
'
]
Loading