Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The parameter Inpol_Rel_B will be the linear interpolated dimensionless width at a desired frame number (Frame).
  • @Hull is the object containing all the data you want to use for interpolation.
  • 2 is the number of dimensions in which the interpolation will take place
  • @Frame makes sure the column Frame of object Hull will be used as the parameter X in the interpolation.
  • @Rel_B makes sure the column Rel_B of object Hull will be used as the parameter Y in the interpolation
  • Frame is the input parameter for which an interpolated value should be obtained

When Quaestor calculates this function, it determines the value Frame (which is user input). This value is then compared to the values of the given column for X (which is the column Frame of the object Hull), and an interpolated value for Rel_B with respect to the input Frame is assigned to the parameter Intpol_Rel_B. Notice that an @ is used to identify the data within the object.

...