This file is indexed.

/etc/voxbo/jobtypes/matf3.vjt is in voxbo 1.8.5~svn1246-2+b3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
shortname matf3
description create F3 matrix (V*KG*invert(KTtKG)
invocation commandline

argument
 name=vmatrix
 argdesc=first matrix
 type=string
end
invocation commandline
argument
 name=kgmatrix
 argdesc=second matrix
 type=string
end
argument
 name=outfile
 argdesc=output matrix
 type=string
end

command vbmm2 -f3 $(vmatrix) $(kgmatrix) $(outfile)
requires cpu