Hi Anindita,
The issue is with the input parameters describing the ASL sequence. You can either specify them in the DataPar.json on study level. Then you want to use this format and add it to the DataPar.JSON:
"Q":{"BackgroundSuppressionNumberPulses":0,
"LabelingType":"PASL",
"InitialPostLabelDelay":2025,
"LabelingDuration":1650,
"SliceReadoutTime":46.7647}
Or, you can specify it on the subject level, but there, we have moved to the BIDS format so you have to enter it in s and not ms and use slightly different names:
"BackgroundSuppressionNumberPulses": 0,
"ArterialSpinLabelingType":"PASL",
"PostLabelingDelay":2.025,
"LabelingDuration":1.650
This is a bit confusing and we are working hard on making all this synchronized and all in the new ASL-BIDS format, but this takes time, so we have this hybrid version now. As a further comment: You actually don't need to provide the SliceReadoutTime as this is correctly obtained from the DICOM data.
Do provide either the extra info on subject or on study level, but preferably not on both - the subject info will be prefered, but it is better not to have info on two locations as this can lead to confusion. Advantages of study/subject level are obvious - less work on study level (edit on one place), more flexibility at subject level (but edit at more places).
To show what was the error - you have provided the data in the study-level format but in the subject-level file. For your convenience I have attached both updated files.
I hope that this explanation helps. Note that we also have routines for importing data from DICOM that can make these things easier.
Also - we can provide some guidance for the whole study. If you want, you can present your study and preliminary results on our ExploreASL user meetings that take place bi-weekly on Thursday. We would be happy to discuss the study design, QC, interpretation etc. If you are interested, simply let me know. From our experience - no offense meant - it is better to discuss potential issues before the processing is started, rather than to discuss potential issues in processing when the whole paper is written and there's much less motivation to change things :)
best,
Jan