ymaeda_opentoolsの更新履歴
バージョン2025-04-09a
(Version history: ymaeda_opentools 2025-04-09a)
- sacfile_remove_accStep_responseコマンド (sac_dataサブパッケージ)を追加。
Added sacfile_remove_accStep_response command
(sac_data sub package)
- create_tws_source_config_randomコマンドにおいて
パラメータintensity, stfun_tp, stfun_ts
を一様乱数で与えることを可能にした。
Enabled a use of a uniform random value for parameters
intensity, stfun_tp, and stfun_ts
in create_tws_source_config_random command.
- wintosacコマンドにおいてSACファイルの出力時に動的メモリの解放を行っていなかったために
大きなデータファイルを処理できなかった問題を解決。
Fixed a problem in wintosac command that
a large data file was unable to treat
because of acuumulation of dynamic memories without releasing them
when outputting SAC files.
- 関数sequence_lowpassall, sequence_highpassall, sequence_filterall
(sequence/filter.h)を追加。
Added functions sequence_lowpassall,
sequence_highpassall, and sequence_filterall
(sequence/filter.h).
- 値が小さな時系列データやフーリエスペクトルの処理においてエラーが起きにくいように
関数CKfdivide, CKcdivideにおける分母=0の判定条件を改良。
Updated the condition that the denominator is regarded to be zero
in functions CKfdivide and CKcdivide to reduce errors
in processing time series data or Fourier spectra
with small values.