Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nortek_VECTOR ADV #650

Open
Krys1202 opened this issue Feb 27, 2020 · 13 comments
Open

Nortek_VECTOR ADV #650

Krys1202 opened this issue Feb 27, 2020 · 13 comments
Labels
Type:enhancement General enhancements Unit:Instrument Reader Instrument parsers and related

Comments

@Krys1202
Copy link

Hi,
I would like to know if the format .vec from the Nortek Vector could be integrated in the IMOS toolbox?
Vector_web_LR.pdf
I have a raw data file " .vec" but too big to attach here (58MB).

Cheers,
Christelle

@ocehugo ocehugo added Type:enhancement General enhancements Unit:Instrument Reader Instrument parsers and related labels Feb 27, 2020
@ocehugo
Copy link
Contributor

ocehugo commented Feb 27, 2020

Hi @Krys1202 ,

quick questions:

  1. Is the Nortek Vector part of a new imos instrument sampling!?
  2. You may share the file in the way that works best for you (dropbox,google-drive,firefox-send,etc).
  3. If applicable, may you also share a generated ASCII file from the raw data!?

@sspagnol
Copy link
Contributor

For what its worth have attached a not extensively tested bit of code (was for a not IMOS related project), but it might be enough for your needs.

Please note:

  • Requires slightly modified readParadoppBinary, so do all your testing in a seperate branch just in case
  • I only had one instrument file example, the instrument was mounted onto a bottom frame looking down, the user has since retired and never got back to me if the resultant file looked correct. Would have to compare against the ascii exported stuff.
  • Only handles ENU data.
  • It doesn't handle IMU sectors.

vectorParse.zip

@ocehugo
Copy link
Contributor

ocehugo commented Feb 27, 2020

we need to update the Paradopp help then - It says we "should" be able to read Vector files.

Problem here is that I don't have access to a file so can't do much atm

@petejan
Copy link
Contributor

petejan commented Feb 27, 2020

I have used these before, and processed them with python.

@Krys1202 There are many options with this instrument, are you operating in burst mode? Does your vector have the AHRS installed?

@Krys1202
Copy link
Author

Hi @Krys1202 ,

quick questions:

  1. Is the Nortek Vector part of a new imos instrument sampling!?
  2. You may share the file in the way that works best for you (dropbox,google-drive,firefox-send,etc).
  3. If applicable, may you also share a generated ASCII file from the raw data!?

1-No I don't think so. We used this instrument for the AUSTEn Project (AMC/UTAS project) with Camille Couzi. If it must be an instrument used by IMOS, no worries! I just wanted to know what was possible to do :-)
2- Link to download raw data ".vec": https://we.tl/t-uzW3gErJNM
3- I manage to extract .txt, but looks weird ( velocity=0)
ADV.txt

@Krys1202
Copy link
Author

For what its worth have attached a not extensively tested bit of code (was for a not IMOS related project), but it might be enough for your needs.

Please note:

  • Requires slightly modified readParadoppBinary, so do all your testing in a seperate branch just in case
  • I only had one instrument file example, the instrument was mounted onto a bottom frame looking down, the user has since retired and never got back to me if the resultant file looked correct. Would have to compare against the ascii exported stuff.
  • Only handles ENU data.
  • It doesn't handle IMU sectors.

vectorParse.zip

Thanks for this!
I will have a look, the configuration for this ADV is quite the same : mounted on a bottom frame with an Aquadopp, looking down .

@Krys1202
Copy link
Author

I have used these before, and processed them with python.

@Krys1202 There are many options with this instrument, are you operating in burst mode? Does your vector have the AHRS installed?

@petejan : Burst mode, and yes for AHRS

@petejan
Copy link
Contributor

petejan commented Feb 27, 2020

If you're willing to work with python and don't really need IMOS complaint netCDF files, then you could use,

nortek2netCDF.py

Its quite specific to what I was doing and my configuration but you might be able to make it work.

@ocehugo
Copy link
Contributor

ocehugo commented Feb 28, 2020

1-No I don't think so. We used this instrument for the AUSTEn Project (AMC/UTAS project) with Camille Couzi. If it must be an instrument used by IMOS, no worries! I just wanted to know what was possible to do :-)

It doesn't need to be an IMOS instrument - It's just that - if it's an IMOS instrument - I need to put this in top priority.

2- Link to download raw data ".vec": https://we.tl/t-uzW3gErJNM
3- I manage to extract .txt, but looks weird ( velocity=0)
ADV.txt

Thanks - I will need this eventually to test and evaluate the changes required.

@sspagnol
Copy link
Contributor

And from data conversion using vector software your pitch/roll values in sen file are large and lots of error messages in ssl file with "Roll out of range" and "Pitch out of range".

@Krys1202
Copy link
Author

Krys1202 commented Mar 2, 2020

If you're willing to work with python and don't really need IMOS complaint netCDF files, then you could use,

nortek2netCDF.py

Its quite specific to what I was doing and my configuration but you might be able to make it work.

Thanks for this I will have a try with python

@Krys1202
Copy link
Author

Krys1202 commented Mar 2, 2020

And from data conversion using vector software your pitch/roll values in sen file are large and lots of error messages in ssl file with "Roll out of range" and "Pitch out of range".

Yeah it doesn't seem like very good data, there was a storm during the 3-day deployment ....

@petejan
Copy link
Contributor

petejan commented Mar 2, 2020

@Krys1202 Your data file looks quite different from what I was processing, I don't see any IMU data records, so my python needs some tweaks to get it working, as I don't use the instrument pitch/roll but the data from the IMU, and did not write the system data to the output netCDF file as I did not need it for what I was looking at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:enhancement General enhancements Unit:Instrument Reader Instrument parsers and related
Projects
None yet
Development

No branches or pull requests

4 participants