Detail

A deep learning model to characterize the signal manifold of quasi-circular, spinning, non-precessing binary black hole mergers

loganw_globusid/binary_black_hole_mergers
Copy
Asad Khan; E. A. Huerta; Arnav Das
Python static method

Input

Waveform
Type: ndarray
Shape: ['None', '101300', '1']

Output

Estimate of properties of merging black holes
Type: dict

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('loganw_globusid/binary_black_hole_mergers', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('loganw_globusid/binary_black_hole_mergers')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation