visual3d:tutorials:reports:comparing_data_sets
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:tutorials:reports:comparing_data_sets [2024/06/19 12:55] – sgranger | visual3d:tutorials:reports:comparing_data_sets [2024/07/17 15:47] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{{{{{====== | + | ====== |
- | this tutorial is going to describe comparing different data sets. in this example, we're going to compare data between various subjects. | + | ===== Introduction ===== |
- | ==== download ==== | + | This tutorial is going to describe comparing different data sets. In this example, we're going to compare data between various subjects. |
- | [[https:// | + | === Download === |
- | * data: | + | [[https://www.has-motion.com/ |
- | * sub 01 cmz | + | |
- | * sub 02 cmz | + | |
- | * sub 03 cmz | + | |
- | * scripts: | + | |
- | * tag.v3s (example script that can be used to tag the files) | + | |
- | * tag_loop.v3s (example script that can be used to tag the files using a for_each loop) | + | |
- | * overlay.v3s (example script that can be used to overlay the report template with another subject) | + | |
- | * overlay_loop.v3s (example script that can be used to overlay the report template with another subject using a for_each loop) | + | |
- | * report templates: | + | |
- | * report_template_all_files.rgt | + | |
- | * report_template_sub_01.rgt | + | |
- | ====== prepare | + | * Data: |
+ | * Sub 01 CMZ | ||
+ | * Sub 02 CMZ | ||
+ | * Sub 03 CMZ | ||
+ | * Scripts: | ||
+ | * Tag.v3s (Example script that can be used to tag the files) | ||
+ | * Tag_Loop.v3s (Example script that can be used to tag the files using a For_Each loop) | ||
+ | * Overlay.v3s (Example script that can be used to overlay the report template with another subject) | ||
+ | * Overlay_Loop.v3s (Example script that can be used to overlay the report template with another subject using a For_Each loop) | ||
+ | * Report Templates: | ||
+ | * Report_Template_ALL_FILES.rgt | ||
+ | * Report_Template_Sub_01.rgt | ||
- | the first step is to load the data. it's recommended that you use the cmo library to view multiple cmz files at once. many users simply choose to do a file -> open if they' | + | ===== Prepare |
- | ==== view files using the cmz library ==== | + | The first step is to load the data. It's recommended that you use the CMO Library to view multiple CMZ files at once. Many users simply choose to do a File -> Open if they' |
- | - **cmo library -> set cmo library path** | + | === View files using the CMZ Library === |
- | - select **..comparing data sets\data folder** | + | |
- | - click **ok** | + | |
- | - **cmo library -> browse cmo library** | + | |
- | - select **yes** | + | |
- | [[visual3d: | + | - **CMO Library -> Set CMO Library Path** |
+ | - Select **..Comparing Data Sets\Data folder** | ||
+ | - Click **OK** | ||
+ | - **CMO Library -> Browse CMO Library** | ||
+ | - Select **Yes** | ||
- | ====== tag files ====== | + | [[Visual3D: |
- | |**once the data is loaded in the workspace, create three tags:**\\ \\ ****\\ \\ - sub_01\\ - sub_02\\ - **sub_03** | + | ===== Tag Files ===== |
- | **there are a few ways to create tags: | + | |**Once the data is loaded in the workspace, |
- | - [[visual3d: | + | **There are a few ways to create tags:** (Choose one method of the following) |
- | - use the [[visual3d: | + | |
- | - using the [[visual3d: | + | |
- | ====== graph data ====== | + | - [[Visual3D: |
+ | - Use the [[Visual3D: | ||
+ | - Using the [[Visual3D: | ||
- | once the data has been loaded and tagged, create a report template that plots the data. | + | ===== Graph Data ===== |
- | ==== 1. change | + | Once the data has been loaded and tagged, create a report template |
- | a. **open a report template** that plots the signals you are interested in viewing (ex. open provided **report_template_all_files.rgt**) | + | === 1. Change Report Template |
- | b. change the tag from all_files (or whatever you're currently plotting) | + | |
- | a. **search/ | + | |
- | |a1. old file tag: **all_files**\\ \\ a2. new file tag: **sub_01**\\ \\ a3. click **" | + | |
- | d. **save report template** (ex. report_template_sub_01.rgt) | + | A. **Open a report template** |
- | ==== 2. overlay other subject's data ==== | + | B. Change the tag from ALL_FILES (or whatever you're currently plotting) to one of the tags you want to plot (ex. Sub_01) and set the line color to the same for both the right and left sides. |
+ | a. **Search/ | ||
+ | |a1. Old File Tag: **ALL_FILES**\\ \\ a2. New File Tag: **Sub_01**\\ \\ a3. Click **" | ||
- | **the step to overlay the subject data can be done manually (as described below), or using the pipeline** (ex. provided scripts from download overlay.v3s or overlay_loop.v3s). | + | D. **Save report template** (ex. Report_Template_Sub_01.rgt) |
+ | === 2. Overlay other subject' | ||
- | a. overlay | + | **The step to overlay |
- | a. **overlay report**: | + | |
- | |a1. page no: all_pages\\ \\ a2. identifier type: tag_name\\ \\ a3. identifier value: sub_01\\ \\ a4. new tag: sub_02\\ \\ a5. new color: blue | + | A. Overlay Sub_02 |
+ | a. **Overlay Report**: | ||
+ | |a1. Page No: ALL_PAGES\\ \\ a2. Identifier Type: TAG_NAME\\ \\ a3. Identifier Value: Sub_01\\ \\ a4. New Tag: Sub_02\\ \\ a5. New Color: Blue | ||
+ | |||
+ | B. Overlay Sub_03 on top of Sub_01 | ||
+ | a. **Overlay Report**: | ||
+ | a1. Page No: **ALL_PAGES** | ||
+ | a2. Identifier Type: **TAG_NAME** | ||
+ | a3. Identifier Value: **Sub_01** | ||
+ | a4. New Tag: **Sub_03** | ||
+ | a5. New Color: **Cyan** | ||
+ | C. Display the tag name in the Legend of the report | ||
- | b. overlay sub_03 on top of sub_01 | ||
- | a. **overlay report**: | ||
- | a1. page no: **all_pages** | ||
- | a2. identifier type: **tag_name** | ||
- | a3. identifier value: **sub_01** | ||
- | a4. new tag: **sub_03** | ||
- | a5. new color: **cyan** | ||
- | c. display the tag name in the legend of the report | ||
- | }}}}}} |
visual3d/tutorials/reports/comparing_data_sets.1718801708.txt.gz · Last modified: 2024/06/19 12:55 by sgranger