Skip to content

Commit

Permalink
Merge pull request #515 from ut-issl/feature/add-comment-moon-rotation
Browse files Browse the repository at this point in the history
Add comment for Moon rotation correction value
  • Loading branch information
200km committed Oct 13, 2023
2 parents f83ce70 + b4d37b2 commit b42ab50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/planet_rotation/moon_rotation_utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ libra::Matrix<3, 3> CalcDcmEciToMeanEarth(const libra::Vector<3> moon_position_e
}

libra::Matrix<3, 3> CalcDcmMeanEarthToPrincipalAxis() {
// The correction values between DE430 Principal Axis and Mean Earth frame
const double theta_x_rad = 0.285 * libra::arcsec_to_rad;
const double theta_y_rad = 78.580 * libra::arcsec_to_rad;
const double theta_z_rad = 67.573 * libra::arcsec_to_rad;
Expand Down

0 comments on commit b42ab50

Please sign in to comment.