-
Notifications
You must be signed in to change notification settings - Fork 20
Disclaimer and Licenses
This page details the following:
HydroSight is provided on an "as is" basis and without any representation as to functionality, performance, suitability or fitness for purpose. You acknowledge and agree that, to the extent permitted under law, and subject to Disclaimers, the University of Melbourne makes no representations, warranties or guarantees:
- in relation to the functionality, performance, availability, suitability, continuity, reliability, accuracy, currency or security of the Program; or
- that the Program is free from computer viruses or any other defect or error which may affect Your program or systems or third party software or systems.
You further acknowledge and agree that the University of Melbourne has no obligation to (and makes no representation that it will) maintain or update, or correct any errors or defects in, the Program
HydroSight is licensed under the open-source license GPL3.0 (or later). See the following for details: (http://www.gnu.org/licenses/gpl-3.0.en.html)
The following components of HydroSight were developed by others and each component has its own license. These components and their licence are within the source code folder: algorithms > calibration.
- CMA-ES calibration algorithm. See (https://github.com/peterson-tim-j/HydroSight/tree/master/algorithms/calibration/CMA_ES).
- DREAM calibration algorithm. See (https://github.com/peterson-tim-j/HydroSight/tree/master/algorithms/calibration/DREAM).
- GUI Layout Toolbox 2.1 for constructing the panels of the GUI. See (https://github.com/peterson-tim-j/HydroSight/tree/master/GUI/GUI%20Layout%20Toolbox%202.1.mltbx%20FILES).
- ipdm.m for calculating the inter-point distance used in HydroSight temporal kriging. See (https://github.com/peterson-tim-j/HydroSight/tree/master/algorithms/calibration/Utilities/InterPointDistanceMatrix).
- SP-UCI calibration algorithm. See (https://github.com/peterson-tim-j/HydroSight/tree/master/algorithms/calibration/SP_UCI).
- uical.m for displaying a graphical calendar within the GUI. See (https://github.com/peterson-tim-j/HydroSight/tree/master/GUI/uical).
- uiinspect.m for finding Java object handles. See (https://github.com/peterson-tim-j/HydroSight/tree/master/GUI/uiinspect).
- variogram.m, variogramfit.m and fminsearchbnd.m for estimating and fitting variograms. See (https://github.com/peterson-tim-j/HydroSight/tree/master/algorithms/calibration/Utilities).