pysep icon indicating copy to clipboard operation
pysep copied to clipboard

Seismogram Extraction and Processing: Seismic data retrieval and record sections

Results 40 pysep issues
Sort by recently updated
recently updated
newest added

One of the slow points in releasing packages under adjTomo is that there are multiple tasks that still have to performed manually after an official version push to master, including...

Currently PySEP applies filtering during the instrument response removal (https://docs.obspy.org/packages/autogen/obspy.core.trace.Trace.remove_response.html), which does not have the typical ObsPy `zerophase` option for choosing causal or acausal filter. https://github.com/adjtomo/pysep/blob/3f5d7ab12aee663abe907036ca6eb757879d3722/pysep/pysep.py#L1084-L1092 Instead remove response applies...

While downloading data using PySEP, some steps of the procedure seem to be very slow, and if the flags requiring these steps are turned on, the data download can take...

enhancement

Related to #118, some argument inputs of PySEP like `write_files` and `plot_files` are not covered in the [documentation](https://pysep.readthedocs.io), and only really visible in the direct docstrings of the source code....

I'm new to pysep and hoping to use it with MTUQ. It would be nice to see an example of data collection and preparation for moment tensor inversion. If there...

While downloading data through PySEP, the process fails sometimes but eventually completes successfully on re-executing the job multiple times. It seems like the error has something to do with connecting...

I'm not sure if this is a pysep issue or obspy issue, since we are using obspy functions within pysep. The testing notebook is [response_removal_test.ipynb](https://github.com/uafgeoteach/GEOS626_seis/blob/main/response_removal_test.ipynb). This contains more than is...

bug

The source receiver map function uses ObsPy Catalog.plot() function to plot the event. However if the Event object does not have a valid depth and magnitude, the plot function fails....

bug

There are different issues which show up when using the record section plotting tool for different sets of data - - no xticks are seen as such for the case...

enhancement

@aakash10gupta pointed out that using plotw_rs with option `max_traces_per_rs`, which splits a record section over multiple pages, sorts incorrectly over the pages. That is, if sorted by distance, each individual...

bug