-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.json
More file actions
21 lines (21 loc) · 925 Bytes
/
Copy pathconfig_example.json
File metadata and controls
21 lines (21 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"__MAIN__config" : "version 1.0",
"repository_root": "path/to/repo/Image2BIDS2SQLite/",
"datasystem_root": "path/to/repo/Image2BIDS2SQLite/IMS",
"bids_dir_path": "path/to/repo/Image2BIDS2SQLite/IMS/BIDS",
"__BIDS_2_SQLite__config":"2.0",
"skip_extraction": false,
"extraction_path" : "path/to/repo/Image2BIDS2SQLite/IMS_setup/SQLite_setup",
"skip_transformation": false,
"mapping_dir_path": "path/to/repo/Image2BIDS2SQLite/IMS_setup/Mappingtables",
"skip_db_creation" : false,
"db_schema": "path/to/repo/Image2BIDS2SQLite/IMS_setup/SQLite_setup/sqlite_schema.sql",
"skip_loading": false,
"db_path": "path/to/repo/Image2BIDS2SQLite/IMS/IMS.db",
"skip_image_cleaning" : false,
"skip_backpropagation": false,
"__NIFTI_2_BIDS__config" : "1.0",
"4bids_dir_name": "4BIDS",
"__SLICER_2_BIDS_config" : "1.0",
"slicer_dir_name" : "slicer_scenes_clean"
}