Add keyword arguments to the loading methods to interpolate profiles to match experiments.
Also, add a method to ProfileProperty to make this calculation if a profile has already been loaded.
Use default interpolation with interp1d but consider allowing choice for interpolation method/kind.
Add keyword arguments to the loading methods to interpolate profiles to match experiments. Also, add a method to
ProfileProperty
to make this calculation if a profile has already been loaded. Use default interpolation withinterp1d
but consider allowing choice for interpolation method/kind.