surfa
surfa copied to clipboard
Python utilities for medical image and surface-based analysis
Distributing surfa via conda would be cool! — I have surfa as a prerequisite for [this](https://www.github.com/seannz/svr) project and surfa is the only package that is not conda-installable...
Is there any way to install `surfa` on Windows?
HI, I was in the win10 system and tried to conform MRI data with the command: conformed = image.conform(voxsize=1.0, dtype='float32', method='nearest', orientation='LIA').crop_to_bbox() Unfortunately, it returned "ValueError: Buffer dtype mismatch, expected...
1 warning and 2 errors generated. error: command '/usr/bin/clang' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem...
Fix `"ValueError: Buffer dtype mismatch, expected 'int_t' but got 'long long'"` error on Windows (found when building samseg on Windows). Most probably fix #3 (not tested)
Currently this repo has no "versions"
Surfa was almost working out of the box on Windows 11 with Python 12 and the Visual Studio 2022 compiler (MSVC 22). I modified setup.py to use MSVC flags. I...
Closes https://github.com/freesurfer/surfa/issues/64 Closes #17 Seems to be working: https://github.com/larsoner/surfa/actions/runs/18286055605 Also enables PyPI automated publishing when a tagged release is cut
Most repos have a license file, this one does not. Might as well for consistency! This is problematic for example when creating a conda-forge package using `grayskull` I'd need to...
Hello, would it be possible to provide binary wheels to simplify installation? Thanks, Richard