def __call__(self, T): """ Evaluate the spline at the given temperature, returning the interpolated magnitude """ return self.interpolator(T)