diff runner/LabFeatureWriter.cpp @ 159:237ccacbb85e labfile

Add omit-filename option to CSV writer (and test it while testing lab writer)
author Chris Cannam
date Wed, 15 Oct 2014 10:38:17 +0100
parents a2310369b2cc
children 59abb58b1855
line wrap: on
line diff
--- a/runner/LabFeatureWriter.cpp	Wed Oct 15 10:18:13 2014 +0100
+++ b/runner/LabFeatureWriter.cpp	Wed Oct 15 10:38:17 2014 +0100
@@ -42,7 +42,7 @@
 string
 LabFeatureWriter::getDescription() const
 {
-    return "Write features in .lab, a tab-separated columnar format. The first column is always the feature start time in seconds. If the features have duration, the second column will be the feature end time in seconds. Remaining columns are the feature values (if any) and finally the feature label (if any). There is no identification of the audio file or the transform, so confusion will result if features from different audio or transforms are mixed. For more control over the output, consider using the CSV writer.";
+    return "Write features in .lab, a tab-separated columnar format. The first column is always the feature start time in seconds. If the features have duration, the second column will be the feature end time in seconds. Remaining columns are the feature values (if any) and finally the feature label (if any). There is no identification of the audio file or the transform, so confusion will result if features from different audio or transforms are mixed. (For more control over the output, consider using the more general CSV writer.)";
 }
 
 LabFeatureWriter::ParameterList