sequenceサブパッケージ マニュアル

(The documentation of sequence sub package)

Last Update: 2024/3/7


sequenceサブパッケージには 時系列データやスペクトルのファイル(∗)に対して様々な処理を行うプログラム が格納されている このサブパッケージ内のプログラムを以下に示す。 各プログラム(コマンド)の詳細はリンクをクリックして参照のこと。
Programs to perform various processings for time series and spectral data files (∗) are included in sequence sub package. Programs in this sub package are listed below. For details of individual programs (commands), click the links.

∗ 時系列データおよびスペクトルのファイルについては 独自のファイル形式 参照。
∗ For details of time series and spectral data files, see Special file formats.

プログラム(コマンド)名
Program (command) name
機能・用途
Purpose
sequencefile_convert 時系列データのファイル形式を変換する。
Convert the file format of a time series data.
imsequencefile_convert スペクトルのファイル形式を変換する。
Convert the file format of a spectrum.
sequencefile_cut_by_time 時系列データファイルの一部分を時刻範囲を指定して切り出す。
Extract a partial data within a specified time window from a time series data file.
sequencefile_fft 時系列データをファイルから読み込んでフーリエ変換を行う。
Read a time series data from a file and perform a Fourier transformation.
imsequencefile_fift フーリエスペクトルをファイルから読み込んでフーリエ逆変換を行う。
Read a Fourier spectrum from a file and perform a Fourier inverse transformation.
sequencefile_lowpass 時系列データにローパスフィルターを掛ける。
Apply a low-pass filter to a time series data.
sequencefile_highpass 時系列データにハイパスフィルターを掛ける。
Apply a high-pass filter to a time series data.
sequencefile_integral 時系列データをファイルから読み込んで積分する。
Read a time series data from a file and integrate the data.
sequencefile_differentiate 時系列データをファイルから読み込んで微分する。
Read a time series data from a file and differentiate the data.
sequencefile_get_info 時系列データファイルから基本的な情報を取得する。
Obtain basic information from a time series data file.
imsequencefile_get_info フーリエスペクトルファイルから基本的な情報を取得する。
Obtain basic information from a Fourier spectral file.
sequencefiles_group_by_correlation 複数の時系列データファイルを読み込んで波形相関によりグルーピングする。
Read time series data files and group them based on waveform correlations.
sequencefiles_group_by_misfit 複数の時系列データファイルを読み込んで 波形のずれ具合によりグルーピングする。
Read time series data files and group them based on waveform misfits.
sequencefiles_average 複数の時系列データファイルを読み込んで平均値の時系列データを作成する。
Read multiple time series data from files and average them.