// Get the FlightData or FlightTime for the part
 public static double GetFlightData(Part part)
 {
     return(TestFlightInterface.GetFlightDataForScope(part, TestFlightInterface.GetScope()));
 }