ymaeda_opentoolsの更新履歴
バージョン2024-08-07a
(Version history: ymaeda_opentools 2024-08-07a)
- sacfile_showHeader, sacfile_lowpass, sacfile_highpass,
sacfiles_rtrend_continuous, sacfiles_fill_gap_continuousコマンド
(sac_dataサブパッケージ)を追加。
Added sacfile_showHeader,
sacfile_lowpass, sacfile_highpass,
sacfiles_rtrend_continuous,
and sacfiles_fill_gap_continuous commands
(sac_data sub package).
- detect_inflation_continuousコマンド
(event_detectionサブパッケージ)を追加。
Added detect_inflation_continuous command
(event_detection sub package).
- snapshot2sequenceコマンド (sequenceサブパッケージ)を追加。
Added snapshot2sequence command
(sequence sub package).
- winvコマンド (winvサブパッケージ)を追加。
Added winv command
(winv sub package).
- sacfile_interpolateコマンドにパラメータnew_refDateTimeを追加。
Added a parameter new_refDateTime
in sacfile_interpolate command.
- sacrotateコマンドにパラメータinconsistencyを追加。
Added a parameter inconsistency
in sacrotate command.
- waterPMLコマンドにおいて傾斜変動を定義できない場所に力源を置いた場合の
エラーメッセージ(関数TF_set_f_value)を修正。
Modified the error message from function TF_set_f_value
of waterPML command
when the source force is placed at a location where
the tilt cannot be defined.
- 関数eigen3_rにおいて縮退の有無の判定が逆になっていたバグを修正。
これに伴い、momentTensorTimeFunc2eigenコマンドにおいて
固有ベクトルが計算されないバグが解消された。
Fixed a bug that an identification of degenerated and undegenerated
eigenvalues was opposite in function eigen3_r.
This update results in fixing a bug that
eigenvectors were not computed
in momentTensorTimeFunc2eigen command.
- struct hypo_info型構造体にメンバpicker, label, pick_file, trg_fileを追加。
Added members picker, label,
pick_file, and trg_file
to a struct hypo_info-type structure.
- 関数check_filename_pattern (mystring.h)を追加。
Added a function check_filename_pattern
(mystring.h).
- sacfiles_filter_continuous, sacfiles_integral_continuousコマンド
のソースコードを関数check_filename_patternを用いるように書き換え。
これは内部のコードの修正であり、プログラムの動作には影響しない。
Modified the source codes of sacfiles_filter_continuous
and sacfiles_integral_continuous commands
to use function check_filename_pattern.
This is just an update of the internal coding
and does not affect the behaviour of the program.
- ヘッダファイルsac/check.hを追加。
Added a header file sac/check.h.
- 関数read_sac_timeseqにおいてヘッダのB(No. 005)をミリ秒単位で丸める処理を追加。
In function read_sac_timeseq,
added a rounding operation for the value of header B (No. 005)
at a mili-second unit.
- 関数judge_sac_refDateTime_defined (sac/check.h)を用いるように
関数sacHeaderTime2humanTimeのソースコードを修正。
Modified the source code of function sacHeaderTime2humanTime
to use function judge_sac_refDateTime_defined
(sac/check.h).
- 関数timeStr2time2, timeStr2time3 (mytime.h)を追加。
Added functions timeStr2time2 and timeStr2time3
(mytime.h).
- 関数snapshot2sequence_givenCoordinate (3d_data/convert.h)を追加。
Added a function snapshot2sequence_givenCoordinate
(3d_data/convert.h).
- 関数compare_3d_data_definition_points (3d_data/info.h)を追加。
Added a function compare_3d_data_definition_points
(3d_data/info.h).
- 関数addzero_and_fft2_sequence, fft2_pow5_analytical, fft2_pow7_analytical
(sequence/fft.h)を追加。
Added functions addzero_and_fft2_sequence,
fft2_pow5_analytical, and fft2_pow7_analytical
(sequence/fft.h).
- 関数merge_sequence_with_gap_overlap (sequence/operation.h)を追加。
Added a function merge_sequence_with_gap_overlap
(sequence/operation.h).
- 関数modify_sac_refDateTime (sac/operation.h)を追加。
Added a function modify_sac_refDateTime
(sac/operation.h).
- 関数read_sac_polezero (sac/readwrite.h)を追加。
Added a function read_sac_polezero
(sac/readwrite.h).
- waterPMLコマンドにおいて3次元データ形式の地形データが正しく読み込まれない問題を解決
(関数TF_set_solid_surface_from_3dを修正)、
画面に表示されるメッセージの内容を微修正。
Fixed a bug that the topography data in 3-D data format
were not correctly read
(by modifying function TF_set_solid_surface_from_3d)
and slightly modified the messages to be displayed.
- check_polezeroコマンド (sac_dataサブパッケージ)において
関数read_sac_polezeroを用いるようにソースコードを修正。
これは内部のコードの修正でありプログラムの動作には影響しない。
Modified the source code of check_polezero command
(sac_data sub package)
to use function read_sac_polezero.
This update does not affect the behaviour of the program.