We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EX7-Additional Ellipse Azimuthの計算が間違っているようです。
azarashi/azarashi/qzss_dcr_lib/decoder/qzss_dcx_decoder.py
Line 411 in ea521f8
正しくは
self.ex7_ellipse_azimuth = -90 + 180 / 128 * camf.ex7
ではないでしょうか?
The text was updated successfully, but these errors were encountered:
#13 の指摘を受けて修正
905f046
760dada
報告ありがとうございます。 ご指摘いただいた箇所、間違っていました。 テストして週明けにリリース予定です。
Sorry, something went wrong.
ご対応ありがとうございます! デコード結果突き合わせて確認するのにめちゃくちゃ助かっています!
役に立っているようならうれしいです! こちらこそ、ありがとうございます。
直しました。 https://github.com/nbtk/azarashi/releases/tag/v0.11.0
nbtk
No branches or pull requests
EX7-Additional Ellipse Azimuthの計算が間違っているようです。
azarashi/azarashi/qzss_dcr_lib/decoder/qzss_dcx_decoder.py
Line 411 in ea521f8
正しくは
self.ex7_ellipse_azimuth = -90 + 180 / 128 * camf.ex7
ではないでしょうか?
The text was updated successfully, but these errors were encountered: