Skip to content

Time lag definition? #10

@kimmotikka

Description

@kimmotikka

I tried to define timelag for oxygen optodes calphase (23sec) like this:

In processGliderData.m:
[..]
options.sensor_lag_list = ...
struct('corrected', {'caphase'}, ...
'original', {'calphase'},...
'parameters', {23});
[..]

and in configDataProcessingSlocumG2.m:
[..]
processing_options.sensor_lag_list = ...
struct('corrected', {'cphase'}, ...
'original', {'calphase'},...
'parameters', {23});
[..]

While running I get an error:

Error processing glider deployment data:
Error using processGliderData (line 901)
Invalid sensor lag settings 1: bad parameter specification.

It would be useful if examples given in comments where with some filled values and not just empty strings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions