- Aug 01, 2019
-
-
gael.alory_legos.obs-mip.fr authored
Switch order of adjusted time series and error range plotting to better display adjusted time series
-
- Jan 31, 2019
-
-
jacques.grelet_ird.fr authored
uses now the Gibbs-SeaWater (GSW) Oceanographic Toolbox for calibration module, see: http://www.teos-10.org/index.htm
-
- Jan 30, 2019
-
-
gael.alory_legos.obs-mip.fr authored
replace seawater functions from outdated EOS-80 toolbox with equivalent functions from TEOS-10 toolbox
-
- Jan 29, 2019
-
-
jacques.grelet_ird.fr authored
update ReleaseNotes.md with issue #1 (G Alory) update version to 1.5RC3
-
- Jan 25, 2019
-
-
gael.alory_legos.obs-mip.fr authored
-
- Jan 15, 2019
-
-
jacques.grelet_ird.fr authored
-
- Jan 14, 2019
-
-
jacques.grelet_ird.fr authored
improve redo usage and menu setting correct a bug inside QC_SelectCallback function : tsg.qc_history_pointer was use to enable redo menu instead off tsg.qc_redo_possible
-
- Jan 11, 2019
-
-
jacques.grelet_ird.fr authored
- fix issue #12, resolve a bug with all print menus with Matlab version prior 8.4 (R2014). Menu print and Print preview are disable for these versions and saveas was replaced by screencapture function from "undocumented Matlab" web site. - add version date on the main TSQGQC figure
-
- Jan 10, 2019
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
- Jan 07, 2019
-
-
jacques.grelet_ird.fr authored
save and restore modification with menu checked
-
- Dec 25, 2018
-
-
jacques.grelet_ird.fr authored
fix #10, add menu "toolbar" to display toolbar icons. Notes that in R2018b, tools such as the zoom, pan, datatip, etc are no longer at the toolbar at the top of the figure window. These buttons are now in an "axes" toolbar and only appear when you hover your mouse over the plot. see: https://fr.mathworks.com/matlabcentral/answers/419036-what-happened-to-the-figure-toolbar-in-r2018b-why-is-it-an-axes-toolbar-how-can-i-put-the-buttons
-
- Dec 20, 2018
-
-
jacques.grelet_ird.fr authored
add toolbar display not tested
-
- Dec 13, 2018
-
-
jacques.grelet_ird.fr authored
-
- Dec 07, 2018
-
-
jacques.grelet_ird.fr authored
-
- Dec 05, 2018
-
-
jacques.grelet_ird.fr authored
fix #8 Bug in preferencesForm, structure tsg.preference.map_* is now tsg.preference.map.* move climato files to ftp://ftp.ifremer.fr/ifremer/ird/us191/oceano/Climatology/ add tsg_climato directory and automatic files downloading from ftp if they are not present add tsg_util/showinfowindow.m and tsg_climato/Readme.txt files update R2018/R2016 compiler project with the right climato dir
-
- Nov 28, 2018
-
-
jacques.grelet_ird.fr authored
-
- Nov 26, 2018
-
-
jacques.grelet_ird.fr authored
Add debugging information
-
- Nov 13, 2018
-
-
- also applies for automatic QC tests - number of undo levels can be changes in preferences
-
- Sep 12, 2018
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
+ add hypertext link in Command Window to download climatology file when is missing
-
- Sep 11, 2018
-
-
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
-
- Jul 06, 2018
-
-
jacques.grelet_ird.fr authored
add multiple tests: if verLessThan('matlab', '9.1.0') % R2016b axes( hAxes(PlotNum) ); line(X, Y, ... else line(hAxes(PlotNum), X, Y, end plot_Climatology.m suppress multiple call to plot_map.m
-
jacques.grelet_ird.fr authored
add code to set map menu resolution according menu option/preferences setting
-
jacques.grelet_ird.fr authored
improve map climatology with ship track over International Date Line (pacific)
-
- Jul 05, 2018
-
-
jacques.grelet_ird.fr authored
comment axes and use it as first parameter of line line(hPlotAxes(i), ...
-
jacques.grelet_ird.fr authored
line(hPlotAxes(i), ...
-
- Jul 04, 2018
-
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
-
jacques.grelet_ird.fr authored
Replace WOA01 climatology with the last WOA13 Add a directory tsg_tools/climatology with scripts used to produce climatologies update Release notes and install files improve checking for climatology file existence
-
- Jul 03, 2018
-
-
jacques.grelet_ird.fr authored
update R2012 compiler project update PI from C:\svn\tsg-qc\trunk\@netcdf_native\tsgqc_netcdf.xls
-
- Jun 28, 2018
-
-
jacques.grelet_ird.fr authored
update compiler projects change the logo with SNO-SSS
-
jacques.grelet_ird.fr authored
set map cursor as arrow by default, during zoom, cursor is set to custom and is display as black square on map set(get(hPlotAxes(4), 'parent'), 'pointer', 'arrow');
-
jacques.grelet_ird.fr authored
-
- Jun 27, 2018
-
-
jacques.grelet_ird.fr authored
-
- Jun 26, 2018
-
-
jacques.grelet_ird.fr authored
Add get_active_QC function used to set tsg.qc.active.Code with the selected radio button replace EraseMode property line with drawnow; add zoom out contextual menu
-
- Jun 21, 2018
-
-
jacques.grelet_ird.fr authored
add 2 news popup menus in option/preferencesForm.m - add border in degrees in full map mode - add patch on/off to display map from gshhs or 'world_x.mat' files add batch mode as tsgqc('COLIBRI/Coli1606.nc')
-
- Jun 18, 2018
-
-
jacques.grelet_ird.fr authored
-
- May 29, 2018
-
-
jacques.grelet_ird.fr authored
keep the last tsg extension file in tsg.preference using circshift tsg.preference.fileExtension = ... circshift(tsg.preference.fileExtension, 1 - filterIndex); update to v1.481
-