Compare commits
10 Commits
v1.0.0
...
87073fb218
| Author | SHA1 | Date | |
|---|---|---|---|
| 87073fb218 | |||
| 3d0fbd5c5e | |||
| 3f38f5a978 | |||
| 0607ced61e | |||
| b1e5405f7b | |||
| e3c21cfb10 | |||
| 41c507e721 | |||
| b3470e6c96 | |||
| 391b42df50 | |||
| 65e33c8619 |
37
changelog.md
Normal file
37
changelog.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Version 1.1.1
|
||||
|
||||
- Fixed the number of rectangles in the progress bar to 19
|
||||
- Fixed a crash when attempting to load a brain image on Windows
|
||||
- Removed hardcoded event annotations. Fixes [Issue 16](https://git.research.dezeeuw.ca/tyler/flares/issues/16)
|
||||
|
||||
|
||||
# Version 1.1.0
|
||||
|
||||
- Revamped the Analysis window
|
||||
- 4 Options of Participant, Participant Brain, Inter-Group, and Cross Group Brain are available.
|
||||
- Customization is present to query different participants, images, events, brains, etc.
|
||||
- Removed preprocessing options and reorganized their order to correlate with the actual order.
|
||||
- Most preprocessing options removed will be coming back soon
|
||||
- Added a group option when clicking on a participant's file
|
||||
- If no group is specified, the participant will be added to the "Default" group
|
||||
- Added option to update the optode positions in a snirf file from the Options menu (F6)
|
||||
- Fixed [Issue 3](https://git.research.dezeeuw.ca/tyler/flares/issues/3), [Issue 4](https://git.research.dezeeuw.ca/tyler/flares/issues/4), [Issue 17](https://git.research.dezeeuw.ca/tyler/flares/issues/17), [Issue 21](https://git.research.dezeeuw.ca/tyler/flares/issues/21), [Issue 22](https://git.research.dezeeuw.ca/tyler/flares/issues/22)
|
||||
|
||||
|
||||
# Version 1.0.1
|
||||
|
||||
- Two new options have been added when clicking on a participant's file.
|
||||
- First new option is Age which allows the option to specify age on a per-file basis to calculate DPF by using the Scholkmann & Wolf calculation instead of having one DPF for all files. Fixes [Issue 1](https://git.research.dezeeuw.ca/tyler/flares/issues/1). This also allows for proper calculation of DPF for the two seperate wavelengths.
|
||||
- If no age is set by the user, the code will fall back to the age of 25
|
||||
- Second new option is Gender to be used in future analysis options (currently not implemented).
|
||||
- UI elements have been shuffled to make room for the new parameters.
|
||||
- Removed the process button from being available until a file or project is opened. Fixes [Issue 2](https://git.research.dezeeuw.ca/tyler/flares/issues/2).
|
||||
- Removed the option for PPF under Haemoglobin Concentration as it is no longer used.
|
||||
- Added a new category in the options called Other
|
||||
- Added MAX_WORKERS to the Other category. This is how many files should be processed at once. Fixes [Issue 13](https://git.research.dezeeuw.ca/tyler/flares/issues/13).
|
||||
- Added more information about the snirf file to be displayed when selected
|
||||
|
||||
|
||||
# Version 1.0.0
|
||||
|
||||
- Initial release.
|
||||
4074
fNIRS_module.py
4074
fNIRS_module.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user