ymaeda_opentoolsの更新履歴
バージョン2025-03-25a
(Version history: ymaeda_opentools 2025-03-25a)
- sacfiles_matchedFilter, detect_eruption_airWave,
detect_eruption_airWave_independentコマンド
(event_detectionサブパッケージ)を追加。
Added sacfiles_matchedFilter, detect_eruption_airWave,
and detect_eruption_airWave_independent commands
(event_detection sub package).
- xy2latlonコマンドにおいて
パラメータrefN, refEの値の「度:分:秒」表記をサポート。
Supported degree:minute:second format
for parameters refN and refE
in xy2latlon command.
- waterPMLコマンドにパラメータ
output_solid_surface, output_water_surface, output_source,
output_station, output_topography_around_stationsを追加。
Added parameters output_solid_surface, output_water_surface,
output_source, output_station, and
output_topography_around_stations
in waterPML command.
- waterPMLコマンドにおいてパラメータtopography_filesの値が長い場合に
エラーが発生しないように修正。
Modified waterPML command to avoid errors
when the value of parameter topography_files is long.
- waterPMLコマンドにおいて、速度の水平成分が必ず0になる地点で波形を出力しようとした場合に
エラーを検知する機能を追加。
Added a detection of an error when
the velocity is tried to be written at a place where
it is necessarily zero in waterPML command.
- struct waterPML_parameters型構造体にメンバ
output_solid_surface, output_water_surface, output_source,
output_station, output_topography_around_stationsを追加。
Added members output_solid_surface, output_water_surface,
output_source, output_station, and
output_topography_around_stations
in struct waterPML_parameters-type structure.
- 関数filename_pattern_includeStation, filename_pattern_includeComponent
(mystring.h)を追加。
Added functions filename_pattern_includeStation
and filename_pattern_includeComponent
(mystring.h).
- 関数sequence_correlation_C2のバグを修正。
Fixed a bug in function sequence_correlation_C2.