ymaeda_opentoolsの更新履歴
バージョン2023-06-13a
(Version history: ymaeda_opentools 2023-06-13a)
- detect_inflation, detect_inflation_preeruptive2コマンド
(event_detectionサブパッケージ)を追加。
Added detect_inflation and
detect_inflation_preeruptive2 commands
(event_detection sub package).
- sacfile_normalize_by_moving_aveコマンド
(sac_dataサブパッケージ)を追加。
Added sacfile_normalize_by_moving_ave command
(sac_data sub package).
- latlon2xyコマンド (geographyサブパッケージ)において
緯度経度の「度:分:秒」表記に対応。
Supported a degree:minute:second representation
for the latitudes and longitudes
in latlon2xy command (geography sub package).
- run_winコマンド (win_dataサブパッケージ)において
環境変数WIN_DIRが空の場合のエラー処理を追加。
Added the error check for the empty value of
an environmental variable WIN_DIR
in run_win command (win_data sub package).
- sacfile_whitenコマンド (sac_dataサブパッケージ)の出力ファイルにおいて
SACヘッダにおけるサンプル数が実際のサンプル数と合っていない問題を修正。
Fixed a problem that
the number of samples in the SAC header
of the output file of sacfile_whiten command
(sac_data sub package)
was inconsistent with that of the actual data.
- cut_topography_sectionコマンド (geographyサブパッケージ)において
関数interpolate_3d_data_1pを用いるようにソースコードを修正。
この修正は結果には影響しない。
Modified the source code of cut_topography_section command
(geography sub package)
to use function interpolate_3d_data_1p.
This change does not affect the result.
- interpolate.hを追加。
Added interpolate.h.
- 関数latlonStr2double, latlonStr2xy (coordinate.h)を追加。
Added functions latlonStr2double and latlonStr2xy
(coordinate.h).
- 関数merge_sequence_multi, sequence_moving_average,
sequence_moving_absolute_average
(sequence/operation.h)を追加。
Added functions merge_sequence_multi,
sequence_moving_average, and
sequence_moving_absolute_average
(sequence/operation.h).