Package pulse.input
Introduces internal data structures that (a) are created as a result of
parsing specific types of input files, such as: experimental heating curves,
metadata, and property curves (e.g. specific heat and density); (b) are used
by the
TaskManager
or any affiliated class.-
Class Summary Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
.IndexRange Provides a way to define the indices corresponding to a certain range of data.InterpolationDataset AnInterpolationDataset
stores data in aList
ofDataEntry<Double,Double>
objects (each containing a 'key' and a 'value') and provides means to interpolate between the 'values' using the 'keys'.Metadata Metadata
is the information relating to a specific experiment, which can be used by aSearchTask
to process an instance ofExperimentalData
.Range The actual physical range defined as aSegment
with minimum and maximum values.