Mercurial > hg > audiodb
changeset 143:9bcece53de9e powertable
Introduce powertable-related command-line switches: for single and
batch.
author | mas01cr |
---|---|
date | Tue, 30 Oct 2007 14:39:12 +0000 |
parents | c74048e9b569 |
children | 6ae986868114 |
files | gengetopt.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gengetopt.in Tue Oct 30 14:26:50 2007 +0000 +++ b/gengetopt.in Tue Oct 30 14:39:12 2007 +0000 @@ -20,11 +20,13 @@ option "UPDATE" U "replace inserted vectors associated with key with new input vectors." dependon="features" dependon="key" dependon="database" optional hidden option "features" f "binary series of vectors file {int sz:ieee double[][sz]:eof}." string typestr="filename" dependon="database" optional option "times" t "list of time points (ascii) for feature vectors." string typestr="filename" dependon="features" optional +option "power" w "binary power feature file." string typestr="filename" dependon="database" optional option "key" k "unique identifier associated with features." string typestr="identifier" dependon="features" optional text "" option "BATCHINSERT" B "add feature vectors named in a --featureList file (with optional keys in a --keyList file) to the named database." dependon="featureList" optional option "featureList" F "text file containing list of binary feature vector files to process, one per track" string typestr="filename" dependon="database" optional option "timesList" T "text file containing list of ascii --times for each --features file in --featureList." string typestr="filename" dependon="featureList" optional +option "powerList" W "text file containing list of binary power feature file." string typestr="filename" dependon="database" optional option "keyList" K "text file containing list of unique identifiers associated with --features." string typestr="filename" optional @@ -47,5 +49,3 @@ text "\nCopyright (C) 2007 Michael Casey, Goldsmiths, University of London\n" - -