HBClab / NiBetaSeries

Nipype implementation of BetaSeries Correlations (Beta)
https://nibetaseries.readthedocs.io
MIT License
32 stars 28 forks source link

allow users to pass nibabel objects to nistats interfaces #290

Closed jdkent closed 4 years ago

jdkent commented 4 years ago

Is your feature request related to a problem? Please describe. I'm running a butt-ton of simulations using the lss/lsa interfaces and one choke point is reading/writing the simulated nifti file to disk before calculating the betaseries.

Describe the solution you'd like It would be nice to to pass the nibabel image in python directly into the interface so that intermediate writes are not required.

Describe alternatives you've considered N/A

Additional context N/A