update script comments

This commit is contained in:
2020-02-12 11:31:06 +01:00
parent be4eba2661
commit 6cffcd1829
10 changed files with 34 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
% PROGRAM: Clustering
% VERSION: [Interactive Standalone Version] V1.8
% COMPATIBLE with Matlab version 2017b or later
% REQUIREMENTS: "Statistics and Machine Learning" Matlab Toolbox installed
% TOOLBOX: "Clustering/Transformation to ED Toolbox" within SERA Project
% DOCUMENT: "READ_ME_App_1B_v1_Description_Cluster_Analysis.docx"
% -------------------------------------------------------------------------------------------------------
@@ -19,7 +20,7 @@
% some figures in some particular cases.
% --------------------------------------------------------------------------------------------------------
% AUTHORS: K. Leptokaropoulos,
% last updated: 03/2019, within SERA PROJECT, EU Horizon 2020 R&I
% last updated: 07/2019, within SERA PROJECT, EU Horizon 2020 R&I
% programme under grant agreement No.730900
% CURRENT VERSION: v1.8 **** [INTERACTIVE STANDALONE VERSION!!]
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@@ -1,6 +1,7 @@
% FUNCTION: Clustering
% VERSION: [Wrapper Standalone Version] V2.8
% COMPATIBLE with Matlab version 2017b or later
% REQUIREMENTS: "Statistics and Machine Learning" Matlab Toolbox installed
% TOOLBOX: "Clustering/Transformation to ED Toolbox" within SERA Project
% DOCUMENT: "READ_ME_App_1B_v2_Description_Cluster_Analysis.docx"
% ----------------------------------------------------------------------------------------------------------------
@@ -14,7 +15,7 @@
% for a specific application (scenario) & plotting results.
% --------------------------------------------------------------------------------------------------------
% AUTHORS: K. Leptokaropoulos,
% last updated: 03/2019, within SERA PROJECT, EU Horizon 2020 R&I
% last updated: 07/2019, within SERA PROJECT, EU Horizon 2020 R&I
% programme under grant agreement No.730900
% CURRENT VERSION: v2.8 **** [Wrapper Standalone Version]
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@@ -1,6 +1,7 @@
% PROGRAM: T2ED
% VERSION: [Interactive Standalone Version] V_1.8
% COMPATIBLE with Matlab version 2017b or later
% REQUIREMENTS: "Statistics and Machine Learning" Matlab Toolbox installed
% TOOLBOX: "Clustering/Transformation to ED Toolbox" within SERA Project
% DOCUMENT: "READ_ME_App_1A_v1_Description_T2ED.docx"
% --------------------------------------------------------------------------------------------------------------------
@@ -15,11 +16,12 @@
% FOR DETAILS on data requirements please refer to the document:
% "READ_ME_App_1A_v1_Description_T2ED.docx"
% --------------------------------------------------------------------------------------------------------------------
% OVEIRVIEW: THE PROGRAM takes as input a Seismic or/and a Production data parameters and
% OVERVIEW: THE PROGRAM takes as input a Seismic or/and a Production data parameters and
% transforms them into their Equivalent Dimensions (ED) following the Lasocki (2014) methodology
% --------------------------------------------------------------------------------------------------------------------
% AUTHORS: K. Leptokaropoulos and P. Urban,
% Last Updated: 03/2019, within SERA PROJECT, EU Horizon 2020 R&I
% AUTHORS: K. Leptokaropoulos, S. Lasocki and P. Urban,
% based on code 'EQ_DIM' originally developed by S. Lasocki (Lasocki, 2014)
% Last Updated: 07/2019, within SERA PROJECT, EU Horizon 2020 R&I
% programme under grant agreement No.730900
% CURRENT VERSION: v1.8 **** [INTERACTIVE STANDALONE VERSION!!]
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@@ -1,6 +1,7 @@
% FUNCTION: T2ED
% VERSION: [Wrapper Standalone Version] V2.8
% COMPATIBLE with Matlab version 2017b or later
% REQUIREMENTS: "Statistics and Machine Learning" Matlab Toolbox installed
% TOOLBOX: "Clustering/Transformation to ED Toolbox" within SERA Project
% DOCUMENT: "READ_ME_App_1A_v2_Description_T2ED.docx"
% ----------------------------------------------------------------------------------------------------------------
@@ -12,8 +13,9 @@
% 'ED_ToolBox_wrapper' and 'plottesth' for specified applications (scenarios)
% and plotting results.
% -----------------------------------------------------------------------------------------------------------------
% AUTHORS: K. Leptokaropoulos, and P. Urban
% Last Updated: 03/2019, within SERA PROJECT, EU Horizon 2020 R&I
% AUTHORS: K. Leptokaropoulos, S. Lasocki and P. Urban
% based on code 'EQ_DIM' originally developed by S. Lasocki (Lasocki, 2014)
% Last Updated: 07/2019, within SERA PROJECT, EU Horizon 2020 R&I
% programme under grant agreement No.730900
% CURRENT VERSION: v2.8 **** [Wrapper Standalone Version]
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -