- Dec 05, 2018
-
-
jacques.grelet_ird.fr authored
fix #8 Bug in preferencesForm, structure tsg.preference.map_* is now tsg.preference.map.* move climato files to ftp://ftp.ifremer.fr/ifremer/ird/us191/oceano/Climatology/ add tsg_climato directory and automatic files downloading from ftp if they are not present add tsg_util/showinfowindow.m and tsg_climato/Readme.txt files update R2018/R2016 compiler project with the right climato dir
-
- Nov 28, 2018
-
-
jacques.grelet_ird.fr authored
-
- Nov 26, 2018
-
-
jacques.grelet_ird.fr authored
Add debugging information
-
- Nov 13, 2018
-
-
- also applies for automatic QC tests - number of undo levels can be changes in preferences
-
- Sep 12, 2018
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
+ add hypertext link in Command Window to download climatology file when is missing
-
- Sep 11, 2018
-
-
jacques.grelet_ird.fr authored
+ add command line argument DEBUGGING option + remove tsg_icon from matlabpath at the end of tsgqc program + swap and improve error message in read_Climatology function + add climatology menu on map to disable/enable 2D climatology + remove/comment set(hAxes(PlotNum), 'YLimMode', 'auto'); in plot_Tsg.m
-
- Jul 06, 2018
-
-
jacques.grelet_ird.fr authored
add multiple tests: if verLessThan('matlab', '9.1.0') % R2016b axes( hAxes(PlotNum) ); line(X, Y, ... else line(hAxes(PlotNum), X, Y, end plot_Climatology.m suppress multiple call to plot_map.m
-
jacques.grelet_ird.fr authored
add code to set map menu resolution according menu option/preferences setting
-
jacques.grelet_ird.fr authored
improve map climatology with ship track over International Date Line (pacific)
-
- Jul 05, 2018
-
-
jacques.grelet_ird.fr authored
comment axes and use it as first parameter of line line(hPlotAxes(i), ...
-
jacques.grelet_ird.fr authored
line(hPlotAxes(i), ...
-
- Jul 04, 2018
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
Replace WOA01 climatology with the last WOA13 Add a directory tsg_tools/climatology with scripts used to produce climatologies update Release notes and install files improve checking for climatology file existence
-
- Jul 03, 2018
-
-
jacques.grelet_ird.fr authored
update R2012 compiler project update PI from C:\svn\tsg-qc\trunk\@netcdf_native\tsgqc_netcdf.xls
-
- Jun 28, 2018
-
-
jacques.grelet_ird.fr authored
update compiler projects change the logo with SNO-SSS
-
jacques.grelet_ird.fr authored
set map cursor as arrow by default, during zoom, cursor is set to custom and is display as black square on map set(get(hPlotAxes(4), 'parent'), 'pointer', 'arrow');
-
jacques.grelet_ird.fr authored
-
- Jun 27, 2018
-
-
jacques.grelet_ird.fr authored
-
- Jun 26, 2018
-
-
jacques.grelet_ird.fr authored
Add get_active_QC function used to set tsg.qc.active.Code with the selected radio button replace EraseMode property line with drawnow; add zoom out contextual menu
-
- Jun 21, 2018
-
-
jacques.grelet_ird.fr authored
add 2 news popup menus in option/preferencesForm.m - add border in degrees in full map mode - add patch on/off to display map from gshhs or 'world_x.mat' files add batch mode as tsgqc('COLIBRI/Coli1606.nc')
-
- Jun 18, 2018
-
-
jacques.grelet_ird.fr authored
-
- May 29, 2018
-
-
jacques.grelet_ird.fr authored
keep the last tsg extension file in tsg.preference using circshift tsg.preference.fileExtension = ... circshift(tsg.preference.fileExtension, 1 - filterIndex); update to v1.481
-
- May 25, 2018
-
-
jacques.grelet_ird.fr authored
corTsgBias.m : Regroupement moyenne et écart-type dans une même boîte de dialogue pour la correction de biais. tsg_initialisation.m et tsgqc.m : Implémentation des fonctions Undo/Redo lors de l'attribution des flags QC update version to 1.48
-
- Mar 28, 2018
-
-
jacques.grelet_ird.fr authored
% Update the radio button corresponding to the selected % QC context menu (rbg : RadioButtonGroup) radioTag = ['TAG_QC_RADIO_' char(key)]; add zoom out after each plot_Validation % Draw the 3 plots of the validation figure and unzoom as the new % plot keep in memory the preceding zoom % ----------------------------------------- plot_Validation( hMainFig, hPlotAxes, 1, tsg.plot.parameter{1} ); zoom out; plot_Validation( hMainFig, hPlotAxes, 2, tsg.plot.parameter{2} ); zoom out; plot_Validation( hMainFig, hPlotAxes, 3, tsg.plot.parameter{3} ); zoom out; correct but in plot_Validation that display wrong vertical label, plot EXT var before VAR to get the rigth vertical label as SSPS instead of SSP_EXT_2 undo: disable unknow plot_SalTempVel function
-
- Mar 27, 2017
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
use iconReadMat.m instead of iconRead.m in tgs_util, used to load .mat icon file. Under the compiled version, icon path was bad Add directory tsg_tools/icons with tool iconRead used to transform .gif and .jpeg to .mat CData Add test with version > R2014b using root properties as get(0, 'Units'), that failed with compiler. if verLessThan('matlab','8.4') set(0,'Units','normalized'); guiLimits = get(0,'ScreenSize'); else r = groot; r.Units = 'normalized'; guiLimits = r.ScreenSize; end
-
- Feb 01, 2017
-
-
jacques.grelet_ird.fr authored
add simplifications submit by Thierry Reynaud: latRange = (latMax-latMin); latMin = max(floor(latMin), -90); latMax = min(ceil(latMax), 90); lonRange = (lonMax-lonMin); lonMin = floor(lonMin); lonMax = ceil(lonMax);
-
jacques.grelet_ird.fr authored
-
- Jan 28, 2017
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
resolve problem with icons path under R2016b compiler need to tested with R2012b compiler remove debug info in readTsgIniLabview.m
-
- Jan 27, 2017
-
-
gael.alory_legos.obs-mip.fr authored
-
jacques.grelet_ird.fr authored
if (~isdeployed) p = [pathsep,... DEFAULT_PATH_FILE,[ 'tsg_util' pathsep],... DEFAULT_PATH_FILE,[ 'tsg_data' pathsep],... DEFAULT_PATH_FILE,[ 'tsg_io' pathsep] ]; addpath( p, '-end' ); rehash; end
-
- Jan 23, 2017
-
-
jacques.grelet_ird.fr authored
-
- Jan 17, 2017
-
-
jacques.grelet_ird.fr authored
if verLessThan('matlab','8.4'), linkaxes failed if the 3 axes not defined
-
jacques.grelet_ird.fr authored
-
gael.alory_legos.obs-mip.fr authored
Ajout de valeurs suggérées par défaut lors de la demande de bias et erreur à attribuer à la série TSG: - moyenne des différences échantillons-TSG pour le biais - écart-type des différences pour l'erreur associée (écart-type négatif s'il n'y a que 2 échantillons ou égal à -1 s'il n'y en a qu'un)
-
- Jul 05, 2016
-
-
jacques.grelet_ird.fr authored
http://www.mathworks.com/matlabcentral/fileexchange/34694-kml-toolbox add an option/preference to display positions in DD°MM.SS or decimal update Release notes
-