openmc.data.thin
- openmc.data.thin(x, y, tolerance=0.001)[source]
Check for (x,y) points that can be removed.
- Parameters:
x (numpy.ndarray) – Independent variable
y (numpy.ndarray) – Dependent variable
tolerance (float) – Tolerance on interpolation error
- Returns:
numpy.ndarray – Tabulated values of the independent variable
numpy.ndarray – Tabulated values of the dependent variable