•The Step to functionality will no longer update global output with the over-step of a condition.
•In addition to the above, scripts like "Step sc to (sc.Epoch == sc.Epoch + 1)" will no longer work. To accomplish this going forward, you would want to assign the Spacecraft's epoch property to a Variable object and use that for the right-hand side of the condition.
•You are no longer permitted to change the central body of one of the built-in global FreeFlyer celestial objects, such as the Moon. All utility that might have been derived from doing so is captured in other methods and functions.
•An error is now generated when writing FF Ground Observation files and Spacecraft Observation files if Sensor object ids are not set. Previously, you would have been able to generate a file of invalid format.
•Fixed-lag mode of the Kalman smoother now only updates the smoothed values when CalculateSmoothedState is called. Previously, if the observation buffer was not full it would update the smoother states using the fixed-point algorithm, which had an undesired performance cost.
•All FreeFlyer-provided data files have been updated with this new release. As a result, there will be expected low order of magnitude differences in propagation and timing precision.
•Various Objects, Properties, Methods, and Functions have been deprecated
oDeprecated Objects, Properties, Methods, and Functions are elements of FreeFlyer which are no longer recommended for use. The description of each deprecated element indicates the new recommended way to achieve the functionality of that element. The complete list of affected elements is given on the Deprecated Objects, Properties, Methods, and Functions page. |