Skip to content

Commit

Permalink
mention FsCurv write support
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Mar 22, 2021
1 parent 01d2d3d commit a40816e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ To use the library in your project, add it as a dependency in your `Cargo.toml`

```toml
[dependencies]
neuroformats = "0.2.0"
neuroformats = "0.2.1"
```

## Features

* Read FreeSurfer per-vertex data in curv format (like `subject/surf/lh.thickness`): function `neuroformats::read_curv`
* Read and write FreeSurfer per-vertex data in curv format (like `subject/surf/lh.thickness`): functions `neuroformats::read_curv` and `neuroformats::write_curv`
* Read brain meshes in FreeSurfer binary mesh format (like `subject/surf/lh.white`): `neuroformats::read_surf`
* Read FreeSurfer label files (like `subject/label/lh.cortex.label`): `neuroformats::read_label`
* Read FreeSurfer brain surface parcellations (like `subject/label/lh.aparc.annot`): `neuroformats::read_annot`
Expand Down Expand Up @@ -61,4 +61,4 @@ The `neuroformats` crate is free software, dual-licensed under the [MIT](./LICEN

If you have trouble or found a bug, please [open an issue](https://github.com/dfsp-spirit/neuroformats-rs/issues) here on Github.

The `neuroformats` crate was written by [Tim Schäfer](http://rcmd.org/ts/). You can find my email address on my website if you need to contact me in person.
The `neuroformats` crate was written by [Tim Schäfer](http://rcmd.org/ts/). You can find my email address on my website if you need to contact me.

0 comments on commit a40816e

Please sign in to comment.