Skip to content

Simple plugin for pycbc#4

Open
ahnitz wants to merge 4 commits intogwnrtools:masterfrom
ahnitz:simple_plugin
Open

Simple plugin for pycbc#4
ahnitz wants to merge 4 commits intogwnrtools:masterfrom
ahnitz:simple_plugin

Conversation

@ahnitz
Copy link
Copy Markdown

@ahnitz ahnitz commented Mar 18, 2026

This is an alternative approach than suggested in #1 to allow pycbc to access this model. It tries to just do the minimal translation to the native interface.

Example use after installing

from pycbc.waveform import get_td_waveform

hp, hc = get_td_waveform(approximant="esigma", mass1=10, mass2=50, f_lower=30., inclination=1.3,
                         eccentricity=0.3, delta_t=1.0/2048, mode_array="22")


hp2, hc2 = get_td_waveform(approximant="esigma", mass1=10, mass2=50, f_lower=30., inclination=1.3,
                         eccentricity=0.3, delta_t=1.0/2048, mode_array="22 33")

hp.plot()
hp2.plot()
download

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant