forked from andrewkolb08/BiteplateCorrection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
30 lines (10 loc) · 1.04 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Use BPRotation.m to generate bite-plate correction parameters file first for each subject
Use BiteplateCorrect.m to run the bite-plate correction by given the tsv file and associate bite-plate parameter file.
Use BiteplateCorrect.m to check the sensors' position by setting 'flag = 1'
The suggested process of bite plate correction for each subject:
Example: eager01
1. Run the BPRotation('eager01_biteplate.tsv') to generate bite-plate correction parameters
2. Run the BiteplateCorrection('eager01_biteplate.tsv',eager01_BPInfo.mat', 1, offset) to do the correction for bite plate record and check sensors position
If the output message shows 'Pass: all sensors positions are in the correct configuation', then the bite plate correction can be applied to all the other files for this subject
If the output is error message: check sensors channel and position according to the error.
3. Run the BiteplateCorrection('eager01_**.tsv', eager01_BPInfo.mat', 0, offset) for the other records of this subject