You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
keefemitman
changed the title
saving a waveform with negative times via sxs.rpdmb.save and then loading it has the negative times removed
saving a waveform with negative times via sxs.rpdmb.save and then loading it yields a waveform with the negative times removed
Nov 1, 2024
Yeah, this is because we decided to automatically drop times before zero by default. (In fact, I thought the suggestion came from you...) If you want to keep them around, you need to pass the kwarg drop_times_before="begin".
hmm ok; this makes sense for loading waveforms from the catalog, but it seems a little counter intuitive for loading waveforms from local files, since for most analyses (e.g., surrogates) we change the waveform data to make t=0 be the time of peak luminosity flux. Can we change the default depending on where the data is being loaded from?
The text was updated successfully, but these errors were encountered: