other:inspect3d:documentation:files:e3d_export_setting_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:inspect3d:documentation:files:e3d_export_setting_file [2024/07/16 17:02] – removed sgranger | other:inspect3d:documentation:files:e3d_export_setting_file [2024/12/18 14:38] (current) – wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== E3D Export Setting File ====== | ||
+ | |||
+ | 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 {{: | ||
+ | |||
+ | ==== 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 | ||
+ | > | ||
+ | < | ||
+ | < | ||
+ | ]> | ||
+ | </ | ||
+ | |||
+ | |||
other/inspect3d/documentation/files/e3d_export_setting_file.1721149324.txt.gz · Last modified: 2024/07/16 17:02 by sgranger