scri icon indicating copy to clipboard operation
scri copied to clipboard

Python/numba code for manipulating time-dependent functions of spin-weighted spherical harmonics on future null infinity

Results 12 scri issues
Sort by recently updated
recently updated
newest added

Applying the supertranslations to the abd quantities one by one to reduce memory usage.

We may be in the situation where we use and abd object to store only strain, or just strain and \psi_i through \psi_4 with some smallest value of i. In...

Currently, calling `interpolate`, `derivative`, or `antiderivative` on an instance of ModesTimeSeries will construct a `scipy.interpolate.CubicSpline` interpolant, and then throw it out when the function returns. Building the interpolant is, AFAIK,...

`remove_avg_com_motion` makes you provide `path_to_waveform_h5` even if you tell it not to read that file (by passing in a waveform object `w_m`) and even if that file doesn't exist. That...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

There is an option to use transition_times for corpecessing frame to avoid ringdown issues: https://github.com/moble/scri/blob/544f481b65a00d08271d2faa53908df64e054fc6/scri/rotations.py#L27 Should we be worried about the same thing for corotating frame? I think no, but...

Hi @moble, @duetosymmetry, and @keefemitman. I added the slicing option to the abd data which would be useful for my project. Please review the PR and let me know if...

In addition, remove unused 'fix_time_phase' option and return the input when order=[]. Needed for PR #103.