Feature/lf rescale
Description
-
Renames
get_decimated
andget_resampled
LightField and SpectralImage methods toget_decimated_spectrum
andget_resampled_spectrum
, respectively. -
Introduces spatial rescaling using
get_rescaled
andget_resized
which are available for both LightFields and SpectralArrays. Adds corresponding tests. -
Updates the Documentation