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

« back to all changes in this revision

Viewing changes to munge/vbmaskinfo.hlp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-02-25 13:23:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110225132331-g2oxsilh28koblaz
Tags: 1.8.5~svn1246-1
New upstream code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
usage:
5
5
  vbmaskinfo <flags> <img> [<img> ...]
6
6
flags:
7
 
  -m <mask>      inclusion mask (voxels with non-zero values will be included)
 
7
  -m <mask>      inclusion mask (include voxels with non-zero values)
8
8
  -n <num>       minimum lesions for a voxel to be included (default 1)
9
9
  -u <file>      write unique-voxel volume
 
10
  -s <file> <n>  select n random distinct in-mask voxels, write as matrix
10
11
  -r             see below
11
12
  -h             show help
12
13
  -v             show version
16
17
  a summary of the number of total and distinct voxels in the
17
18
  combined volume.
18
19
 
19
 
  Documentation for the -u and -r options coming soon!
20
 
 
21
 
  Note that when writing feature files, the .mat extension will get
22
 
  you a VoxBo matrix (MAT1) file, while the .mtx extension will get
23
 
  you a text format matrix file with features in columns and subjects
24
 
  (volumes) in rows.  Lines beginning with # are comments.
 
20
  The -u option creates a volume with only unique voxels.  For every
 
21
  set of n identical voxels (voxels that have the same value at every
 
22
  point in the series), only one will be included.
25
23
 
26
24
  The -r flag is used to extract matrices of feature vectors
27
25
  heuristically from a 4D mask set.  Each feature vector contains the
38
36
  you'd like to extract.  maxrmul is the maximum R value for a model
39
37
  of the candidate vector, with the already-included vectors as the
40
38
  IVs (the higher the maxrmul, the less the multicollinearity among
41
 
  the features).  countweight is the amount of weight given to the
42
 
  number of voxels containing the pattern to be considered.
 
39
  the features).  if maxrmul is 1.0 or greater, then all voxels will
 
40
  be included (this is useful if you want to create a "district" map
 
41
  of identical voxels).  countweight is the amount of weight given to
 
42
  the number of voxels containing the pattern to be considered.
43
43
  countweight can be given either in the 0-1 range or in the 0-100
44
44
  range.  the remaining weight is given to the feature's variance.  if
45
45
  both weighting parameters are non-zero, then the numbers used are
46
46
  scaled to the 0-1 range, so that they're at least roughly
47
47
  comparable.
48
48
 
 
49
  Note that when writing matrix files using -s or -r, the .mat
 
50
  extension will get you a VoxBo matrix (MAT1) file, while the .mtx
 
51
  extension will get you a text format matrix file with features in
 
52
  columns and subjects (volumes) in rows.  Lines beginning with # are
 
53
  comments.
 
54