Vocabulary.format(VocabularyKeys.TARGET),
"dx", "dy", "dz", "ex", "ey", "ez", "ppm"
};
for (int i=0; i<titles.length; i++) {
table.write(titles[i]);
table.nextColumn();
table.setAlignment(TableWriter.ALIGN_CENTER);
}
table.writeHorizontalSeparator();
for (int i=0; i<args.length; i++) {
IdentifiedObject object = factory.createObject(args[i]);