dfsp-spirit / fsbrain

R library for structural neuroimaging. Provides high-level functions to access (read and write) and visualize surface-based brain morphometry data for individuals and groups.
Other
64 stars 13 forks source link

datastructure returned by label.to.annot does not have 'fs.annot' class #36

Closed dfsp-spirit closed 2 years ago

dfsp-spirit commented 2 years ago

Describe the bug The datastructure returned by label.to.annot does not have 'fs.annot' class. To Reproduce Steps to reproduce the behavior:

Run the example for label.to.annot, then run: class (annot)

Expected behavior the list of returned classes should include fs.annot

Screenshots n/a

Environment:

Additional context Add any other context about the problem here.

dfsp-spirit commented 2 years ago

This has been fixed in fe55849 and will be part of the next release (fsbrain > 0.5.2).