saveImgChunkAtCoords: Stores a data matrix to a part of ff data img.

Description Usage Arguments

View source: R/libimgramdisk.R

Description

Overwrites a part of rMSI object with the provided data matrix. The part of rMSI object that is overwrited is specified by the Coords vector.

Usage

1
saveImgChunkAtCoords(Img, Coords, dm)

Arguments

Img

the rMSI object where the data is stored (ramdisk).

Coords

a coordinates vector of spectra to load represented as complex numbers where real part corresponds to X and imaginary to Y.

dm

a matrix containing the data to overwrite the rMSI object.


prafols/rMSI documentation built on Dec. 12, 2021, 7:29 p.m.