# Created by HL Date: 02/01/2024
# Instruction to run "[Link]" from Anaconda Prompt:
# Apprach 1:
# 1. Open Anaconda Prompt;
# 2. Change the directory to the folder containing "[Link]" by
typing "cd ...";
# 3. Type: python [Link] argv1 argv2 ('argv[1]' should be either
0.05 or 0.07 to input the damping, and argv[2] should be 'True' or 'False' to
specify whether to plot RS for +-10%RS & +-30%RS);
# 4. Select the .csv output file from SHAKE from the pop-up window for post-
processing.
# Approach 2:
# 1. Open Anaconda Prompt;
# 2. Type: python "[path]\[Link]" 0.05 True;
# 3. Select the .csv output file from SHAKE from the pop-up window for post-
processing.
# Note: argv1 & argv2 are optional but ordered input and the default inputs are
0.07 & True.