# HG changeset patch # User mas01cr # Date 1193755152 0 # Node ID 9bcece53de9e75d7569b58daec023753da3f950c # Parent c74048e9b569989362cd31c4c974b349bea36a8c Introduce powertable-related command-line switches: for single and batch. diff -r c74048e9b569 -r 9bcece53de9e gengetopt.in --- 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" - -