Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

n_vol value from wrong axis #4

Description

@rzlim08

Hi, I know this is probably a work in progress right now, but it looks the value "n_vol" is taken from the wrong axis. The time axis in nibabel is usually the last dimension, which means "n_vol = func.shape[0]" should be "n_vol = func.shape[-1]". Thanks for the package!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions