-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
When running the following on develop branch:
ExploreASL('/home/hjmutsaerts/lood_storage/divi/Projects/ExploreASL/ABBA/NOMARED',0,0);
it initializes ExploreASL, but incorrectly skips loading the study in the folder that is provided. Why is this?
Also, how does it detect what to load, it should search for the dataPar in the /derivatives/ExploreASL subfolder right?
When I then run:
ExploreASL('/home/hjmutsaerts/lood_storage/divi/Projects/ExploreASL/ABBA/NOMARED',0,1);
It gives an incorrect warning:
Neither the sourceStructure.json, dataset_description.json nor dataPar.json exist
where this should (per modularity) only give a warning about the dataPar.json right?
The following warning states: Use the study root directory instead...
This should be data set root directory...