Skip to content

Commit 6cd2833

Browse files
authored
Update README.md
1 parent cc465d3 commit 6cd2833

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,20 @@ files via the MATLAB uigetdir window.
2626
SubjectID: you can specify a subject ID for each file in case you want to follow an IRB approved naming scheme for file export
2727

2828
e.g.
29-
```perceiveModular('Report_Json_Session_Report_20200115T123657.json',80)```
30-
-> creates sub-080
31-
32-
```perceiveModular('Report_Json_Session_Report_20200115T123657.json','080')```
33-
-> also creates sub-080
34-
35-
```perceiveModular('Report_Json_Session_Report_20200115T123657.json','Charite001')```
36-
-> creates sub-Charite001
37-
29+
```matlab
30+
perceiveModular('Report_Json_Session_Report_20200115T123657.json',80) %creates sub-080
31+
perceiveModular('Report_Json_Session_Report_20200115T123657.json','080') %also creates sub-080
32+
perceiveModular('Report_Json_Session_Report_20200115T123657.json','Charite001') %creates sub-Charite001
33+
```
3834
if unspecified or left empy, the subjectID will be created from
3935
ImplantDate, first letter of disease type and target (e.g. sub-2020110DGpi)
4036

4137
## ses:
4238
session:
4339
input e.g.
44-
```['','MedOff','MedOn','MedDaily','MedOff01','MedOn01','MedOff02','MedOn02','MedOff03','MedOn03','MedOffOn01','MedOffOn02','MedOffOn03','MedOnPostOpIPG','MedOffPostOpIPG','Unknown', 'PostOp']```
40+
```matlab
41+
['','MedOff','MedOn','MedDaily','MedOff01','MedOn01','MedOff02','MedOn02','MedOff03','MedOn03','MedOffOn01','MedOffOn02','MedOffOn03','MedOnPostOpIPG','MedOffPostOpIPG','Unknown', 'PostOp']
42+
```
4543

4644

4745
## extended:

0 commit comments

Comments
 (0)