| Interface | Description |
|---|---|
| AsciiParser.FieldParser |
A FieldParser takes character data and returns a number representing
the data.
|
| AsciiParser.RecordParser | |
| DataSetBuilder.DataSetResolver |
this was introduced to avoid properties where BUNDLE_1 would temporarily hold the name.
|
| Class | Description |
|---|---|
| AsciiFormatter |
It would be useful to have a method for exporting data when working with
QDataSet, so this is introduced.
|
| AsciiHeadersParser |
This additional support for parsing ascii data looks at the comment block in
an ASCII file for a structured set of Dataset tags further describing the
data.
|
| AsciiHeadersParser.BundleDescriptor | |
| AsciiParser |
Class for reading ASCII tables into a QDataSet.
|
| AsciiParser.RegexParser |
parser uses a regular expression to match each record.
|
| AutoHistogram |
Self-configuring histogram dynamically adjusts range and bin size as data
is added.
|
| BinAverage |
utility class providing methods for bin averaging.
|
| BundleBuilder |
reduce and standardize code needed to build bundle descriptors used in BUNDLE_1.
|
| DataSetBuilder |
allows dataset of unknown length to be built.
|
| FFTUtil |
Utilities for FFT operations, such as getting the frequencies for each bin
and fftPower.
|
| Griddata |
Codes for interpolating from irregular grids to regular grids.
|
| LinFit |
Linear Fit routine.
|
| LSpec |
Form a rank 2 dataset with L and Time for tags by identifying monotonic sweeps
in two rank 1 datasets, and interpolating along the sweep.
|
| MultiFieldTimeParser |
Parse the record by recombining the separated fields, then parsing
the combined string.
|
| OdlParser |
Tool for parsing ODL found at the top of .STS files.
|
| PropertiesTreeModel |
provides a TreeModel representation of the dataset's properties.
|
| QDataSetTableModel |
TableModel that shows a QDataSet in a JTable.
|
| QStreamFormatter |
Formatter for QStreams, which doesn't require the full QStream parse/format
library, useful for debugging.
|
| Reduction |
Reduction is set of static methods for reducing data, or
averaging data to make smaller datasets.
|
| TransposeRankNDataSet |
wrap a qube dataset to transpose the indeces.
|
| ValuesTreeModel |
provides a TreeModel representation of the dataset's properties.
|
Utilities that work with QDataSet. For example, DataSetBuilder is a tool for creating QDataSets by feeding in data one record at a time. There's QDataSetTableModel which adapts QDataSets to a model for JTable, and LinFit for doing linear fit. LSpec contains routines for mapping sweeps of L-Shell into spectrograms. Reduction contains routines for reducing data resolution.