update script comments
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
% VERSION: V_1.0 [Interactive Standalone Version]
|
||||
% LAST UPDATED: September 2019
|
||||
% COMPATIBLE with Matlab version 2017b or later
|
||||
% REQUIREMENTS: "Statistics and Machine Learning" and "Image Processing" Matlab Toolbox installed
|
||||
% TOOLBOX: "Hazard Analysis Toolbox" within SERA Project
|
||||
% DOCUMENT: "READ_ME_SHAPE_ver1.pdf"
|
||||
% --------------------------------------------------------------------------------------------------------------------
|
||||
@@ -21,8 +22,9 @@
|
||||
% OVERVIEW:THE PROGRAM takes as input a Seismic and optionally, a Production data parameters files to provides Seismic
|
||||
% Hazard Assessment for specified time-windows after filtering appropriately the data following User's specifications.
|
||||
% --------------------------------------------------------------------------------------------------------------------
|
||||
% AUTHORS: K. Leptokaropoulos,
|
||||
% Last Updated: 09/2019, within SERA PROJECT, EU Horizon 2020 R&I
|
||||
% AUTHORS: K. Leptokaropoulos and S. Lasocki
|
||||
% Based on magnitude distribution and stationary hazard parameters estimation functions originally developed by S. Lasocki
|
||||
% Last Updated: 01/2020, within SERA PROJECT, EU Horizon 2020 R&I
|
||||
% programme under grant agreement No.730900
|
||||
% CURRENT VERSION: v1.0 **** [INTERACTIVE STANDALONE VERSION!!]
|
||||
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
@@ -2,12 +2,12 @@
|
||||
% VERSION: V_2.0 [Wrapper (fast) Standalone Version]
|
||||
% LAST UPDATED: September 2019
|
||||
% COMPATIBLE with Matlab version 2017b or later
|
||||
% REQUIREMENTS: "Statistics and Machine Learning" Matlab Toolbox installed
|
||||
% TOOLBOX: "Hazard Analysis Toolbox" within SERA Project
|
||||
% DOCUMENT: "READ_ME_SHAPE_ver2.docx"
|
||||
% --------------------------------------------------------------------------------------------------------------------
|
||||
% Time-and-Technology Dependent Seismic Hazard Assessment (SHA)
|
||||
% --------------------------------------------------------------------------------------------------------------------
|
||||
% INPUT:
|
||||
% !!! ---------------------------- INPUT DATA REQUIREMENTS ----------------------------- !!!
|
||||
% the program works with ASCII input data files (e.g. *.txt). The files needed are:
|
||||
% > File with the parameters of seismic data [mandatory]
|
||||
@@ -21,8 +21,9 @@
|
||||
% OVERVIEW:THE PROGRAM takes as input a Seismic and optionally, a Production data parameters files to provides Seismic
|
||||
% Hazard Assessment for specified time-windows, following User's specifications.
|
||||
% --------------------------------------------------------------------------------------------------------------------
|
||||
% AUTHORS: K. Leptokaropoulos,
|
||||
% Last Updated: 09/2019, within SERA PROJECT, EU Horizon 2020 R&I
|
||||
% AUTHORS: K. Leptokaropoulos and S. Lasocki
|
||||
% Based on magnitude distribution and stationary hazard parameters estimation functions originally developed by S. Lasocki
|
||||
% Last Updated: 01/2020, within SERA PROJECT, EU Horizon 2020 R&I
|
||||
% programme under grant agreement No.730900
|
||||
% CURRENT VERSION: v2.0 **** [WRAPPER (fast) STANDALONE VERSION!!]
|
||||
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
@@ -100,7 +101,6 @@
|
||||
% the terms of the GNU General Public License as published by the
|
||||
% Free Software Foundation, either version 3 of the License, or
|
||||
% (at your option) any later version.
|
||||
%
|
||||
% This program is distributed in the hope that it will be useful, but
|
||||
% WITHOUT ANY WARRANTY; without even the implied warranty
|
||||
% of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
@@ -110,7 +110,7 @@
|
||||
clc;clear;
|
||||
close all;
|
||||
|
||||
% PLEASE SET INPUT ARGUMENTS [LINES 115-130]
|
||||
% PLEASE SET INPUT ARGUMENTS [LINES 115-131]
|
||||
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
SEIS_DATA='ST2_SEIS_Data.txt'; % Seismic Data File - NOTE: SEIS_DATA=[] is valid as well
|
||||
SEIS_FIELDS='ST2_SEIS_Fields.txt'; % Seismic Data Fields File
|
||||
|
Reference in New Issue
Block a user