From df0e354562725412351236728a8b3e00aaf811cd Mon Sep 17 00:00:00 2001 From: Edoardo Pasetto <e.pasetto@fz-juelich.de> Date: Sun, 30 Jul 2023 14:56:50 +0200 Subject: [PATCH] Replace README.md Added additional notes: original dataset file seabam919.xt removed from the repository to avoid potential copyright issues --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e88498..81ad3d6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,11 @@ This repository refers to two different works that investigated the application ## Important notes -In the code the variable k0 actually refers to the hyperparameter P in the manuscript(the value that appears in the exponent of B in the encoding procedure) +-In the code the variable k0 actually refers to the hyperparameter P in the manuscript(the value that appears in the exponent of B in the encoding procedure) +-The dataset file seabam919.txt has been removed fromt he repository to avoid potential copyright issues. The code for the QSVR assumes that such file is present +in the directoy Dataset. To run the code on the SeaBAM dataset download the txt file from the dataset website (see link in the following section) and put it in the Dataset folder. +Finally, to use the code as it is it also necessary to remove all the header iformation in the tetx file and leave the numerical data values only. ## Notes on the used datasets. The SeaBAM dataset was is publicly available at https://seabass.gsfc.nasa.gov/seabam/pub/maritorena_oreilly_schieber. In the website it is also possible to find further information regarding the dataset itself. For further details on the synthetic dataset and how it was generated please refer to GRSL/MERIS_dataset_generation. + -- GitLab