R-Lum/Luminescence

Remove dependency to raster RLum.Data.Image()

Closed this issue · 1 comments

So far we use the 'raster' package to support image processing via RLum.Data.Image().
However, this comes with a couple of problems and is a very heavy implementation:

  • We use only < 1% of the functionality of the raster package but depend also on its dependencies
  • Accessing the rasterbrick is not intuitive and has its own overhead

All the functionality could be much easier realized with multidimensional arrays and graphics::image() for the visualization.

This does not work nicely.