Skip to content

Commit

Permalink
put software names into ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Sep 2, 2019
1 parent 8356752 commit 6edd0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: freesurferformats
Type: Package
Title: Read FreeSurfer Neuroimaging File Formats
Title: Read 'FreeSurfer' Neuroimaging File Formats
Version: 0.1.0
Author: Tim Schäfer
Maintainer: Tim Schäfer <[email protected]>
Description: Provides functions to read data from neuroimaging files in 'FreeSurfer' <http://freesurfer.net/> binary formats. This includes the following file formats: 1) MGH/MGZ format files, which can contain multi-dimensional images or other data. Typically they contain time-series of three-dimensional brain scans acquired by magnetic resonance imaging (MRI). They can also contain vertex-wise measures of surface morphometry data. The MGH format is named after the Massachusetts General Hospital, and the MGZ format is a compressed version of the same format. 2) FreeSurfer morphometry data files in binary 'curv' format. These contain vertex-wise surface measures, .i., one scalar value for each vertex of a brain surface mesh. These are typically values like the cortical thickness or area at each vertex.
Description: Provides functions to read data from neuroimaging files in 'FreeSurfer' <http://freesurfer.net/> binary formats. This includes the following file formats: 1) MGH/MGZ format files, which can contain multi-dimensional images or other data. Typically they contain time-series of three-dimensional brain scans acquired by magnetic resonance imaging (MRI). They can also contain vertex-wise measures of surface morphometry data. The MGH format is named after the Massachusetts General Hospital, and the MGZ format is a compressed version of the same format. 2) 'FreeSurfer' morphometry data files in binary 'curv' format. These contain vertex-wise surface measures, i.e., one scalar value for each vertex of a brain surface mesh. These are typically values like the cortical thickness or brain surface area at each vertex.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down

0 comments on commit 6edd0db

Please sign in to comment.