ymaeda_opentoolsの更新履歴
バージョン2023-08-28a
(Version history: ymaeda_opentools 2023-08-28a)
- fill_win_channelTableコマンド (win_dataサブパッケージ)を追加。
Added fill_win_channelTable command
(win_data sub package).
- cross_spectrum_multiコマンド (structural_surveyサブパッケージ)において
パラメータcorrect_size, correct_t0, correct_dt, irregular_dataを追加。
Added parameters correct_size, correct_t0,
correct_dt, and irregular_data
in cross_spectrum_multi command
(structural_survey sub package).
- 関数win_writeChannelTable (win/channel.h)において、
--end=の後の出力が有効期間の末尾でなく先頭になっていたバグを修正。
Fixed a bug
in function win_writeChannelTable (win/channel.h)
that the outputs after --end=
have not been the end but the start of the effective period.
- struct win_channelTableContents型構造体 (win/structure.h)において
メンバAD_convert_bitは整数を表すにも関わらずdouble型で定義していたので
int型に修正。
これに伴い、
関数win_readChannelTable (win/channel.h),
win_writeChannelTable (win/channel.h),
wintosac_set_header (win/convert.h)を修正。
Corrected the variable type of member AD_convert_bit
of a struct win_channelTableContents-type structure
(win/structure.h) from double to int,
as it represents an integer.
Corresponding corrections were made for functions
win_readChannelTable (win/channel.h),
win_writeChannelTable (win/channel.h), and
wintosac_set_header (win/convert.h).
- インストール時と使用時でユーザアカウントが異なる場合に
一部のファイルでパーミッションエラーが発生する問題を修正。
Fixed a problem that
permission errors have occurred in some files
when user accounts for installation and use were different.