Skip to content

Revisit anatomical suffix filtering #250

@jpillai00

Description

@jpillai00

Currently, anatomical input filtering is set to T1w only:

for _, anat_df in session.anat.filter(pl.col("suffix") == "T1w").group_by(
         _ANAT_GROUP_ENTITIES, maintain_order=True
):

We should revisit this to determine how/whether other anatomical suffixes (e.g. T2w, FLAIR, etc.) should be supported.

Metadata

Metadata

Assignees

Labels

anatomicalrefactorAlterations of code that do not affect function

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions