Update Home

2026-07-13 13:49:11 -07:00
parent 9874102508
commit 9c4b697977
+4 -8
@@ -80,13 +80,13 @@ This information panel is purely for validation purposes and it is not possible
A "Why are these useful?" button can be found below this area and when clicked, will restate this information in a popup window. This is not implemented and currently will have no effect. A "Why are these useful?" button can be found below this area and when clicked, will restate this information in a popup window. This is not implemented and currently will have no effect.
## Loaded files ## ## Loaded files ##
When files are loaded either from opening a singular file or opening a whole folder, all valid files will be shown in this area, along with a 28-stage progress bar. Clicking on a file will bring up its information in the File Information area and will allow for changes to be made to the participants Age, Gender, and Group. When the processing of files is running, the 28-stage progress bar will update based on how far the participant has been processed. Each participant will have their own progress bar denoting how far their file has been processed. Right clicking a file in the Loaded Files area will bring up two buttons: When files are loaded either from opening a singular file or opening a whole folder, all valid files will be shown in this area, along with a 28-stage progress bar. Clicking on a file will bring up its information in the File Information area and will allow for changes to be made to the participants Age, Gender, and Group. When processing is occuring, the 28-stage progress bar will update based on how far the participant has been processed. Each participant will have their own progress bar denoting how far their file has been processed. Right clicking a file in the Loaded Files area will bring up two buttons:
- Reveal - Opens a file browser set to the location that this file is stored on disk - Reveal - Opens a file browser set to the location that this file is stored on disk
- Remove - Unloads and removes the file, preventing it from being processed. This does not modify the file on disk. If the participant is removes after they have been fully processed, their data will still be included in the analysis. To get an analyis without this file, all participants will have to be processed again. - Remove - Unloads and removes the file, preventing it from being processed. This does not modify the file on disk. If the participant is removes after they have been fully processed, their data will still be included in the analysis. To get an analyis without this file, all participants will have to be processed again.
## Parameters ## ## Parameters ##
When performing a fNIRS analysis, these parameters are some of the most important settings and it is crucial that they are correct for the study that is being performed. FLARES exposes most of the parameters needed for an analysis allowing for immense customizability. These parameters have been broken down into subcategories in an attempt to keep them simple. These parameters are also shown in the order that they will be applied, and logical values have been applied by default. Below is a list of the submenus: When performing a fNIRS analysis, these parameters are some of the most important settings and it is crucial that they are correct for the study that is being performed. FLARES exposes most of the parameters needed for an analysis allowing for immense customizability. These parameters have been broken down into subcategories in an attempt to keep them simple. These parameters are also shown in the order that they will be applied, and logical values have been applied by default. Due to the length of describing each parameter, their decsriptions are provided on their own Wiki page that can be found by [clicking this link](https://git.research.dezeeuw.ca/tyler/flares/wiki/Parameters), or by clicking one of their links. Information about the individual parameters can also be found in summary form inside the app by clicking the "?" icon next to the respective parameter. Below is the complete list of parameter sections:
- [Preprocessing](#preprocessing) - [Preprocessing](#preprocessing)
- [Trimming](#trimming) - [Trimming](#trimming)
- [Verify Optode Placement](#verify-optode-placement) - [Verify Optode Placement](#verify-optode-placement)
@@ -113,8 +113,4 @@ When performing a fNIRS analysis, these parameters are some of the most importan
- [Finishing Touches](#finishing-touches) - [Finishing Touches](#finishing-touches)
- [Other](#other) - [Other](#other)
Information about the individual parameters can be found by chicking the "?" icon next to the respective parameter, or below in the Performing an Analysis section. There are more popups and menus that will appear after the analysis has completed. They will be discussed further down. This marks the end of this page. Please visit the other Wiki pages to continue on your FLARES journey.