IMO, for extra flexibility the "Periodic" command when set to true, could have an option to specify a pause (of any size from seconds to years) to be enforced between repetitions of the XYZ.chris wrote:SampledOrbit
{
TrajectoryFile "orbit.xyz"
Precision "double"
Periodic true
}
eg.
SampledOrbit
{
TrajectoryFile "orbit.xyz"
Precision "double"
Periodic true pause "01 02:00:03" # pause for 1 day 2 hours and 3 secs between each repetition of the trajectory.
}
EDIT: In fact why not allow fractions of a second as well --- may be useful for some fast events.