User Tools

Site Tools


sift:documentation:query

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
sift:documentation:query [2024/06/19 12:46] sgrangersift:documentation:query [2024/11/15 15:31] (current) wikisysop
Line 1: Line 1:
-in visual3d, sift, and inspect3d, a query is a way to select a subset of files or signals based on user-defined criteria.+====== Query ======
  
-===== query parameter in visual3d =====+In Visual3D, Sift, and Inspect3D, a query is a way to select a subset of files or signals based on user-defined criteria.
  
-several commands in visual3d have the query parameter, which allows users to select a subset of files based on data within the files. a query allows users to reference the data table to set a file as active. if the expression is true, that file will be set to active. if the expression is false, the file will not be set as active.+==== Query Parameter in Visual3D ====
  
-expressions can be used as part of queries as they are found [[visual3d:documentation:pipeline:expressions:overview|here]].\\ +Several commands in Visual3D have the Query parameter, which allows users to select a subset of files based on data within the files. A query allows users to reference the data table to set a file as active. If the expression is true, that file will be set to active. If the expression is false, the file will not be set as active.
-\\ +
-**example:**\\+
  
 +Expressions can be used as part of queries as they are found [[Visual3D:Documentation:Pipeline:Expressions:Expressions_Overview|here]].\\
 +
 +**Example:**
  
 <code> <code>
-select_active_file +Select_Active_File 
-/file_name=all_files +/FILE_NAME=ALL_FILES 
-/query=metric::processed::rknee_max::> 70+/QUERY=METRIC::PROCESSED::RKNEE_MAX::> 70
 ; ;
 </code> </code>
  
-\\ +The above will set any C3D files that the specified value is above 70. The value (METRIC::PROCESSED::RKNEE_MAX::X) must be previously created.
-the above will set any c3d files that the specified value is above 70. the value (metric::processed::rknee_max::x) must be previously created.+
  
-===== queries in inspect3d and sift =====+==== Queries in Inspect3D and Sift ====
  
-inspect3d and sift use queries to select specific signals are from the current [[visual3d:documentation:definitions:cmo_library_|cmo library]]. queries correspond to groups and each query contains an arbitrary number (1-n) of definitions, which correspond to the group's sub-groups. signals in these sub-groups can be selected or not selected based on further refinements and time-normalized based on user-specified events. see inspect3d's [[inspect3d:documentation:dialogs:advanced_query_section|group definition]] dialog and sift's [[sift:application:query_builder_dialog|query builder dialog]] for more information.+Inspect3D and Sift use queries to select specific signals are from the current [[Visual3D:Documentation:Definitions:CMO_Library_|CMO Library]]. Queries correspond to groups and each query contains an arbitrary number (1-n) of Definitions, which correspond to the group's sub-groups. Signals in these sub-groups can be selected or not selected based on further refinements and time-normalized based on user-specified events. See Inspect3D's [[Other:Inspect3D:Documentation:Dialogs:Advanced_Query_Section|Group Definition]] dialog or Sift's [[Sift:Application:Query_Builder_Dialog|Query builder dialog]] and [sift:documentation:group|groups definitions] for more information.
  
-it is possible to save inspect3d and sift queries to a [[inspect3d:documentation:files:q3d_query_file|.q3d file]] for easy reuse during future analysis.+It is possible to save Inspect3D and Sift queries to a [[Other:Inspect3D:Documentation:Files:Q3D_Query_File|.q3d file]] for easy reuse during future analysis.
  
  
  
sift/documentation/query.1718801187.txt.gz · Last modified: 2024/06/19 12:46 by sgranger