Skip to content
Snippets Groups Projects
Commit c24468af authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

update use of quality objet used in tsg.qc.hash

parent e4dcc8f7
No related branches found
No related tags found
No related merge requests found
......@@ -86,10 +86,15 @@ if fid ~= -1
tsg.SSJT = sst;
tsg.SSPS = sss;
tsg.SPDC = sog;
% Remplacer la valeur par tsg.qc.code.NOCONTROL
tsg.SSPS_QC = tsg.qc.Code.NO_CONTROL * ones(nblig,1);
% Set active code to NOCONTROL
% ----------------------------
tsg.qc.active.Code = get(tsg.qc.hash, 'NO_CONTROL', 'code');
% Set salinity QC (SSPS_QC) par NOCONTROL code
% --------------------------------------------
tsg.SSPS_QC = tsg.qc.active.Code * ones(nblig,1);
% populate tsg.file structure
% ---------------------------
tsg.file.name = filename;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment