Skip to content
Snippets Groups Projects
  1. May 30, 2018
  2. 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
  3. 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
  4. Sep 30, 2013
  5. Jun 18, 2013
  6. Apr 09, 2013
  7. Jan 16, 2013
  8. Nov 28, 2012
  9. Nov 27, 2012
  10. Nov 26, 2012
  11. Nov 23, 2012
  12. Oct 05, 2012
  13. Jan 17, 2012
  14. Nov 02, 2011
  15. Oct 05, 2011
  16. Sep 28, 2011
  17. Dec 08, 2010
  18. Oct 28, 2010
  19. Apr 16, 2010
  20. Apr 15, 2010
  21. Feb 05, 2010
  22. Jan 12, 2010
  23. Jan 07, 2010
  24. Dec 17, 2009
  25. Oct 26, 2009
  26. Sep 22, 2009
  27. Mar 23, 2009
  28. Mar 21, 2009
  29. Mar 20, 2009
  30. Feb 27, 2009
    • jacques.grelet_ird.fr's avatar
      incorporation d'un module de lecture d'un fichier .ini associé au fichier... · 4e1fd3a8
      jacques.grelet_ird.fr authored
      incorporation d'un module de lecture d'un fichier .ini associé au fichier labview contenant les attibuts globaux et coefficients de calibration.
      Definition d'un nouveau format pour ce fichier basé sur les conventions du fichier netcdf
      On a 3 variables de dimension 7 pour les coefficients calibration et 3 de dim 2 pour les coeffs de linearisation + autant de variables prefixées avec _CONV pour les cles (char array de 7x8 et 2x8)
      4e1fd3a8
  31. Feb 13, 2009
  32. Nov 07, 2008
Loading