Click or drag to resize

PrincetonInstrumentsSPEReaderData Property

Gets the data. The first index is the frame number. The second index is the index of the region of interest. Thus, Data[0][0] will return the data array of the first frame and the first region of interest.

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IReadOnlyList<IReadOnlyList<double[,]>> Data { get; }

Property Value

IReadOnlyListIReadOnlyListDouble
See Also