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