-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
We need to test the ExploreASL_Master that it is able to handle correctly all the different inputs from DICOM->BIDS->Legacy->Processing but only BIDS->Legacy->Processing. Currently, we call the subfunctions in testing, but we should call the Master script with different settings.
Requirements
How to test
All these combinations should work with different inputs:
-
ExploreASL('/pet/projekte/asl/data/BIDS/TmpConversion/Siemens_PASL_2DEPI_noBsup_AD2/sourceStructure.json',[1 1 0 0],0)
ExploreASL('/pet/projekte/asl/data/BIDS/TmpConversion/Siemens_PASL_2DEPI_noBsup_AD2/rawdata/dataset_description.json',[0 0 0 1],1) -
ExploreASL('/pet/projekte/asl/data/BIDS/TmpConversion/Siemens_PASL_2DEPI_noBsup_AD2/sourceStructure.json',[1 1 0 1],1) -
ExploreASL('/pet/projekte/asl/data/BIDS/TmpConversion/Siemens_PASL_2DEPI_noBsup_AD2/sourceStructure.json',[1 0 0 0],0)
ExploreASL('/pet/projekte/asl/data/BIDS/TmpConversion/Siemens_PASL_2DEPI_noBsup_AD2/sourceStructure.json',[0 1 0 1],1) -
ExploreASL('/pet/projekte/asl/data/BIDS/TmpConversion/Siemens_PASL_2DEPI_noBsup_AD2/sourceStructure.json',[1 0 0 0],0)
ExploreASL('/pet/projekte/asl/data/BIDS/TmpConversion/Siemens_PASL_2DEPI_noBsup_AD2/studyPar.json',[0 1 0 1],1)
Release notes
Required: Proper testing of flavors using ExploreASL_Master.