Christopher Lin
Results
2
issues of
Christopher Lin
Added convenience function for creating new volumes, analogous to [nilearn's image.new_img_like](https://nilearn.github.io/modules/generated/nilearn.image.new_img_like.html). This is perhaps too trivial to add as a function, but `new_img_like` is something that I reach for regularly...
Is there any way to run permutations in parallel? FSL randomise has the randomise_parallel script that runs multiple copies of randomise in parallel and then combines the resulting maps into...