関数read_win_pickfile マニュアル

(The documentation of function read_win_pickfile)

Last Update: 2025/7/31


◆機能・用途(Purpose)

WINシステムのpickファイル を読み込む。 pickファイルは1つの地震について 震源決定の結果や震源決定に用いたP波・S波到着時刻等が記録された テキストファイルである。
Read a pick file of the WIN system. A pick file is a text file that records the hypocenter an earthquake and the P- and S-wave arrival times used to determine the hypocenter.


◆形式(Format)

#include <win/pick.h>
inline struct win_pick read_win_pickfile(const char ∗pickfile)


◆引数(Arguments)

pickfile 読み込むpickファイル名。
Name of the pick file to read.


◆戻り値(Return value)

読み込んだpickファイルの中身を格納した構造体。
A structure that stores the content of the pick file read.


◆使用例(Example)

struct win_pick pick_data =read_win_pickfile("./picks/man/2506/250623.012345.012");