-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Add moon rotation #511
Add moon rotation #511
Conversation
} | ||
|
||
libra::Matrix<3, 3> CalcDcmMeanEarthToPrincipalAxis() { | ||
const double theta_x_rad = 0.285 * libra::arcsec_to_rad; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please briefly explain the meaning of the magic numbers (ex,. 0.285) by adding comment lines, if possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ファイル先頭のnoteに参考文献を書いています。基本的にはそこで定義されている補正係数です。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
承知致しました,参考文献が書いてあればコメント不要という方針であれば問題ありません.
他に気になる点はありませんでしたので,Approveします.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
わかりづらいと言う指摘だと思うので、コメントを追記しました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
すみません。pushしたつもりでマージしましたが、し忘れていたのでPRを作りました。クイックにレビューお願いします。
Related issues
#164
Description
I added the moon rotation definition.
Test results
I confirmed that the calculation result of
Simple
mode is similar with the result ofIauMoon
mode, which is calculated by SPICE.Impact
Minor update
Supplementary information
NA