Skip to content
Snippets Groups Projects
  1. Dec 13, 2018
  2. Jul 05, 2018
  3. Jul 03, 2018
  4. May 31, 2018
  5. May 30, 2018
  6. 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
  7. Feb 02, 2017
    • jacques.grelet_ird.fr's avatar
      add : · 1c1a9119
      jacques.grelet_ird.fr authored
      PI: Thierry Reynaud 
      TYPE_TSG: AANDERAA, SEAKEEPER
      PROCESSING_CENTRE: LOPS and LPO
      1c1a9119
  8. Sep 30, 2013
  9. Jun 18, 2013
  10. Apr 09, 2013
  11. Jan 16, 2013
  12. Nov 28, 2012
  13. Nov 27, 2012
  14. Nov 26, 2012
  15. Nov 23, 2012
  16. Oct 05, 2012
  17. Jan 17, 2012
  18. Jan 10, 2012
  19. Nov 02, 2011
  20. Oct 07, 2011
  21. Oct 05, 2011
  22. Sep 28, 2011
  23. Sep 22, 2011
  24. Dec 08, 2010
  25. Oct 28, 2010
  26. Jun 01, 2010
  27. Apr 16, 2010
  28. Apr 15, 2010
  29. Feb 05, 2010
  30. Jan 14, 2010
  31. Jan 13, 2010
Loading