-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
No CBF stats are printed when 'ASL_x' sessions not include the first session ('ASL_1'). Furthermore, xASL_adm_GetPopulationSessions provides a warning showing sessions differ per subject, however this is not the case for this particular dataset. The problem arises in line 222 of xASL_stat_PrintStats :
There the session should be 1, whereas it is defined as 3 based on the session number of ASL_x. The SessionN variable is defined in line 218 by SessionID and should be changed. SessionID is defined in 197 based on the complete name of the SubjectSession name (in our example 'sub-59404_2_ASL_3'), can this be changed to the simple session number in the for loop (defined by iSubjSess)?
Release notes
Printf CBF results in TSV even if first ASL session ASL_1 is missing.
