We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ff5ae commit b2cece0Copy full SHA for b2cece0
MINEOS_synthetics/run_MINEOS/Z1_run_idagrn_AllEvts.m
@@ -6,7 +6,6 @@
6
% JBR 07/18
7
clear; close all;
8
9
-COMP = 'Z'; %'Z' 'R' 'T' % Component
10
is_overwrite = 0; % overwrite previous calculations?
11
12
parameter_FRECHET;
@@ -16,6 +15,7 @@
16
15
% STAPATH = param.STAPATH;
17
% SYNTH_OUT = param.SYNTH_OUT;
18
+COMP = param.COMP; %'Z' 'R' 'T' % Component
19
STAPATH = param.STAPATH; % input station path
20
CMTPATH = param.CMTPATH; % input CMT path
21
LENGTH_HR = param.LENGTH_HR;
0 commit comments