Wu-Jung Lee
Wu-Jung Lee
Add "FM" (frequency modulated) to be an alternative of the current "BB" (broadband) in the `waveform_mode` option for `compute_Sv`.
When the lat/lon dataframe contains all NaN entries, the `get_distance_from_latlon` spits out errors that are hard to decipher. This PR adds a clear error message for this case. `get_distance_from_latlon` is...
Currently the dimension check in `apply_mask` would check for matching dimension length *and* order for `ping_time` and `depth` (or `range_sample`). I've encountered the situation where the Sv or MVBS data...
The current issue templates either does not cover wide enough cases or is outdated. This is a reminder to update them.
Right now our parser handles data from EC150 ADCP fine, but we still need to determine how to store the data properly and enable calibrating the data. Should we store...
@ctuguinay had the idea of adding `echodata.align_to_ping_time()` to handle the timestamp alignment that we now have in the code for in: 1. calibration (align timestamps of Environment group variables to...
Update azfp.zip in staged release asset.
This addresses #1506 and #1507 in one go, since they are tightly linked. @ctuguinay : I think I've only gotten to store ping-by-ping filter coefficients (FIL1 datagram), but it's been...
Right now `testing.py` sits at the package level with `core.py`. Since it contains whole bunch of helper functions for running tests, maybe we should move it to `test/utils.py` so that...
@LOCEANlloydizard has recently added many new functions into Echopype. We haven't had a chance to check carefully the docstring rendering, and because of the way the API is configured, some...