Add new TimeFrame that parses Spice kernels (#3600)

This commit is contained in:
Alexander Bock
2025-04-22 20:47:17 +02:00
committed by GitHub
parent ad29099140
commit b02680a360
15 changed files with 781 additions and 5 deletions

View File

@@ -40,8 +40,8 @@ namespace {
openspace::properties::Property::Visibility::AdvancedUser
};
// This TimeFrame class will accept the union of all passed-in TimeFrames. This means
// that this TimeFrame will be active if at least one of the child TimeFrames is
// This `TimeFrame` class will accept the union of all passed-in TimeFrames. This
// means that this TimeFrame will be active if at least one of the child TimeFrames is
// active and it will be inactive if none of the child TimeFrames are active.
//
// This can be used to create more complex TimeFrames that are made up of several,