AbstractJCampSpectrumReader |
Ancestor for JCamp spectrum formats.
|
AbstractSampleDataReader |
Ancestor for sample data readers.
|
AbstractSpectrumReader |
Abstract ancestor for readers that read files in various formats and
turn them into spectrums.
|
AbstractThreeWayDataReader |
Abstract ancestor for readers that read files in various formats and
turn them into three way data structures.
|
AniMLSpectrumReader |
Reads spectra in AniML (Analytical Information Markup Language) format.
For more information see:
http://animl.sourceforge.net/
Valid options are:
|
ASCIIXYSpectrumReader |
Reads spectra in ASCII XY format.
|
ASCSpectrumReader |
Reads spectra in BLGG ASC format.
|
CALSpectrumReader |
Reads spectra in BLGG ASC format.
|
CMLSpectrumReader |
Reads spectra in CML (Chemical Markup Language) format.
For more information see:
http://www.xml-cml.org/
Valid options are:
|
ColumnWiseSpreadSheetSpectrumReader |
Reads spectra from columns in a spreadsheet obtained with the specified spreadsheet reader.
|
DPTSpectrumReader |
Reads spectra in DPT format.
|
ExtractIdAndTypeSpectrumReader |
Uses the specified ID and group extractor to obtain and update sample ID and type of the spectra read by the specified base reader.
|
ExtractIdAndTypeThreeWayDataReader |
Uses the specified ID and group extractor to obtain and update sample ID and type of the 3-way data read by the specified base reader.
|
FilteredSpectrumReader |
Uses the specified reader to read the spectral data before applying the supplied filter to it.
|
FitsLibsReader |
JCampDX2SpectrumReader |
Reads spectra in JCamp-DX format.
For more information see:
http://www.jcamp-dx.org/
|
JCampDXSpectrumReader |
Reads spectra in JCamp-DX format.
For more information see:
http://www.jcamp-dx.org/
Valid options are:
|
JsonSpectrumReader |
Reads spectra in JSON format.
Input format (single spectrum):
- complete report stored:
{
"id": "someid",
"format": "NIR",
"waves": [1.0, 2.0],
"amplitudes": [1.1, 2.1],
"report": {
"Sample ID": "someid",
"GLV2": 1.123,
"valid": true
}
}
- specific reference and meta-data values stored:
{
"id": "someid",
"format": "NIR",
"waves": [1.0, 2.0],
"amplitudes": [1.1, 2.1],
"reference": {
"GLV2": 1.123
},
"meta-data": {
"valid": true
}
}
Multiple spectra are wrapped in an array called 'spectra'.
|
MPSSpectrumReader |
Reads XRF spectra in MPS format.
|
MultiColumnSpreadSheetSampleDataReader |
Reads sample data from a spreadsheet (format depends on reader), reference values stored in the specified range of columns and the column headers representing the reference value names.
|
NIRSpectrumReader |
Reads spectra in FOSS NIR format.
|
OpusSpectrumReader |
Reads spectra in OPUS format.
|
OpusSpectrumReaderExt |
Reads spectra in OPUS format (extended version).
|
RelabSpectrumReader |
Reads spectra in Relab ASCII format.
http://www.planetary.brown.edu/relabdata/
|
RowWiseSpreadSheetSampleDataReader |
Reads a sample data file from a spreadsheet (format depends on reader), one reference value per row.
|
RowWiseSpreadSheetSpectrumReader |
Reads spectra from rows in a spreadsheet obtained with the specified spreadsheet reader.
Sample ID and sample data columns get removed automatically from the range of wave columns.
|
RowWiseSpreadSheetSpectrumReader.ChunkedSheetIterator |
Iterator for chunked spreadsheet readers.
|
RowWiseSpreadSheetSpectrumReader.MultiSheetIterator |
Iterator for multi-sheet readers.
|
RowWiseSpreadSheetSpectrumReader.SheetIterator |
Ancestor for sheet iterators.
|
RowWiseSpreadSheetSpectrumReader.SingleSheetIterator |
Iterator for single-sheet readers.
|
ScioLabExportSpectrumReader |
Reads the CSV export from the SCiO Lab web site.
|
SimpleCSVSampleDataReader |
Reads a report file in CSV file format.
|
SimpleEEMReader |
Reads EEM data in spreadsheet format (tab-separated columns).
|
SimpleJsonSampleDataReader |
Reads a report file in Json file format.
|
SimpleSampleDataReader |
Reads a report file in properties file format.
|
SimpleSpectrumReader |
Reads spectrums in the internal CSV format.
|
SimpleXYZReader |
Reads 3-day data in CSV format with X, Y, Z and data columns.
|
SoilCaresScannerSpectrumReader |
Reads spectra from ZIP files generated by the SoilCares Scanner app.
|
SPASpectrumReader |
Loads spectral data files in Nicolet SPA format.
|
SPCSpectrumReader |
Reads spectra in SPC format (Galactic Universal Data Format) format.
See the specifications here:
http://serswiki.bme.gatech.edu/images/a/ae/SPC_Open_Specification.pdf
|
SPCSpectrumReader.AbstractParser |
Parser class for SPC files.
|
SPCSpectrumReader.FileParser |
Parser class for SPC files (header).
|
SPCSpectrumReader.SubFileParser |
Parser class for SPC files (header).
|
SpecLibSampleDataReader |
Reads USGS SpecLib HTML Description files.
http://speclab.cr.usgs.gov/spectral.lib06/
|
SpecLibSpectrumReader |
Reads spectra in USGS SpecLib ASCII format.
http://speclab.cr.usgs.gov/spectral.lib06/
|
ThreeWayHeatmapReader |
Uses the specified reader to load 3-way data and turns it into a heatmap.
|
TrinamixSpectrumJsonReader |
|
TrinamixSpectrumReader |
|
UnscramblerSpectrumReader |
ZippedSpectrumReader |
Reads spectra from the zip file using the specified base reader.
|