We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fd7be commit 9b8372eCopy full SHA for 9b8372e
.gitignore
@@ -1 +1,2 @@
1
-*.sac
+*.sac
2
+.DS_Store
MINEOS_synthetics/run_MINEOS/Z1_run_idagrn_AllEvts.m
@@ -16,8 +16,8 @@
16
% STAPATH = param.STAPATH;
17
% SYNTH_OUT = param.SYNTH_OUT;
18
19
-STAPATH = '../../stations.txt'; % input station path
20
-CMTPATH = '../../IRIS_ZA_5.5_Zcorr/CMT2idagrn/'; % input CMT path
+STAPATH = param.STAPATH; % input station path
+CMTPATH = param.CMTPATH; % input CMT path
21
% DATAPATH = '~/BROWN/RESEARCH/PROJ_NoMelt/DATA/EVENTS/fetch_EVENTS/IRIS_ZA_5.5_Zcorr/';
22
23
if ( TYPE == 'T')
0 commit comments