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 | ||
inspect3d:documentation:files:e3d_export_setting_file [2024/06/19 12:44] – sgranger | inspect3d:documentation:files:e3d_export_setting_file [2024/07/12 13:26] (current) – removed sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{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 i3dexportpcaresults.png **[[inspect3d: | ||
- | ===== 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 | ||
- | > | ||
- | < | ||
- | < | ||
- | ]> | ||
- | </ | ||
- | |||
- | |||
- | }} |
inspect3d/documentation/files/e3d_export_setting_file.1718801096.txt.gz · Last modified: 2024/06/19 12:44 by sgranger