inspect3d:documentation:files:e3d_export_setting_file
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
inspect3d:documentation:files:e3d_export_setting_file [2024/06/14 17:18] – created sgranger | inspect3d:documentation:files:e3d_export_setting_file [2024/07/12 13:26] (current) – removed sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |**Language: | ||
- | |||
- | |===== Contents =====\\ \\ \\ \\ * [[#Format|1 Format]]\\ * [[#DTD|2 DTD]]| | ||
- | |||
- | The .e3d file format is an method of storing Inspect3D export settings as XML, ensuring that they are both human- and machine-readable. Inspect3D allows users to save export settings from the [[File: | ||
- | |||
- | ===== Format ===== | ||
- | |||
- | As an XML document, an .e3d file is made up of hierarchical elements that are demarcated by tags, indicated by the < and > characters. An element consists of a start tag, <// | ||
- | |||
- | Tags can also contain attributes in the // | ||
- | |||
- | 1. The top-level element in an .e3d file is // | ||
- | |||
- | 2. The // | ||
- | |||
- | 3. The // | ||
- | |||
- | 4. The // | ||
- | |||
- | 5. The // | ||
- | |||
- | 6. The // | ||
- | |||
- | ===== DTD ===== | ||
- | |||
- | Formally, an .e3d file respects the Document Type Definition (DTD): | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | exportData row CDATA #REQUIRED | ||
- | exportData SelAllGrp CDATA #REQUIRED | ||
- | exportData SelAllWrkspc CDATA #REQUIRED | ||
- | exportData SelGrps CDATA #REQUIRED | ||
- | exportData SelWrspcs CDATA #REQUIRED | ||
- | > | ||
- | < | ||
- | < | ||
- | settings Export_Data CDATA #REQUIRED | ||
- | settings Group_Mean CDATA #IMPLIED | ||
- | settings Group_StdDev CDATA #IMPLIED | ||
- | settings Wrksp_Mean CDATA #IMPLIED | ||
- | settings Wrkspc_StdDev CDATA #IMPLIED | ||
- | settings Normalized_Sequences CDATA #IMPLIED | ||
- | settings TimeBased_Sequences CDATA #IMPLIED | ||
- | settings Normalized_Events CDATA #IMPLIED | ||
- | settings Original_Events CDATA #IMPLIED | ||
- | settings Normalized_Points CDATA #IMPLIED | ||
- | settings Wrkspc_Scores CDATA #IMPLIED | ||
- | settings Group_Scores CDATA #IMPLIED | ||
- | settings Group_Scores_StdDev CDATA #IMPLIED | ||
- | settings Variance_Explained CDATA #IMPLIED | ||
- | settings Eigenvectors CDATA #IMPLIED | ||
- | settings Mean_1SD CDATA #IMPLIED | ||
- | settings Mean_5_and_95 CDATA #IMPLIED | ||
- | settings Calculate_metrics_for CDATA #IMPLIED | ||
- | settings Mean CDATA #IMPLIED | ||
- | settings StdDev CDATA #IMPLIED | ||
- | settings Min CDATA #IMPLIED | ||
- | settings Min_StdDev CDATA #IMPLIED | ||
- | settings Min_Event CDATA #IMPLIED | ||
- | settings Max CDATA #IMPLIED | ||
- | settings Max_StdDev CDATA #IMPLIED | ||
- | settings Max_Event CDATA #IMPLIED | ||
- | settings Add_Metrics_Column CDATA #IMPLIED | ||
- | settings Use_Normalized_Data CDATA #IMPLIED | ||
- | settings Precision CDATA #REQUIRED | ||
- | settings Export_Format CDATA #REQUIRED | ||
- | > | ||
- | < | ||
- | < | ||
- | ]> | ||
- | </ | ||
- | |||
- | |||
- | Retrieved from "" | ||
- | |||
inspect3d/documentation/files/e3d_export_setting_file.1718385538.txt.gz · Last modified: 2024/06/14 17:18 by sgranger