]> git.parisson.com Git - timeside.git/commitdiff
feature(render_analyzers): add grapher for Irit_noise_startSilences
authorThomas Fillon <thomas@parisson.com>
Tue, 1 Jul 2014 13:01:17 +0000 (15:01 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 1 Jul 2014 13:01:17 +0000 (15:01 +0200)
tests/test_graphers_render_analyzers.py [changed mode: 0644->0755]
timeside/grapher/render_analyzers.py

old mode 100644 (file)
new mode 100755 (executable)
index dd7ea730e273115de003eca40c2cd42fe72ebe7a..ce98e5258e4993752c0a370cf60358de3666263a 100644 (file)
@@ -204,3 +204,12 @@ try:
 
 except PIDError:
     pass
+
+# IRIT Start Seg
+irit_startseg = get_processor('irit_startseg')()
+DisplayIRIT_Start = DisplayAnalyzer.create(
+    analyzer=irit_startseg,
+    result_id='irit_startseg.segments',
+    grapher_id='grapher_irit_startseg',
+    grapher_name='IRIT Start Noise',
+    background='waveform')