Skip to content

No ASL files found in Population module for non-single-digit sessions #1330

@MDijsselhof

Description

@MDijsselhof

Description

In the start of the population module, ASL scans are searched for in the Population folder through bHasASL = ~isempty(xASL_adm_GetFileList(x.D.PopDir, '^.*ASL_\d\.nii$')); . This will find ASL scans of sessions with a single digit only.

Tasks

  • Change into bHasASL = ~isempty(xASL_adm_GetFileList(x.D.PopDir, '^.*ASL_\d+\.nii$'));

Release notes

Minor fix in the population module to process sessions 10 and higher.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions