James McVey
James McVey
Currently this is only with RDI, and any variables from an external source are given the tag "_gps", including time. Nortek's new Signature VM incorporates an Advanced Navigation GNSS, which...
Is this the original view you had for dolfyn? I like the simplified view, but if dolfyn is going to be completely incorporated into mhkit, I have a feeling it...
@jessecusack Thank you! You are correct, we have not tried to tackle bin mapping. I appreciate you wanting to attempt this; it would fall under the 'ADP' api, so would...
Thanks @jessecusack. The MODScripps code is implemented in TRDI's coordinate system, correct? The copying in should be easy, yes; testing and making sure the coordinate systems are correct would be...
@bfanch I'm assuming you are using the Nortek Midas software? Is it possible to accomplish what you are doing in Nortek's Signature Deployment software? It can save ADCP data live...
For the updated xarray version, this translates to making some dataset attributes protected.
Interpolation done in pull requests #77 and #103. Not currently a bad flag, but missing timestamps will have all "nan" recorded in all data variables
Just occurred to me: if "from the 5th beam of a Nortek ADCP", you mean the acoustic surface tracking (AST) data, dolfyn can read that in. You can use `calc_psd`...
If I can jump in, a part of this problem might be because yall are using Datasets for single variables rather than DataArrays. This line `fp = S.idxmax(dim=frequency_dimension)` will run...
Some bugfixes for the dudz, dvdz, dwdz functions incoming...