Skip to content
Snippets Groups Projects
  1. Jun 26, 2018
  2. Jun 21, 2018
  3. Jun 18, 2018
  4. May 29, 2018
  5. May 25, 2018
  6. 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
  7. 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
  8. Feb 01, 2017
  9. Jan 28, 2017
  10. Jan 27, 2017
  11. Jan 23, 2017
  12. Jan 17, 2017
  13. Jul 05, 2016
  14. Jan 20, 2016
  15. Jan 14, 2016
  16. Jan 13, 2016
  17. May 19, 2015
  18. May 06, 2015
  19. May 04, 2015
  20. Apr 30, 2015
  21. Dec 05, 2014
  22. Nov 04, 2014
  23. Nov 03, 2014
  24. Nov 01, 2014
  25. Aug 26, 2014
    • jacques.grelet_ird.fr's avatar
      G. Alory · 036b1a3e
      jacques.grelet_ird.fr authored
      Adapté aux navires de recherche en station: l'alerte n'est maintenant émise que si la position du navire à la date de la donnée externe est à plus de 5 km de la position de la donnée externe
      036b1a3e
  26. Jun 24, 2013
  27. Jun 04, 2013
  28. Apr 09, 2013
  29. Jan 28, 2013
  30. Jan 16, 2013
  31. Jan 14, 2013
Loading