ymaeda_opentoolsの更新履歴
バージョン2025-01-21a
(Version history: ymaeda_opentools 2025-01-21a)
- create_tws_source_config_randomコマンド (opentwsサブパッケージ)を追加。
Added create_tws_source_config_random command
(opentws sub package).
- WIHMコマンドにパラメータrandom_seed, computation_methodを追加。
Added parameters random_seed and computation_method
to WIHM command.
- waterPMLコマンドにパラメータrandom_seed, source_memoryを追加。
Added parameters random_seed and source_memory
to waterPML command.
- linear_fitコマンドにパラメータxmin, xmaxを追加。
Added parameters xmin and xmax
to linear_fit command.
- sequencefile_convertコマンドにパラメータtime_inconsistencyを追加。
Added a parameter time_inconsistency
to sequencefile_convert command.
- sequencefile_convertコマンドのソースコードを
関数invalidOption, tooManyArguments_noMinusを用いるように修正。
これにより、エラーメッセージの文言が多少変わる。
Modified the source code of sequencefile_convert command
to use functions invalidOption and tooManyArguments_noMinus,
which results in a slight change in the texts of error messages.
- 関数random_sequence (sequence/initialize.h)を追加。
Added a function random_sequence
(sequence/initialize.h).
- 関数create_timefunc_smoothRandom (sequence/timefunc.h)を追加。
Added a function create_timefunc_smoothRandom
(sequence/timefunc.h).
- struct hypo_info型構造体にメンバdepth_from_surfaceを追加。
Added a member depth_from_surface
into struct hypo_info-type structure.
- struct waterPML_parameters型構造体に
メンバrandom_seed, source_memoryを追加。
Added members random_seed and source_memory
into struct waterPML_parameters-type structure.