~ubuntu-branches/ubuntu/raring/voxbo/raring

« back to all changes in this revision

Viewing changes to munge/vbinterpolate.hlp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-06-06 11:33:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100606113311-v3c13imdkkd5n7ae
Tags: upstream-1.8.5~svn1172
ImportĀ upstreamĀ versionĀ 1.8.5~svn1172

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
VoxBo vbinterpolate (v%1%)
 
3
summary:
 
4
  linear interpolation to replace oddball volumes
 
5
usage:
 
6
  vbinterpolate  [<flags>] <4D infile> <4D outfile> <vols to remove>
 
7
flags:
 
8
  -f             convert to floating point
 
9
  -n             replace NaNs and Infs with zeros
 
10
  -l             use linear interpolation (default is cubic spline)
 
11
  -h             show help
 
12
  -v             show version
 
13
notes:
 
14
  vols to remove is a comma-separated list of volume indices (you can
 
15
  also use a dash for ranges), with the first volume being 0.  e.g.,
 
16
  44,45,51,51 interpolates 4 volumes, as does 24-27