Skip to content
Snippets Groups Projects
Commit d8eacf2f authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Merge branch 'develop' into issue-474

parents 9319c078 241d09d1
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,10 @@ public class SpacecraftBodyFrame {
/** Earth Sensor Assembly. */
ESA,
/** Gyro reference frame. */
/** Gyro reference frame (this name was used in ADM V1.0 (CCSDS 504.0-B-1). */
GYRO,
/** Gyro reference frame (this name is used in SANA registry https://sanaregistry.org/r/spacecraft_body_reference_frames/). */
GYRO_FRAME,
/** Inertial Measurement Unit. */
......
......@@ -234,7 +234,7 @@ public class OrekitAttitudeEphemerisFileTest {
null, null, "GCRF"));
metadata.getEndpoints().setFrameB(new FrameFacade(null, null, null,
new SpacecraftBodyFrame(SpacecraftBodyFrame.BaseEquipment.GYRO_FRAME, "1"),
"GYRO 1"));
"GYRO FRAME 1"));
metadata.getEndpoints().setA2b(true);
metadata.setStartTime(AbsoluteDate.J2000_EPOCH.shiftedBy(80 * Constants.JULIAN_CENTURY));
metadata.setStopTime(metadata.getStartTime().shiftedBy(Constants.JULIAN_YEAR));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment