neuropythy icon indicating copy to clipboard operation
neuropythy copied to clipboard

A neuroscience library for Python, intended to complement the existing nibabel library.

Results 4 neuropythy issues
Sort by recently updated
recently updated
newest added

GIFTI files can contain an enormous variety of data. Currently neuropythy has only minimal logic for interpreting these data. Exporting of GIFTI data is also not supported. Possibly GIFTI data...

CIFTI images are currently only partially-supported by neuropythy; examples of support issues include: * CIFTI images do not currently work correctly with `to_image`, `to_image_spec`, and related functions * CIFTI images...

Hey Noah! When compiling my docker I ran into problems running neuropythy that I traced back to the version of `pint`. When the version is increased to 0.21 I have...

Currently, there is no documentation on how to add a custom dataset. Also, the function to add a dataset is hidden in ny.datasets.core; add_dataset should be available via ny.datasets.add_dataset.