Dan Gale

Results 18 comments of Dan Gale

@effigies thanks for the tag. TBH I found working with surfaces really easy when putting together surfplot, and I'm trying to recall any issues I had. When I eventually get...

Another potential atlas is the [Glasser parcelation](https://www.nature.com/articles/nature18933). I'm not sure how broadly it is used in the literature, but we have had success with it in our lab. When my...

Just want to confirm that replacing [this url](https://github.com/ReproNim/neurodocker/blob/f2f42e1389001dbde808c02c7de7745e2bb67e25/neurodocker/templates/afni.yaml#L68) with the ubuntu repository mentioned above resolves the AFNI issue

Hi @rscgh, thanks for pointing this out! I agree that `pathlib.Path` could completely avoid this issue. I honestly don't know why I used `PosixPath` specifically in this instance. In any...

This should be fixed now with #20

WIll be added for 0.0.2a

Hi @alyssadai! This is the issue I had in mind in our discussion. As mentioned above, the `views` parameter currently only takes strings for predefined views. Those are mapped on...

Elaborating further: The key line of code is [here](https://github.com/danjgale/surfplot/blob/11e959e2faefa1acb5c1f19835affc18bbce144b/surfplot/surf.py#L267), as mentioned above. ``` if view[i, j] is not None: actor['orientation'] = orientations[view[i, j]] ``` the `view` variable is basically an...

I've also encountered an issue with the reports. If the inputs to your second-level analysis are a list of `FirstLevelModel` instances, there is no way to define first-level contrasts of...

Thanks @kchawla-pi, I'd be happy to work on it once the merge is done!