Here is a brief description of the capabilities of waveformtools.
Here is a brief description of the capabilities of waveformtools.
This is a python module for the handling and analysis of waveforms and data from Numerical Relativity codes, and for carrying out gravitational wave data analysis.
WAVEFORMTOOLS is a numerical relativity data handling package that was written to aid the handling and analysis of numerical relativity data.
This package contains implementations of new, and customized algorithms and techniques. Some of these contain the usage of existing python based library functions from pycbc, scipy, etc but effort has been made to keep these to a minimum.
S
Handling of numerical relativity data, and retrieving specific information about the physical system.
The class container and methods "sim" can load NR data into convenient lists and dictionaries, which can be used to retrieve specific data/ information about the numerical simulation.
This offers the following functionality, like retrieving:
Horizon masses, mass-ratios, and areas.
Horizon multipole moments.
Retrieving the merger time/ formation time of common horizon.
The strain waveform.
The quasi-local data of the dynamical horizons.
And computing/extracting the Frequency, amplitude and phase of waveforms, etc.
Waveform manipulations and classes.
A basic class container for handling numerical waveforms under the class "waveforms".
This offers functionality like:
Loading data from hdf5 files.
Basic information such as time step, time axis, data axis, etc.
Extrapolating a numerical waveform recorded at a finite radius to null infinity.
Integrating and differentiating waveforms in the frequency domain.
Tools for preparation/handling of numerical relativity data, like:
Checking for discontinuity, removal of duplicated rows, and interpolating for missing rows in the data.
Integration, differentiation of numerical data.
Basic manupulations such as equalizing lengths of waveforms, tapering, etc.
Resampling
Computing the norm, shifting/ rolling the data, etc.
Smoothing, tapering.
Extrapolation of waveforms to null infinity.
Center of Mass corrections to waveforms.
BMS supertranslations of waveforms.
Tools for basic data analysis.
A match algorithms for matching two waveforms.
Binning and interpolation of data.
Smooth derivatives: spectral and finite difference derivatives.
Miscellaneous tools:
Progress bar to display progress of loops.
A custom print function with message prioritization.
Saving data to disk with protocol and compression support (binary, text, etc.)