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
It might be good to have the option of padding zeroes here. One example were this would be beneficial would be when filtering specfem synthetics (that start from time=0) for near-field stations.
The text was updated successfully, but these errors were encountered:
Wouldn't trace.trim(cut_starttime, cut_endtime, pad=True, fill_value=0) take care of this?
For (1. start time < trace start time) and (4. end time >= trace end time) that would pad zero, and
for (2. start time >= trace start time) and (3. end time < trace end time) it would cut.
pytomo3d/pytomo3d/signal/process.py
Line 56 in 77efedf
It might be good to have the option of padding zeroes here. One example were this would be beneficial would be when filtering specfem synthetics (that start from time=0) for near-field stations.
The text was updated successfully, but these errors were encountered: