Skip to content

Conversation

@pbarbarant
Copy link
Contributor

Fixes utils_data.data_parser by ensuring that we are actually using the derivatives path provided by the user

acquisitions.append('')

# preprocessed bold images and corresponding motion parameters
if derivatives in [DERIVATIVES, THREE_MM]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you remove that loop ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be a github visualization issue, I'm only removing the if statement

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, the point was to sckip that block whenever derivatives == SMOOTH_DERIVATIVES

Copy link
Member

@bthirion bthirion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM otherwise

acquisitions.append('')

# preprocessed bold images and corresponding motion parameters
if derivatives in [DERIVATIVES, THREE_MM]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, the point was to sckip that block whenever derivatives == SMOOTH_DERIVATIVES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants