Modifier and Type | Field and Description |
---|---|
private float[] |
magnitudes |
private 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() |
String |
getName() |
float[] |
getWavelengths() |
private void |
parseSpectrumRecord(loci.common.IRandomAccess is,
IM3Reader.ContainerRecord rec)
Parse the spectrum record
|
private String name
private float[] wavelengths
private float[] magnitudes
Spectrum(loci.common.IRandomAccess is, IM3Reader.ContainerRecord rec) throws IOException
is
- file handle to the file being parsedrec
- the container record grouping the spectrum's recordIOException
public String getName()
public float[] getWavelengths()
public float[] getMagnitudes()
private void parseSpectrumRecord(loci.common.IRandomAccess is, IM3Reader.ContainerRecord rec) throws IOException
is
- the file handlerec
- the spectrum container recordIOException
Copyright © 2017 Open Microscopy Environment