I am trying to find a way to point my spacecraft to a specific star. Lets say, Vega for example, has ecliptic J2000 coordinates 285.31638779° +61.73286467°.
I tried:
Code: Select all
BodyFrame {
EclipticJ2000 {
Center "Sol"
}
}
FixedRotation
{
MeridianAngle 61.73286467
Inclination 285.31638779
}
However, this does not point in the correct direction.
I see that choosing "MeridianAngle 0 Inclination 0" the spacecraft is aligned with the ecliptic plane, as expected.
What am I doing wrong? Do I need to set AscendingNode, and if yes, to what value?
Added after 36 minutes 12 seconds:
Switching to "Inclination 61.73286467 MeridianAngle 285.31638779" did not help.
Looking at stars in the ecliptic, I seem to need to need to add 90° to the ecliptic RA of a star to match the pointing.