Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • U/V: surface current total velocities calculated from the Radials structure
  • LonLat: :,2 vector containing longitude and latitude pairs for each U/V value
  • Uraw/Vraw: surface current total velocities as generated by by loading radials, compiling by time and passing to the same configuration of makeTotals.m prior to cleaning with subsequent tests on the the Totals, but these values were calculated from clean Radials and so are not strictly 'raw' data.  as done for the clean U/V. So no cleaning is done on Uraw/Vraw and the values should be very similar to the manufacturer's U/V, but may not be exactly the same due to different configuration values in makeTotals.m. These velocities may be used as a comparison to see the difference the cleaning/QC process has made to the data.

Totals.ErrorEstimates: struct array of the test results for each algorithm. One note-able difference here is that the GDOP test has a value in OtherMatrixVars. These are the new test values calculated as GDOPerror = sqrt(T.ErrorEstimates(i).Uerr + T.ErrorEstimates(i).Verr) while the test values are taken as the TotalErrors for all other tests.

...