![]() |
16 | Index for TOSSH\TOSSH_code\calculation_functions ![]() |
![]() | calc_Addor calculates signatures from Addor et al. (2018). |
![]() | calc_All calculates all signatures in the toolbox. |
![]() | calc_BasicSet calculates basic set of signatures. |
![]() | calc_Euser calculates signatures from Euser et al. (2013). |
![]() | calc_McMillan_Groundwater calculates various groundwater signatures. |
![]() | calc_McMillan_OverlandFlow calculates various overland flow signatures. |
![]() | calc_Sawicz calculates signatures from Sawicz et al. (2011). |
![]() |
16 | Index for TOSSH\example\functions\data_loading ![]() |
![]() | loadCAMELSstruct Creates struct file with CAMELS data. |
![]() | loadCAMELSstruct Creates struct file with CAMELS data. |
![]() | loadCatchmentCAMELS Loads hydro-meteorological time series (P, PET, Q, T). |
![]() | loadCatchmentCAMELSGB Loads hydro-meteorological time series (P, PET, Q, |
![]() |
16 | Index for TOSSH\example\functions\plotting ![]() |
![]() | makeScatterPlot Makes scatter plot to compare all CAMELS signatures. |
![]() | Customizes text of data tips |
![]() | plotMapUK Plots UK map with dots coloured according to an attribute. |
![]() | plotMapUS Plots US map with dots coloured according to an attribute. |
![]() | saveFig saves figure as PDF. |
Customizes text of data tips
0001 function txt = myupdatefcn(~,event_obj,ID,index) 46 | 0002 % Customizes text of data tips 47 | 0003 pos = get(event_obj,'Position'); 48 | 0004 I = get(event_obj, 'DataIndex'); 49 | 0005 txt = {['X: ',num2str(pos(1))],... 50 | 0006 ['Y: ',num2str(pos(2))],... 51 | 0007 ['i: ',num2str(index(I))],... 52 | 0008 ['ID: ',num2str(ID(I))]}; 53 | 0009 end
![]() |
16 | Index for TOSSH\example ![]() |
![]() | % TOSSH workflow 1 - basic workflow (also shown in online documentation) |
![]() | % TOSSH workflow 2 - advanced workflow |
![]() | % TOSSH workflow 3 - comparison of time series with different resolution |
![]() | % TOSSH workflow 4 - calculation of signatures for CAMELS US catchments |
![]() | % TOSSH workflow 5 - calculation of signatures for CAMELS GB catchments |