Skip to content
Snippets Groups Projects
  1. Apr 03, 2018
  2. 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
  3. Mar 27, 2017
    • 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
  4. Feb 01, 2017
  5. Jan 31, 2017
  6. Jan 28, 2017
  7. Jan 27, 2017
  8. Jul 05, 2016
  9. Jan 20, 2016
  10. Jan 14, 2016
  11. Jan 13, 2016
  12. May 04, 2015
  13. Apr 30, 2015
  14. Dec 05, 2014
  15. Nov 22, 2013
  16. Oct 23, 2013
  17. Sep 30, 2013
  18. Sep 16, 2013
  19. Apr 09, 2013
  20. Jan 28, 2013
  21. Jan 16, 2013
  22. Oct 05, 2012
  23. Jan 30, 2012
  24. Jan 17, 2012
  25. Jan 13, 2012
  26. Jan 12, 2012
  27. Nov 24, 2011
  28. Oct 28, 2011
  29. Sep 28, 2011
  30. Sep 27, 2011
  31. Sep 26, 2011
  32. Dec 01, 2010
  33. Oct 29, 2010
  34. Jun 14, 2010
  35. Jun 09, 2010
  36. May 21, 2010
Loading