Skip to content
Snippets Groups Projects
  1. Oct 15, 2018
  2. Sep 12, 2018
  3. Sep 11, 2018
    • jacques.grelet_ird.fr's avatar
      add print menu command on map · 7b2ef733
      jacques.grelet_ird.fr authored
      7b2ef733
    • jacques.grelet_ird.fr's avatar
      v1.48.5rc3 (2018-09-11) · 421246fd
      jacques.grelet_ird.fr authored
      + add command line argument DEBUGGING option
      + remove tsg_icon from matlabpath at the end of tsgqc program
      + swap and improve error message in read_Climatology function
      + add climatology menu on map to disable/enable 2D climatology
      + remove/comment set(hAxes(PlotNum), 'YLimMode', 'auto'); in plot_Tsg.m
      421246fd
  4. Sep 10, 2018
  5. Sep 06, 2018
  6. Jul 06, 2018
  7. Jul 05, 2018
  8. Jul 04, 2018
  9. Jul 03, 2018
  10. Jun 28, 2018
  11. Jun 27, 2018
  12. Jun 26, 2018
  13. 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
  14. Jun 21, 2018
  15. 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
  16. May 31, 2018
Loading