- 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 28, 2018
-
-
jacques.grelet_ird.fr authored
Index exceeds matrix dimensions. If user select a wrong file, the message box fail with fileName don't exist, replace by fullFileName
-
- 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
-
- Apr 03, 2018
-
-
jacques.grelet_ird.fr authored
update ReleaseNotes
-
- 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 29, 2017
-
-
jacques.grelet_ird.fr authored
-
- 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 02, 2017
-
-
jacques.grelet_ird.fr authored
update R2012 compiler project
-
jacques.grelet_ird.fr authored
PI: Thierry Reynaud TYPE_TSG: AANDERAA, SEAKEEPER PROCESSING_CENTRE: LOPS and LPO
-
jacques.grelet_ird.fr authored
With the compiled version R2016b, the icons under \MATLAB\R2016b\toolbox\matlab\icons were not included in the runtime !
-
- Feb 01, 2017
-
-
jacques.grelet_ird.fr authored
and doesn't display correctly degree symbol ô instead of ° ^o is used in m_grid % restore tex interpreter set(0,'DefaulttextInterpreter','tex')
-
jacques.grelet_ird.fr authored
With the compiled version R2016b, the icons under \MATLAB\R2016b\toolbox\matlab\icons were not included in the runtime !
-
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
-
jacques.grelet_ird.fr authored
-
- Jan 31, 2017
-
-
jacques.grelet_ird.fr authored
if verLessThan('matlab','8.4') XLim = get(hPlotAxes(1), 'XLim'); ind = find(tsg.DAYD > XLim(1) & tsg.DAYD < XLim(2)); else ind = find(tsg.DAYD > hPlotAxes(1).XLim(1) & ... tsg.DAYD < hPlotAxes(1).XLim(2) ); end
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
add csv2btl R2016b 64 bits project
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
add labwiew files in tsg_data from Pacific network
-
- Jan 30, 2017
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
- Jan 28, 2017
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
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
-