TeamICSTECHNOS / DOCoMETRe

Data acquisition and processing software
Other
0 stars 0 forks source link

Add protocol importation feature #10

Closed fbuloup closed 2 years ago

fbuloup commented 2 years ago

Add (Subjects/)Sessions/Trials importation feature from properties file :

subject1.name = Bob subject2.name = David subject1.session1.name = FristSession subject1.session1.trial1 = absolute/path/to/process/File subject1.session1.trial2 = absolute/path/to/process/File subject1.session2.name = SecondSession subject1.session2.trial1 = absolute/path/to/process/File subject1.session2trial2 = absolute/path/to/process/File subject2.session1.name = AnotherFristSession subject2.session1.trial1 = absolute/path/to/process/File subject2.session1.trial2 = absolute/path/to/process/File subject2.session2.name = AnotherSecondSession subject2.session2.trial1 = absolute/path/to/process/File subject2.session2trial2 = absolute/path/to/process/File etc.

fbuloup commented 2 years ago

Subject level has not been implemented