You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In glidertoolbox scripts there is two different instances of '.format_conversion = 1’. Should be only once.
In ConfigMainDT.txt:
[...]
#Slocum file options
file_options_slocum.format_conversion = 1
and in configDTFileOptionsSlocum.m
[...]
% Binary file conversion to text format
% (disable it when reprocessing deployments with no new binary data):
slocum_options.format_conversion = 1;
[...]
Regards, Kimmo
The text was updated successfully, but these errors were encountered:
In glidertoolbox scripts there is two different instances of '.format_conversion = 1’. Should be only once.
In ConfigMainDT.txt:
[...]
#Slocum file options
file_options_slocum.format_conversion = 1
and in configDTFileOptionsSlocum.m
[...]
% Binary file conversion to text format
% (disable it when reprocessing deployments with no new binary data):
slocum_options.format_conversion = 1;
[...]
Regards, Kimmo
The text was updated successfully, but these errors were encountered: