loadDataCube: loadDataCube.

Description Usage Arguments Value

View source: R/rmsicdataio.R

Description

Loads an rMSI data cube (aka. ramdisk file) to an R matrix using C++ backend. This method is just for testing convinience and should not be used because it copies a matrix indexed by rows to a matrix indexed by columns so it performs very slowly. Instead of using this method use rMSI::loadImgCunckFromCube.

Usage

1
loadDataCube(img, cubeSel)

Arguments

img

and rMSI object image.

cubeSel

the cube to load R index.

Value

an R matrix with spectra in rows.


prafols/rMSIproc documentation built on Dec. 12, 2021, 7:31 p.m.