ymaeda_opentoolsの更新履歴
バージョン2023-04-10a
(Version history: ymaeda_opentools 2023-04-10a)
- reformat_kibanコマンド
(geographyサブパッケージ)
において直交座標での出力機能
(--output_coordinate, --refN, --refE, --zoneオプション)
を追加。
In reformat_kiban command (geography sub package),
enabled outputting the data in a cartesian coordinate
(added the options --output_coordinate,
--refN, --refE, and --zone).
- summarize_win_hypoコマンド
(win_dataサブパッケージ)
において発震時刻の「分」と「秒」の間に空白が無い場合に
処理できないバグを修正。
Fixed a bug that the origin time was unable to treat
in case of no space
between “minute” and “second” fields
in summarize_win_hypo command
(win_data sub package).
- summarize_win_hypoコマンド
(win_dataサブパッケージ)
に--exclude_pickers, --exclude_labels, --required_stations_or
オプションを追加。
Added --exclude_pickers, --exclude_labels,
and --required_stations_or options
to summarize_win_hypo command
(win_data sub package).
- summarize_win_hypoコマンド
(win_dataサブパッケージ)
において、YYMMDD.hhmmssの名前のpickファイルにも対応、
検測者名やラベルが無い場合にNO_PICKER, NO_LABELと出力する機能を追加。
これにより堀内システムから出力されたファイルも処理できるようになった。
In summarize_win_hypo command
(win_data sub package),
supported pick files with names YYMMDD.hhmmss
and outputting NO_PICKER or NO_LABEL
if the picker name or label is empty.
After this update, files generated by the Horiuchi system
can be treated.
- latlon2xy, xy2latlonコマンド
(geographyサブパッケージ)
において「>」から始まる行をそのまま出力ファイルにコピーする機能を追加。
In latlon2xy and xy2latlon commands
(geography sub package),
lines beginning with “>” are made to be
copied to the output file without modification.
- 関数stringParameterOutOfChoice (argument.h)を追加。
Added function stringParameterOutOfChoice (argument.h).
- 関数remove_characters_from_str, remove_characters_from_str_overwrite
(mystring.h)を追加。
Added functions remove_characters_from_str
and remove_characters_from_str_overwrite
(mystring.h).
- 新しいインテルコンパイラicxに対応
(share/initall.bashrc, share/initall.cshrc, Makefileを修正)。
Supported a new Intel compiler icx
(modified share/initall.bashrc, share/initall.cshrc,
and Makefile).