Skip to content
Snippets Groups Projects
  1. Jun 28, 2018
  2. Jun 26, 2018
  3. Jun 21, 2018
  4. 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
  5. Jan 30, 2017
  6. Jan 11, 2016
  7. May 19, 2015
  8. Dec 05, 2014
  9. Sep 30, 2013
  10. Apr 09, 2013
  11. Jan 16, 2013
  12. Mar 23, 2009
  13. Mar 21, 2009
  14. Mar 20, 2009
  15. Mar 02, 2009
  16. 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
  17. Feb 13, 2009
  18. Jan 26, 2009
    • jacques.grelet_ird.fr's avatar
      Les variables · 252d27aa
      jacques.grelet_ird.fr authored
       SSPS_DEPH = 0 ;
       SSPS_DEPH_MIN = 1 ;
       SSPS_DEPH_MAX = 2 ;
       SSTP_DEPH = 3 ;
       SSTP_DEPH_MIN = 4 ;
       SSTP_DEPH_MAX = 6 ;
      peuvent etre saisie dans le masque (headerForm) mais ne sont pas sauvegardes
      ni dans le fichier netcdf, ni dans @tsg_nc\platform.csv
      252d27aa
  19. Nov 07, 2008
  20. May 07, 2008
  21. Apr 25, 2008
  22. Apr 23, 2008
  23. Apr 16, 2008
  24. Apr 08, 2008
  25. Apr 07, 2008
  26. Apr 02, 2008
  27. Apr 01, 2008
  28. Mar 31, 2008
  29. Mar 28, 2008
  30. Mar 27, 2008
  31. Mar 25, 2008
Loading