-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathparams.json
45 lines (45 loc) · 1.26 KB
/
params.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"t_win": 300,
"n_max_picks": 1500,
"batch_size": 64,
"n_min_nucl": 12,
"n_min_merge": 10,
"n_min_det": 12,
"avg_eve_sep": 15,
"outfile": "sjfz_det_linked.nlloc",
"outpkl": "sjfz_det_linked.pkl",
"device": "cuda:3",
"model_file": "models_saved/stacked_gru/model_006_0.002628.pt",
"station_file": "station_list.txt",
"station_map_file": "station_map.pkl",
"sncl_map_file": "sncl_map.pkl",
"gpd_file": "shimane_stasis.output",
"pr_min": 0.50,
"trig_dur_min": 0.00,
"nlloc_loc_path": "loc/cahuilla",
"wf_path": "wf",
"plot_unassociated": false,
"max_t_resid": 999.0,
"plot_seismicity": true,
"training_dset_X": "shimane_train_X.npy",
"training_dset_Y": "shimane_train_Y.npy",
"n_train_samp": 10000,
"lat_min": 31.0,
"lat_max": 37.0,
"lon_min": -121.0,
"lon_max": -115,
"fault_file": "/home/zross/src/Qt_flt_v2-0latlonNAD27.MIF",
"n_min_radius": 8,
"n_fake": 0,
"max_event_depth": 25.0,
"min_hypo_dist": 10.0,
"max_hypo_dist": 100.0,
"max_pick_error": 0.50,
"n_threads": 35,
"catalog_file_post": "anza_test.xml",
"tt_table": {
"P": "TT/TT.hkun07.sealevel.pg",
"S": "TT/TT.hkun07.sealevel.sg"
},
"datum": 0.0,
}