You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SPICE SPK and PCKs are recorded in a vector of individual segments. These segments are searched in order. If the segment of interest is further in this vector, then it can cause a significant slowdown when querying.
Possible solution:
Lookup table for the indices into this vector
The text was updated successfully, but these errors were encountered:
Problem
The SPICE SPK and PCKs are recorded in a vector of individual segments. These segments are searched in order. If the segment of interest is further in this vector, then it can cause a significant slowdown when querying.
Possible solution:
The text was updated successfully, but these errors were encountered: