Skip to content

Commit 9b8372e

Browse files
committed
Z1: update paths
1 parent 22fd7be commit 9b8372e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.sac
1+
*.sac
2+
.DS_Store

MINEOS_synthetics/run_MINEOS/Z1_run_idagrn_AllEvts.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
% STAPATH = param.STAPATH;
1717
% SYNTH_OUT = param.SYNTH_OUT;
1818

19-
STAPATH = '../../stations.txt'; % input station path
20-
CMTPATH = '../../IRIS_ZA_5.5_Zcorr/CMT2idagrn/'; % input CMT path
19+
STAPATH = param.STAPATH; % input station path
20+
CMTPATH = param.CMTPATH; % input CMT path
2121
% DATAPATH = '~/BROWN/RESEARCH/PROJ_NoMelt/DATA/EVENTS/fetch_EVENTS/IRIS_ZA_5.5_Zcorr/';
2222

2323
if ( TYPE == 'T')

0 commit comments

Comments
 (0)