-
Notifications
You must be signed in to change notification settings - Fork 15
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
We don't read .pck Vector files #182
Comments
Possibly... the nortek manual says "the *.pck contains the probe check data" - for the vector, in the data I'm looking at, it has 5 columns: sample, distance (mm), amp beam 1 (counts), amp beam 2 (counts), amp beam 3 (counts). It's a bit hard to interpret, because it doesn't have a burst count, but assuming that everything works right it shows you (1) if the beams are all behaving the same and (2) where the bottom is, if it's within the range where it's looking. So, for a 30 cmab downward looking vector, we get this (mid deployment): The interesting thing that this shows is an increase in amplitude in the 290-300 mm distance, which corresponds to the 30 cm above bed where the instrument was deployed. I think it's not necessarily what we'll want to look at regularly, but I'm guessing it's worth it to include since we're working through the vector anyway... |
Interesting, so it seems to be something like the raw data that is interpreted to generate lines 15-24 in the .vhd file? But without the start/end part since it seems like this is only generated once per burst (but as you say tough to be sure since there is no burst counter). VHD file description:
|
I think that's right. The manual says "The *.vhd contains the Velocity header data - the data that is collected during the very first second when running Continuous mode, or at the start and end of each Burst." Big picture - maybe the pck file is useful, but it does not feel like a priority. |
CC @rmallen86
We don't currently read .pck files in the Vector workflow. Should we?
The text was updated successfully, but these errors were encountered: