Merge .prf
Hello,
Is it possible to merge two .prf files (in AquaPro, or elsewhere) before converting to ascii?
Thank you,
G. Gray
Hi PJ,
Thanks for the reply. I have a Matlab script that analyzes aquadopp data vs. boat COG for a series of speeds. For this particular test, the files were stopped and started between each run (which we don't normally do). Rather than modify the Matlab script (which is what I ended up doing), I was hoping to save a little time with a quick merge of the raw files.
Thanks!
G. Gray
Provided both files were collected using the same settings you can just add one to the other by using the following command in your DOS command window:
type File1.prf >> File2.prf
This will just all bytes from File1.prf to the end of File2.prf. The ASCII conversion in the software might give some warnings, but probably convert it without any problems.
Cees Meijer

