Closed elphick closed 12 months ago
In the real world, at times grade (composition) information is missing, perhaps due to insufficient sample. This task is to add grade interpolation to manage missing grades when creating an object.
The recent work on resampling can support grade interpolation, by resampling on the original grid.
mc_without_missing: MassComposition = mc_with_missing.resample_1d(interval_edges=1)
In the real world, at times grade (composition) information is missing, perhaps due to insufficient sample. This task is to add grade interpolation to manage missing grades when creating an object.