public static class IM3Reader.Spectrum
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private float[] |
magnitudes |
private java.lang.String |
name |
private float[] |
wavelengths |
Constructor and Description |
---|
Spectrum(loci.common.IRandomAccess is,
IM3Reader.ContainerRecord rec)
Construct a spectrum by parsing a Spectrum record
|
Modifier and Type | Method and Description |
---|---|
float[] |
getMagnitudes() |
java.lang.String |
getName() |
float[] |
getWavelengths() |
private void |
parseSpectrumRecord(loci.common.IRandomAccess is,
IM3Reader.ContainerRecord rec)
Parse the spectrum record
|
private java.lang.String name
private float[] wavelengths
private float[] magnitudes
Spectrum(loci.common.IRandomAccess is, IM3Reader.ContainerRecord rec) throws java.io.IOException
is
- file handle to the file being parsedrec
- the container record grouping the spectrum's recordjava.io.IOException
public java.lang.String getName()
public float[] getWavelengths()
public float[] getMagnitudes()
private void parseSpectrumRecord(loci.common.IRandomAccess is, IM3Reader.ContainerRecord rec) throws java.io.IOException
is
- the file handlerec
- the spectrum container recordjava.io.IOException
Copyright © 2020 Open Microscopy Environment