PyREx

pyrex.signals.Signal.with_times

Signal.with_times(new_times)

Returns a representation of this signal over a different times array.

Parameters
new_timesarray_like

1D array of times (s) for which to define the new signal.

Returns
Signal

A representation of the original signal over the new_times array.

Notes

Interpolates the values of the Signal object across new_times, extrapolating with zero values on the left and right.

PyREx

A Python package for simulation of neutrinos and radio antennas in ice. Version 1.10.0

Navigation