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

n_vol value from wrong axis #4

Open
rzlim08 opened this issue Jul 13, 2020 · 1 comment
Open

n_vol value from wrong axis #4

rzlim08 opened this issue Jul 13, 2020 · 1 comment

Comments

@rzlim08
Copy link

rzlim08 commented Jul 13, 2020

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!

@htwangtw
Copy link
Owner

Sorry for the late reply! I only got time to come back to this now - will address this when I give it a through update.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants