Skip to content
Snippets Groups Projects
  1. Jan 14, 2019
  2. Jan 11, 2019
  3. Jan 10, 2019
  4. Jan 07, 2019
  5. Dec 25, 2018
  6. Dec 20, 2018
  7. Dec 13, 2018
  8. Dec 07, 2018
  9. Dec 05, 2018
    • jacques.grelet_ird.fr's avatar
      v1.50rc1 · 88943554
      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
      88943554
  10. Nov 28, 2018
  11. Nov 26, 2018
  12. Nov 13, 2018
  13. Sep 12, 2018
  14. Sep 11, 2018
    • jacques.grelet_ird.fr's avatar
      v1.48.5rc3 (2018-09-11) · 421246fd
      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
      421246fd
  15. Jul 06, 2018
  16. Jul 05, 2018
  17. Jul 04, 2018
  18. Jul 03, 2018
  19. Jun 28, 2018
  20. Jun 27, 2018
  21. Jun 26, 2018
  22. Jun 21, 2018
  23. Jun 18, 2018
  24. May 29, 2018
  25. May 25, 2018
  26. Mar 28, 2018
    • jacques.grelet_ird.fr's avatar
      uncomment and repair contextual QC menu · 3154b55d
      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
      3154b55d
  27. Mar 27, 2017
    • jacques.grelet_ird.fr's avatar
      remove iconRead.m · 636ffab3
      jacques.grelet_ird.fr authored
      636ffab3
    • jacques.grelet_ird.fr's avatar
      use iconReadMat.m instead of iconRead.m in tgs_util, used to load .mat icon... · 3db777cb
      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
      
      3db777cb
  28. Feb 01, 2017
Loading