Bryant Chow
Bryant Chow
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...
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....
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....
@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...
I have only ever published a package on PyPi, but not Conda. I attempted to do this with [Pyatoa](https://github.com/adjtomo/pyatoa) but there were some sticky dependencies (Pyflex and Pyadjoint are not...
From Yuan and Carl Network selection: - works: TA,AK,IU - works: XV - fails: TA,AK,IU,XV - fails: * By "fails" I mean that we get a subset of stations (both...
Currently the RecSec tests just plot code functionality but have no check on if the figures look how we want. Some simple checks are to run record section for one...
Tackling a few different issues in one PR. Work in progress - #119 adds RecSec kwargs and PySEP file export options to documentation - #162 adds RecSec option `scale_by ==...
Pointed out to me in personal communication that PySEP will throw out a station if it tries to rotate and any of the `azimuth` or `dip` values are None. This...