AI4EPS / PhaseNet

PhaseNet: A Deep-Neural-Network-Based Seismic Arrival Time Picking Method
MIT License
275 stars 112 forks source link

release-- Test Data:mseed.csv is mismatching with test_data/mseed #92

Open Chuan1937 opened 1 month ago

Chuan1937 commented 1 month ago

this is test_data/mseed: image but test_data/mseed.csv: image

when i use commad: python phasenet/predict.py --model=model/190703-214543 --data_list=test_data/mseed.csv --data_dir=test_data/mseed --format=mseed --amplitude --response_xml=test_data/stations.xml --batch_size=1 --sampling_rate=100 --plot_figure

it's wrong until i modify mseed.csv: image

Chuan1937 commented 1 month ago

please fix it,I have modified it fname CI.BOM.2020-10-01T00_00.mseed CI.COA.2020-10-01T00_00.mseed CI.CRR.2020-10-01T00_00.mseed CI.DRE.2020-10-01T00_00.mseed CI.ERR.2020-10-01T00_00.mseed CI.FRK.2020-10-01T00_00.mseed CI.IMP.2020-10-01T00_00.mseed CI.RXH.2020-10-01T00_00.mseed CI.SAL.2020-10-01T00_00.mseed CI.SGL.2020-10-01T00_00.mseed CI.SLV.2020-10-01T00_00.mseed CI.SNR.2020-10-01T00_00.mseed CI.SWS.2020-10-01T00_00.mseed CI.WES.2020-10-01T00_00.mseed CI.WMD.2020-10-01T00_00.mseed CI.YUH2.2020-10-01T00_00.mseed

Hope to be adopted