Skip to content
Snippets Groups Projects
  1. Jun 25, 2018
    • jacques.grelet_ird.fr's avatar
      v1.48.4 · f467202e
      jacques.grelet_ird.fr authored
      Re-draw the map in QC mode
      In function Bottle_OnMenuCallback update tsg with getappdata after diffTsgSample
      (bug with empty tsg.EXT_DIF if user try to apply a QC first on bottle sample)
      Redraw the map (update) when QC change from contextual menu
      remove unused OldCorCancelCallback function
      replace all Callback(hObject, eventdata) by (src, event)
      add DOCUMENTION section
      f467202e
  2. Jun 21, 2018
  3. Jun 18, 2018
    • jacques.grelet_ird.fr's avatar
      change gca by gcbo · 1b53a92b
      jacques.grelet_ird.fr authored
       point1    = get(gcbo,'CurrentPoint');    % button down detected
       rbbox;                      % Create rubberband box for area selection
       point2    = get(gcbo,'CurrentPoint');    % button up detected
            
       
      if p1 == p2 do nothing
            
            if p1 == p2
              %disp('p1 == p2');
              return
            end
      
      update version to 1.48.2 with m_map border
      1b53a92b
    • jacques.grelet_ird.fr's avatar
      add border for m_map · ea0a7027
      jacques.grelet_ird.fr authored
      ea0a7027
  4. May 31, 2018
  5. May 30, 2018
  6. May 29, 2018
  7. May 28, 2018
  8. May 25, 2018
  9. Apr 03, 2018
  10. 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
  11. Mar 29, 2017
  12. 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
  13. Feb 02, 2017
  14. Feb 01, 2017
  15. Jan 31, 2017
  16. Jan 30, 2017
Loading