Dan Gale
Dan Gale
Hi, thanks for making this package! I successfully installed macapype via Docker and tried to run it using the instructions provided [here](https://macatools.github.io/macapype/docker_install.html). Unfortunately, `/opt/packages/macapype/workflows/` used in the commands does not...
Currently the `views` parameter takes one or more predefined views (e.g., 'lateral'). Under the hood these just map to a tuple of viewing angles, so there's no reason why tuples...
I've yet to test if flat maps work. I think it'll be worth the effort to include, even if it is quite involved. Flatmaps would have to ignore views and...
I am trying to run a mixed effects model using Brainstat with volumetric data (NIFTIs). I was under the impression that Brainstat can do analyses on volumes (as per the...
Addresses #1, finally. Custom views are passed into the `view` parameter in `Plot()` as a 3-element tuple. The first commit of this PR (91db9c33be54b4a4f81574f91a2939bf7b2d8fea) has a working version if only...
Tests need to be written for the current code base. I'm proposing to use [pytest](https://docs.pytest.org/en/latest/), which is pretty suitable for wizardhat and easy to use. I can get the ball...
Currently the repo is missing a setup.py. This file should include a a basic setup with dependencies listed, as well as pytest configuration. Should be simple with the current structure...