ymaeda_opentoolsの更新履歴
バージョン2024-12-11a
(Version history: ymaeda_opentools 2024-12-11a)
- sequencefile_statisticsコマンド (sequenceサブパッケージ)を追加。
Added sequencefile_statistics command
(sequence sub package).
- calculate_traveltimeコマンド (hypoサブパッケージ)を追加。
Added calculate_traveltime command
(hypo sub package).
- sequencefile2phaseSpaceコマンド (sequenceサブパッケージ)を追加。
Added sequencefile2phaseSpace command
(sequence sub package).
- sacfile_decimateコマンドにパラメータmodeを追加。
その他、仕様に影響しない範囲で同コマンドのソースコードの修正
(エラーメッセージの文言は変わる可能性あり)。
Added a parameter mode
in sacfile_decimate command.
Modified the source code of this command
that would not affect the behaviour except for error messages.
- sacfile_interpolateコマンドにおいて
SACヘッダのDELTA, B, Eが適切に変更されないケースがあったバグを修正。
Fixed a bug that SAC headers DELTA, B, and E
were sometimes not properly modified
in sacfile_interpolate command.
- getdata_on_2D_planeコマンドにパラメータverboseを追加。
Added a parameter verbose
in getdata_on_2D_plane command.
- sequencefiles_averageコマンドにパラメータinputfile_listを追加。
Added a parameter inputfile_list
in sequencefiles_average command.
- 関数sequence_decimate_with_mode (sequence/operation.h)を追加。
Added a function sequence_decimate_with_mode
(sequence/operation.h).
- 関数filename_pattern2interval (mystring.h)を追加。
Added a function filename_pattern2interval
(mystring.h).
- 関数sequence_fit_by_bending_line (sequence/statistics.h)を追加。
Added a function sequence_fit_by_bending_line
(sequence/statistics.h).
- detect_inflation_continuous, sacfiles_filter_continuous,
sacfiles_integral_continuous, sacfiles_rtrend_continuous,
sacfiles_fill_gap_continuousコマンドのソースコードを
関数filename_pattern2intervalを用いるように修正。
これは内部のコードの修正であり、エラーメッセージの文言に若干の変更はあるが
プログラムの動作には影響しない。
Modified the source codes of
detect_inflation_continuous, sacfiles_filter_continuous,
sacfiles_integral_continuous, sacfiles_rtrend_continuous,
and sacfiles_fill_gap_continuous commands
using function filename_pattern2interval.
This is just a modification of internal coding
and does not affect the behaviour of the programs
except for error messages.