socib/glider_toolbox

Twice in code: format_conversion = 1

Opened this issue · 1 comments

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

Hello² Kimmo,

your comment seems correct but I prefer not to touch the code.
Maybe there was a reason to have the possibility to override the option.