elphick / mass-composition

Manage mass composition math operations and visualisation
https://elphick.github.io/mass-composition/
MIT License
1 stars 1 forks source link

Missing composition interpolation #123

Closed elphick closed 12 months ago

elphick commented 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.

elphick commented 12 months ago

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)