関数reformat_win_pick_noChannelTable マニュアル

(The documentation of function reformat_win_pick_noChannelTable)

Last Update: 2025/10/30


◆機能・用途(Purpose)

pickファイルから読み込んだデータを扱いやすいように整形する。 チャネル表を使用しないバージョン。
Reformat a pick data to be more easily treatable without using a channel table.


◆形式(Format)

#include <win/pick.h>
inline void reformat_win_pick_noChannelTable
(struct win_pick ∗pick_data)


◆引数(Arguments)

pick_data Nstations, data以外のメンバを設定した構造体に&を付けて与える。 関数内でメンバNstations, dataの値が設定される。
Give a structure, whose members other than Nstations and data have been set, with &. Within the function, the values of members Nstations and data are set.


◆動作(Behaviour)

引数pick_dataで与えた構造体のメンバNstations, dataの値を設定する。
Set the values of members Nstations and data of the structure given by argument pick_data.


◆使用例(Example)

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

reformat_win_pick_noChannelTable(&pick_data);