SRL release version

This commit is contained in:
plgkleptoka 2020-04-09 07:27:54 +02:00
parent 0e48665920
commit e7412096b1
9 changed files with 13920 additions and 10389 deletions

View File

@ -2,7 +2,7 @@ Welcome to the Seismic HAzard Parameters Evaluation (SHAPE) Toolbox!
Find the two versions in the corresponding directories Find the two versions in the corresponding directories
SHAPE_ver1 - is a Interactive Standalone version (inputs are set interactively, step by step) SHAPE_ver1 - is an Interactive Standalone version (inputs are set interactively, step by step)
REQUIREMENTS: Matlab R2017b or later, with installed Toolboxes: REQUIREMENTS: Matlab R2017b or later, with installed Toolboxes:
- 'Statistics and Machine Learning' - 'Statistics and Machine Learning'
- 'Image Processing' - 'Image Processing'
@ -13,13 +13,13 @@ SHAPE_ver2 - is a Wrapper version (inputs are set in the wrapper script and onc
- 'Statistics and Machine Learning' - 'Statistics and Machine Learning'
>> Please refer to the "READ_ME_SHAPE_ver*.pdf" file in each directory for further instructions on >> Please refer to the "READ_ME_SHAPE_ver*.pdf" file in each directory for further instructions on
step-by-step implementation of the applications as well as for data requirements & general tips. step-by-step implementation of SHAPE as well as for data format specifications and general tips.
>> Your feedback is welcome! contact Dr K. Leptokaropoulos for questions, suggestions or comments: >> Your feedback is welcome! contact Dr K. Leptokaropoulos for questions, suggestions or comments:
- kleptoka@igf.edu.pl - kleptoka@igf.edu.pl
>> Please acknowledge any use of SHAPE in your work, by citing: >> Please acknowledge any use of SHAPE in your work, by citing:
- Leptokaropoulos & Lasocki (2020), SHAPE: A MATLAB Software Package for Time-dependent Seismic - Leptokaropoulos, K. and S. Lasocki (2020), SHAPE: A MATLAB Software Package for Time-dependent
Hazard Analysis, Seismol. Res. Lett., doi: Seismic Hazard Analysis, Seismol. Res. Lett., doi: 10.1785/0220190319
ENJOY! ENJOY!

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
Time ML Long Lat Depth Time ML Lat Long Depth

View File

@ -1,11 +1,11 @@
% PROGRAM : SHAPE [Seismic HAzard Parameters Evaluation] % PROGRAM : SHAPE [Seismic HAzard Parameters Evaluation]
% VERSION : V_1.2 [Interactive Standalone Version] % VERSION : V_1.2 [Interactive Standalone Version]
% LAST UPDATED: March 2020 % LAST UPDATED: April 2020
% COMPATIBLE : Matlab version 2017b or later % COMPATIBLE : Matlab version 2017b or later
% REQUIREMENTS: "Statistics and Machine Learning" and "Image Processing" Matlab Toolbox installed % REQUIREMENTS: "Statistics and Machine Learning" and "Image Processing" Matlab Toolbox installed
% TOOLBOX : "Hazard Analysis Toolbox" developed within SERA Project % TOOLBOX : "Hazard Analysis Toolbox" developed within SERA Project
% USER GUIDE : "READ_ME_SHAPE_ver1.pdf" % USER GUIDE : "READ_ME_SHAPE_ver1.pdf"
% CITE AS : Leptokaropoulos K. and S. Lasocki (2020), Seismol. Res. Lett., doi: % CITE AS : Leptokaropoulos K. and S. Lasocki (2020), Seismol. Res. Lett., doi: 10.1785/0220190319
% CONTACT : kleptoka@igf.edu.pl (Dr. Kostas Leptokaropoulos) % CONTACT : kleptoka@igf.edu.pl (Dr. Kostas Leptokaropoulos)
% -------------------------------------------------------------------------------------------------------------------- % --------------------------------------------------------------------------------------------------------------------
% Time-and-Technology Dependent Seismic Hazard Assessment (SHA) % Time-and-Technology Dependent Seismic Hazard Assessment (SHA)
@ -16,18 +16,17 @@
% > File with the parameters of seismic data [mandatory] % > File with the parameters of seismic data [mandatory]
% > File with the parameters of production data [optional] % > File with the parameters of production data [optional]
% > File specifying time windows for SHA analysis [optional] % > File specifying time windows for SHA analysis [optional]
% > Files(s) with the fields description of the corresponding parameters in the seismic data file % > File with the fields description of the corresponding parameters in the seismic data file
% > Files(s) with the fields description of the corresponding parameters in the production data files % > File with the fields description of the corresponding parameters in the production data files
% FOR DETAILS on data requirements please refer to the document: % FOR DETAILS on data requirements please refer to the document:
% "READ_ME_SHAPE_ver1.pdf" % "READ_ME_SHAPE_ver1.pdf"
% -------------------------------------------------------------------------------------------------------------------- % --------------------------------------------------------------------------------------------------------------------
% OVERVIEW:THE PROGRAM takes as input a Seismic and optionally, a Production data parameters files to provides Seismic % OVERVIEW: THE PROGRAM takes as input a Seismic and optionally, a Production data parameter file to provide Seismic
% Hazard Assessment for specified time-windows after filtering appropriately the data following User's specifications. % Hazard Assessment for specified time-windows after filtering appropriately the data following User's specifications.
% -------------------------------------------------------------------------------------------------------------------- % --------------------------------------------------------------------------------------------------------------------
% AUTHORS: K. Leptokaropoulos and S. Lasocki % AUTHORS: K. Leptokaropoulos and S. Lasocki
% Based on magnitude distribution and stationary hazard parameters estimation functions originally developed by S. Lasocki % Based on magnitude distribution/stationary hazard parameters estimation functions originally developed by S. Lasocki
% Last Updated: 03/2020, within SERA PROJECT, EU Horizon 2020 R&I % Last Updated: 04/2020, within SERA PROJECT, EU Horizon 2020 R&I programme under grant agreement No.730900
% programme under grant agreement No.730900
% CURRENT VERSION: v1.2 **** [INTERACTIVE STANDALONE VERSION!!] % CURRENT VERSION: v1.2 **** [INTERACTIVE STANDALONE VERSION!!]
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% PLEASE refer to the accompanying document: % PLEASE refer to the accompanying document:
@ -41,7 +40,7 @@
% average elapsed time between the occurrence of consecutive events of M and % average elapsed time between the occurrence of consecutive events of M and
% 2) The Exceedance Probability (EPR) of a given magnitude, M, within a given time % 2) The Exceedance Probability (EPR) of a given magnitude, M, within a given time
% period of length, T, which is defined as the probability of an earthquake of % period of length, T, which is defined as the probability of an earthquake of
% M to occur during T. % M to occur during T.
% These hazard parameters are estimated for different time windows which are constructed % These hazard parameters are estimated for different time windows which are constructed
% upon Users particular specifications. 4 different magnitude distribution models can % upon Users particular specifications. 4 different magnitude distribution models can
% be chosen. The input files must be in ASCII format (e.g. *.txt). A brief description % be chosen. The input files must be in ASCII format (e.g. *.txt). A brief description
@ -113,7 +112,7 @@
% Lasocki S, Urban P (2011), Acta Geophys. 59:659673 % Lasocki S, Urban P (2011), Acta Geophys. 59:659673
% Lasocki S, Orlecka-Sikora B (2008), Tectonophysics 456:2837 % Lasocki S, Orlecka-Sikora B (2008), Tectonophysics 456:2837
% Leptokaropoulos K, Staszek M, Cielesta S, Urban P, Olszewska D, Lizurek G (2017), Acta Geophys. 65:493-505 % Leptokaropoulos K, Staszek M, Cielesta S, Urban P, Olszewska D, Lizurek G (2017), Acta Geophys. 65:493-505
% Leptokaropoulos K, Lasocki S (2020), Seismol. Res. Lett., doi: . % Leptokaropoulos K, Lasocki S (2020), Seismol. Res. Lett., doi: 10.1785/0220190319.
% --------------------------------------------------------------------------------------------------------------------- % ---------------------------------------------------------------------------------------------------------------------
% LICENSE % LICENSE
% This is free software: you can redistribute it and/or modify it under the terms of the % This is free software: you can redistribute it and/or modify it under the terms of the

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
Time ML Long Lat Depth Time ML Lat Long Depth

View File

@ -1,32 +1,32 @@
% PROGRAM : SHAPE [Seismic HAzard Parameters Evaluation] % PROGRAM : SHAPE [Seismic HAzard Parameters Evaluation]
% VERSION : V_2.2 [Wrapper (fast) Standalone Version] % VERSION : V_2.2 [Wrapper (fast) Standalone Version]
% LAST UPDATED: March 2020 % LAST UPDATED: April 2020
% COMPATIBLE : Matlab version 2017b or later % COMPATIBLE : Matlab version 2017b or later
% REQUIREMENTS: "Statistics and Machine Learning" Matlab Toolbox installed % REQUIREMENTS: "Statistics and Machine Learning" Matlab Toolbox installed
% TOOLBOX : "Hazard Analysis Toolbox" developed within SERA Project % TOOLBOX : "Hazard Analysis Toolbox" developed within SERA Project
% USER GUIDE : "READ_ME_SHAPE_ver2.docx" % USER GUIDE : "READ_ME_SHAPE_ver2.pdf"
% CITE AS : Leptokaropoulos K. and S. Lasocki (2020), Seismol. Res. Lett., doi: % CITE AS : Leptokaropoulos K. and S. Lasocki (2020), Seismol. Res. Lett., doi: 10.1785/0220190319
% CONTACT : kleptoka@igf.edu.pl (Dr. Kostas Leptokaropoulos) % CONTACT : kleptoka@igf.edu.pl (Dr. Kostas Leptokaropoulos)
% -------------------------------------------------------------------------------------------------------------------- % --------------------------------------------------------------------------------------------------------------------
% Time-and-Technology Dependent Seismic Hazard Assessment (SHA) % Time-and-Technology Dependent Seismic Hazard Assessment (SHA)
% -------------------------------------------------------------------------------------------------------------------- % --------------------------------------------------------------------------------------------------------------------
% INPUT:
% !!! ---------------------------- INPUT DATA REQUIREMENTS ----------------------------- !!! % !!! ---------------------------- INPUT DATA REQUIREMENTS ----------------------------- !!!
% the program works with ASCII input data files (e.g. *.txt). The files needed are: % the program works with ASCII input data files (e.g. *.txt). The files needed are:
% > File with the parameters of seismic data [mandatory] % > File with the parameters of seismic data [mandatory]
% > File with the parameters of production data [optional] % > File with the parameters of production data [optional]
% > File specifying time windows for SHA analysis [optional] % > File specifying time windows for SHA analysis [optional]
% > Files(s) with the fields description of the corresponding parameters in the seismic data file % > File with the fields description of the corresponding parameters in the seismic data file
% > Files(s) with the fields description of the corresponding parameters in the production data files % > File with the fields description of the corresponding parameters in the production data files
% FOR DETAILS on data requirements please refer to the document: % FOR DETAILS on data requirements please refer to the document:
% "READ_ME_SHAPE_ver2.pdf" % "READ_ME_SHAPE_ver2.pdf"
% -------------------------------------------------------------------------------------------------------------------- % --------------------------------------------------------------------------------------------------------------------
% OVERVIEW:THE PROGRAM takes as input a Seismic and optionally, a Production data parameters files to provides Seismic % OVERVIEW: THE PROGRAM takes as input a Seismic and optionally, a Production data parameter file to provide Seismic
% Hazard Assessment for specified time-windows, following User's specifications. % Hazard Assessment for specified time-windows, following User's specifications.
% -------------------------------------------------------------------------------------------------------------------- % --------------------------------------------------------------------------------------------------------------------
% AUTHORS: K. Leptokaropoulos and S. Lasocki % AUTHORS: K. Leptokaropoulos and S. Lasocki
% Based on magnitude distribution and stationary hazard parameters estimation functions originally developed by S. Lasocki % Based on magnitude distribution/stationary hazard parameters estimation functions originally developed by S. Lasocki
% Last Updated: 03/2020, within SERA PROJECT, EU Horizon 2020 R&I % Last Updated: 04/2020, within SERA PROJECT, EU Horizon 2020 R&I programme under grant agreement No.730900
% programme under grant agreement No.730900
% CURRENT VERSION: v2.2 **** [WRAPPER (fast) STANDALONE VERSION!!] % CURRENT VERSION: v2.2 **** [WRAPPER (fast) STANDALONE VERSION!!]
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% PLEASE refer to the accompanying document: % PLEASE refer to the accompanying document:
@ -45,7 +45,7 @@
% upon Users particular specifications. 4 different magnitude distribution models can % upon Users particular specifications. 4 different magnitude distribution models can
% be chosen. The input files must be in ASCII format (e.g. *.txt). A brief description % be chosen. The input files must be in ASCII format (e.g. *.txt). A brief description
% of the preparation process is given here: % of the preparation process is given here:
% !!! THE USER SETS THE PARAMETERS IN LINES 115-130 !!! then the following steps are executed % !!! THE USER SETS THE PARAMETERS IN LINES 117-134 !!! then the following steps are executed
% (please see in the script for more comments and details for each STEP) % (please see in the script for more comments and details for each STEP)
% STEP_1. Upload Data % STEP_1. Upload Data
% STEP_2. Select Magnidue Scale % STEP_2. Select Magnidue Scale
@ -98,7 +98,7 @@
% Lasocki S, Urban P (2011), Acta Geophys. 59:659673 % Lasocki S, Urban P (2011), Acta Geophys. 59:659673
% Lasocki S, Orlecka-Sikora B (2008), Tectonophysics 456:2837 % Lasocki S, Orlecka-Sikora B (2008), Tectonophysics 456:2837
% Leptokaropoulos K, Staszek M, Cielesta S, Urban P, Olszewska D, Lizurek G (2017), Acta Geophys. 65:493-505 % Leptokaropoulos K, Staszek M, Cielesta S, Urban P, Olszewska D, Lizurek G (2017), Acta Geophys. 65:493-505
% Leptokaropoulos K, Lasocki S (2020), Seismol. Res. Lett., doi: . % Leptokaropoulos K, Lasocki S (2020), Seismol. Res. Lett., doi: 10.1785/0220190319.
% --------------------------------------------------------------------------------------------------------------------- % ---------------------------------------------------------------------------------------------------------------------
% LICENSE % LICENSE
% This is free software: you can redistribute it and/or modify it under the terms of the % This is free software: you can redistribute it and/or modify it under the terms of the