User Tools

Site Tools


inspect3d:documentation:files:i3d_workspace_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
inspect3d:documentation:files:i3d_workspace_file [2024/06/19 12:44] sgrangerinspect3d:documentation:files:i3d_workspace_file [2024/07/12 13:26] (current) – removed sgranger
Line 1: Line 1:
-{{{{{{the .i3d file format is an method of storing the inspect3d application's workspace settings as xml, ensuring that they are both human- and machine-readable. inspect3d allows users to save its current workspace settings from the i3dsaveworkspaceas.png **save workspace as** or i3dsaveworkspace.png **save workspace** toolbar items. previously-saved application workspace settings can be loaded and applied from the i3dloadworkspace.png **load workspace** toolbar item. 
  
-===== format ===== 
- 
-as an xml document, an .i3d file is made up of hierarchical elements that are demarcated by tags, indicated by the < and > characters. an element consists of a start tag, <//elementname//>, and end tag, <///elementname//>, and all of the characters in between. alternatively, an element can be defined by a single tag, <//elementname ///>. 
- 
-tags can also contain attributes in the //name="value"// format, further describing the associated element. 
- 
-1. the top-level element in an .i3d file is //workspace//. it contains a number of subordinate elements. 
- 
-2. an .i3d file contains a number of different second-level elements. these include: 
- 
-  - //library//: file path to the currently loaded cmo library 
-  - //class_style//: styles applied to classes of signals 
-  - //ex_style//: styles applied to excluded signals 
-  - //vert_style//: styles applied to vertical lines 
-  - //pca_data//: settings for [[sift:principal_component_analysis:principal_component_analysis|principal component analysis]] 
-  - //pca_prefs//: preferences for the 6 pca result sub-windows 
-  - //query_info//: definitions for currently applied queries 
-  - //vert_style//: styles applied to vertical lines 
-  - //graph_para//: settings for the 6 pca result sub-windows 
-  - //orig_pref//: settings for the queried data window 
-  - //intermediate_events//: styles applied to any defined intermediate events 
-  - //i3d_info//: version information for the inspect3d application 
- 
- 
-}}}}}} 
inspect3d/documentation/files/i3d_workspace_file.1718801096.txt.gz · Last modified: 2024/06/19 12:44 by sgranger