Click or drag to resize

WITecReader Class

Reader for WiTec project files (.wip).
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.WITecWITecReader

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class WITecReader

The WITecReader type exposes the following members.

Constructors
 NameDescription
Public methodWITecReaderInitializes a new instance of the WITecReader class
Top
Properties
 NameDescription
Public propertySpectra 
Public propertyStatic memberTextEncoding Gets the text encoding that is used in WITec projects (Windows-1252).
Top
Methods
 NameDescription
Public methodBuildNodeWithIDT 
Protected methodCreate_ID_Dictionary Gets the identifier dictionary. Key is the indentifier, value is the name of the Data child node.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExtractSpectra 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks

References:

[1] J.T.Holmi, H.Lipsanen, WITio: A MATLAB data evaluation toolbox to script broader insights into big data from WITec microscopes, SoftwareX 18 (2022), 101009, doi: https://doi.org/10.1016/j.softx.2022.101009

[2] Wit tag format description: https://gitlab.com/jtholmi/wit_io/-/blob/master/+WITio/+doc/README%20on%20WIT-tag%20format.txt

[3] Mathlab implementation: https://gitlab.com/jtholmi/wit_io

[4] Phyton implementation: https://git.photonicdata.science/py-packages/photonicdata-files-wip

See Also