-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from CCC-members/develop
Develop
- Loading branch information
Showing
32 changed files
with
337 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"description":"", | ||
"channel_type":{ | ||
"description":"Select the type of import channel process to be used. <<1>> Use raw data. <<2>> Use BST default template ", | ||
"type":2, | ||
"description":"Select the type of import channel process to be used. <<raw>> Use raw data. <<default>> Use BST default template ", | ||
"type":"default", | ||
"type_list":[ | ||
{ | ||
"id":1, | ||
"id":"raw", | ||
"name":"raw_data", | ||
"description":"", | ||
"subID_prefix":"", | ||
"base_path":"/mnt/Store/Data/Conectome/Sample/SubID", | ||
"base_path":"/mnt/Store/Data/Conectome/Sample", | ||
"file_location":"meg/SubID/unprocessed/MEG/5-Restin/4D/c,rfDC", | ||
"data_format":"4D", | ||
"group_layout_name":"", | ||
"channel_layout_name":"" | ||
}, | ||
{ | ||
"id":2, | ||
"id":"default", | ||
"name":"import_channel", | ||
"description":"Select the group and name of the sensor layout. See bst_defaults/bst_eeg_layouts.json file and select all params from there", | ||
"group_layout_name":"ICBM152", | ||
"channel_layout_name":"ASA 10-05 343" | ||
} | ||
] | ||
}, | ||
"channel_label_file":"" | ||
"channel_label_file":"" | ||
} |
Oops, something went wrong.