コマンド名 Command name |
コマンドが入っているサブパッケージ The sub package which the command belongs to |
機能 Role |
wintosac | win_data | WIN形式の地震波形データをSAC形式に変換する。 Convert a seismic waveform data from the WIN to SAC format. |
sac_timeseq2sequence | sac_data | SAC形式の地震波形データをテキストファイルに変換する。 Convert a seismic waveform data from the SAC format to a text file. |
sequence2sac_timeseq | sac_data | テキストファイルに書かれた地震波形データをSAC形式に変換する。 Convert a seismic waveform data from a text file to the SAC format. |
fill_win_channelTable channels.tbl channels.tbl.filled for station in NU.STN1 NU.STN2 NU.STN3 NU.STN4 NU.STN5 do lat=‘awk -v station=$station ’($4==station && $5~/U$/){ print $14 }’ lon=‘awk -v station=$station ’($4==station && $5~/U$/){ print $15 }’ channels.tbl.filled‘ done |