Click or drag to resize

Altaxo.Serialization.WITec Namespace

[Missing <summary> documentation for "N:Altaxo.Serialization.WITec"]

Classes
 ClassDescription
Public classTDataClass Represents a TData class extracted from a WITec project node. This wraps the underlying WITecTreeNode and provides easy access to commonly used values such as the ID, caption and class name.
Public classTDGraphClass Represents a graph data class (TDGraph) read from a WITec project node. This class extracts the X and Z values as well as metadata such as units and titles.
Public classTDGraphClassMetaData Metadata for Z values that may be shared or derived from other graphs.
Public classTDInterpretationClass Represents an interpretation of measurement units for a WITec data class. This class extracts the unit index and maps it to a human-readable description and shortcut.
Public classTDLinearTransformationClass Represents a linear transformation defined in a WITec TDLinearTransformation node. The transformation maps model coordinates to world coordinates using an origin, scale and offset.
Public classTDSpaceInterpretationClass Interpretation class for spatial units used in WITec data. Maps integer unit indices to human-readable descriptions and shortcuts (for example meters -> "m").
Public classTDSpaceTransformationClass Represents a space transformation defined in a WITec "TDSpaceTransformation" node. This class currently only exposes the underlying node; transformation logic, if any, is implemented in derived classes.
Public classTDSpectralInterpretationClass Interpretation class for spectral units used in WITec data. Maps integer unit indices to human-readable descriptions and shortcuts (for example nanometers -> "nm").
Public classTDSpectralTransformationClass Represents a spectral transformation defined in a WITec "TDSpectralTransformation" node. The transformation can be a polynomial, spectrometer grating model or a free polynomial applied to spectral bin indices. This class reads the transformation parameters from the underlying node and exposes a Transform(IEnumerableDouble) method to apply the transformation to a sequence of input values.
Public classTDTextClass Represents a text data class (TDText) extracted from a WITec project node. The class reads RTF formatted text stored in the underlying node's stream data and exposes it as a string in RTF format.
Public classTDTransformationClass Represents a transformation definition (TDTransformation) read from a WITec project node. Provides access to the standard unit, optional interpretation, calibration state and unit kind.
Public classTDZInterpretationClass Interpretation class for Z-axis units used in WITec data. Reads the unit name from the underlying node and exposes it via UnitName.
Public classWITecImportDataSource 
Public classWITecImporter 
Public classWITecImportOptions Import options for importing WITec project files.
Public classWITecImportOptionsSerializationSurrogate0
Public classWITecReader Reader for WiTec project files (.wip).
Public classWITecTreeNode Represents a node of the node tree of a WiTec project file. The node has a name, has primitive data, and maybe also subnodes.
Enumerations
 EnumerationDescription
Public enumerationTDGraphClassGraphClassType Type of graph represented by this class.