Understand the prediction output format
mainPrediction results are saved to results/picks.csv by default. The output is a CSV containing the following fields:
file_name: The name of the source file.begin_time: The start time of the seismic trace.station_id: The identifier for the seismic station.phase_index: The index of the pick within the original sequence. Note thatphase_time = begin_time + phase_index / sampling_rate(default sampling rate is 100Hz).phase_time: The timestamp of the detected phase.phase_score: The confidence score of the pick.phase_amp: The amplitude of the phase.phase_type: The type of phase detected (e.g.,PorS).