Update rotation source frame specification in apollo15.asset

This commit is contained in:
Joakim Kilby
2024-02-19 10:10:35 +01:00
committed by GitHub
parent 815dfe11f1
commit be95530ce3

View File

@@ -26,7 +26,7 @@ local Apollo15 = {
},
Rotation = {
Type = "SpiceRotation",
SourceFrame = kernels.ID.Apollo15Metric,
SourceFrame = kernels.Frame.Apollo15Metric,
DestinationFrame = coreKernels.Frame.Galactic
}
},