Skip to content

Commit

Permalink
fix:(adcpWorkhorseVelocityBeam2EnuPP): comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ocehugo committed Apr 1, 2021
1 parent dd47547 commit 2543330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Preprocessing/adcpWorkhorseVelocityBeam2EnuPP.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% sample_data - the same data sets, with updated velocity variables in ENU coordinates.
%
%
% author: hugo.oliveira@utas.edu.au
% author: hugo.oliveira@utas.edu.au [based on several draft and BecCowley 675 branch]
%
narginchk(2, 3)

Expand Down Expand Up @@ -60,7 +60,7 @@

if info.coords.used_binmapping
%compat: The toolbox is silent about this.
%warnmsg('Instrument frame of reference is beam but bin_mapping was selected at instrument settings. Performing rotation to earth coordinates anyway...')
%dispmsg('Instrument frame of reference is beam but bin_mapping was selected at instrument settings. Performing rotation to earth coordinates anyway...')
% Even if the EX bit is set for bin mapping,
% if the data is collected in beam coordinates,
% bin mapping does not occur on board.
Expand Down

0 comments on commit 2543330

Please sign in to comment.