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

rectifie le nom de la fonction

parent d6aca9fd
No related branches found
No related tags found
No related merge requests found
function [error] = tsg_writeTSGDataNetCDF( hTsgGUI, filename) function [error] = writeTSGDataNetCDF( hTsgGUI, filename)
% Function to write TSG data in NetCDF file. % Function to write TSG data in NetCDF file.
% %
% Input % Input
...@@ -14,6 +14,7 @@ function [error] = tsg_writeTSGDataNetCDF( hTsgGUI, filename) ...@@ -14,6 +14,7 @@ function [error] = tsg_writeTSGDataNetCDF( hTsgGUI, filename)
% The data are store using setappdata - Variable name : 'tsg_data' % The data are store using setappdata - Variable name : 'tsg_data'
% %
% Caution : replace the fill-value with NaN % Caution : replace the fill-value with NaN
%
% $Id$ % $Id$
% Open the file % Open the file
......
function [error] = tsg_writeTsgData( hTsgGUI, filename) function [error] = writeTsgData( hTsgGUI, filename)
% Function to write the TSG data. Should be a NetCDF file % Function to write the TSG data. Should be a NetCDF file
% %
% Input % Input
...@@ -14,6 +14,7 @@ function [error] = tsg_writeTsgData( hTsgGUI, filename) ...@@ -14,6 +14,7 @@ function [error] = tsg_writeTsgData( hTsgGUI, filename)
% %
% Function to be rewritten when the NetCDF format will be in use % Function to be rewritten when the NetCDF format will be in use
% Caution : replace the fill-value with NaN % Caution : replace the fill-value with NaN
%
%$Id$ %$Id$
% Open the file % Open the file
......
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