ymaeda_opentoolsの更新履歴
バージョン2024-03-08a
(Version history: ymaeda_opentools 2024-03-08a)
- waterPML, Mogiコマンド (opentwsサブパッケージ)を追加。
Added waterPML and Mogi commands
(opentws sub package).
- make_ellipsoid_dataコマンド (generalサブパッケージ)を追加。
Added make_ellipsoid_data command
(general sub package).
- sequencefile_integral,
sequencefile_differentiate,
sequencefile_lowpass,
sequencefile_highpass,
sequencefiles_group_by_correlation,
sequencefiles_group_by_misfit,
sequencefiles_averageコマンド
(sequenceサブパッケージ)を追加。
Added sequencefile_integral,
sequencefile_differentiate,
sequencefile_lowpass,
sequencefile_highpass,
sequencefiles_group_by_correlation,
sequencefiles_group_by_misfit, and
sequencefiles_average commands
(sequence sub package).
- sac_timeseq2sequenceコマンド (sac_dataサブパッケージ)に
パラメータtmin_input, tmax_input, tmin_output, tmax_output, tinc_output,
amp_min_output, amp_max_outputを追加。
Added parameters tmin_input, tmax_input,
tmin_output, tmax_output, tinc_output,
amp_min_output, and amp_max_output
in sac_timeseq2sequence command
(sac_data sub package).
- latlon2JapanMeshCodeコマンド (geopraphyサブパッケージ)において
緯度経度の度:分:秒表記をサポート。
Supported degree:minute:second expression of coordinates
in latlon2JapanMeshCode command
(geopraphy sub package).
- 関数CKgetenv_Bool (functions_with_errcheck.h)を追加。
Added a function CKgetenv_Bool
(functions_with_errcheck.h).
- 関数check_points_different, judge_4points_on_plane
(geometry.h)を追加。
Added functions check_points_different
and judge_4points_on_plane
(geometry.h).
- 関数sequence_trend_moving_window (sequence/statistics.h)を追加。
Added a function sequence_trend_moving_window
(sequence/statistics.h).
- 関数_3Ddata2topography (3d_data/convert.h)を追加。
Added a function _3Ddata2topography
(3d_data/convert.h).
- 関数IAPWS95_check_TP_noError (IAPWS95/check.h)を追加。
Added function IAPWS95_check_TP_noError
(IAPWS95/check.h).
- 関数IAPWS95_check_TP_noErrorを用いるように
関数IAPWS95_check_TPのソースコードを修正。
Modified the source code of function IAPWS95_check_TP
to use the function IAPWS95_check_TP_noError.
- 関数IAPWS95_calculate_density_givenTPに温度・圧力のチェックを追加。
Added a check for the temperature and pressure
in function IAPWS95_calculate_density_givenTP.
- 関数interpolate2D_3p (interpolate.h)のコードを修正(高速化)。
Modified the code of function interpolate2D_3p
(interpolate.h) to make it faster.
- グローバル変数message_JP (grobal.h)を追加。
Added a grobal variable message_JP (grobal.h).
- struct waterPML_parameters型構造体にメンバNlakeを追加。
Added a member Nlake to
struct waterPML_parameters-type structure.
- メッセージ出力時の言語選択の条件分岐コードにおいて
マクロENGLISH_MODEの代わりにグローバル変数message_JPを用いるように修正。
これは内部のコードの修正であり、プログラムの動作には影響しない。
In the branching codes for the selection of the language for messages,
a grobal variable message_JP is used
instead of a macro ENGLISH_MODE;
this is just a modification of internal coding
that does not affect the behavior of the program.
- 上記の修正に伴い、detect_VLP, WIHMコマンドの内部のコードを修正。
Corresponding to this update,
modified the internal source codes of
detect_VLP and WIHM commands.
- 上記の修正の結果、frequency_besselコマンドにおいて
英語のメッセージ出力にバグが見つかったので修正。
Fixed a bug in displaying an English message
in frequency_bessel command
that was recognized owing to the aforementioned replacement
from ENGLISH_MODE to message_JP.