Skip to content

Commit 725adf4

Browse files
committed
updated changes
1 parent 9ce024a commit 725adf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- this is done with the `scipy.ndimage.filters.uniform_filter1d()` function and means that `scipy` is now explicitly required
1212
- function will automatically filter out low-frequency washout noise caused by bgr, using obspy's implementation of scipy's butterworth bandpass from `0.1*f` to `10*f`, where `f` is antenna frequency. nyquist is automatically accounted for by obspy.
1313
- BGR value is displayed in title if set > 0, or as "full" if BGR is full-width (i.e. `-r 0`)
14-
- added 4th order vertical triangular FIR filter, and changed default filter from butterworth to triangular to attempt to match that in RADAN. butterworth is no longer used (but kept for posterity).
14+
- added zerophase vertical triangular FIR filter, and changed default filter from butterworth to triangular to attempt to match that in RADAN. butterworth is no longer used (but kept for posterity).
1515
- this function uses the `scipy.signal.firwin()` filter design and `scipy.signal.lfilter()` implementation
1616
- added ability to suppress plot title using `-T` or `--titleoff` from the command line or title=False in main python function
1717
- changed `ns_per_zsample` in header to read data shape from header rather than array size
@@ -24,7 +24,7 @@
2424
- updated help text and README help text
2525
- added automatic tight bbox axes for savefig
2626
- changed from 150 to 300 dpi for easier poster printing measurements
27-
- fixed calculation for two-way time (previously, calculation was wrong and displayed one-way time)
27+
- fixed calculation for two-way time (previously per [#17](https://github.com/iannesbitt/readgssi/issues/17), calculation erroneously displayed one-way time)
2828

2929
## changes since 0.0.13
3030
- updated examples in README

0 commit comments

Comments
 (0)