Next Previous Contents

3. Usage

3.1 General Usage

SJBsheet reads in a mappingfile and generates out of it a new File which is spreadsheet ready. Output is given to stdout. The best way to call it is:

cat input.mappingfile | sjbsheet >output.tab

3.2 Parameters

No Patameters. SJBsheet reads from stdin.

3.3 INPUT Format

Don't use any other input than that produced by somlib!

Header of a sample inputfile:

$TYPE mapping
$VEC_DIM 2304
$XDIM 10
$YDIM 10
7 9 adiemus.mp3.-.11.mp3 395424.09744396684
0 5 adiemus.mp3.-.14.mp3 45828.51434171971
0 0 adiemus.mp3.-.17.mp3 25966.49270887931
4 5 adiemus.mp3.-.2.mp3 281594.2866607592
3 9 adiemus.mp3.-.20.mp3 450542.00725717505

3.4 OUTPUT Format

Header of a sample outputfile:



Next Previous Contents