From: Guillaume Pellerin Date: Tue, 20 Jan 2015 16:32:50 +0000 (+0100) Subject: staging=True for all graphers X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=HEAD;p=timeside-diadems.git staging=True for all graphers --- diff --git a/timeside/plugins/diadems/irit_monopoly.py b/timeside/plugins/diadems/irit_monopoly.py index fb84876..c2935d8 100644 --- a/timeside/plugins/diadems/irit_monopoly.py +++ b/timeside/plugins/diadems/irit_monopoly.py @@ -168,7 +168,7 @@ class IRITMonopoly(Analyzer): return numpy.mean(Pxy) - + # Generate Grapher for IRITMonopoly analyzer from timeside.core.grapher import DisplayAnalyzer @@ -178,4 +178,4 @@ DisplayMonopoly = DisplayAnalyzer.create( grapher_id='grapher_monopoly_segments', grapher_name='Mono/Poly segmentation', background='waveform', - staging=True) + staging=False) diff --git a/timeside/plugins/diadems/irit_noise_startSilences.py b/timeside/plugins/diadems/irit_noise_startSilences.py index 0ac4987..7ba5211 100644 --- a/timeside/plugins/diadems/irit_noise_startSilences.py +++ b/timeside/plugins/diadems/irit_noise_startSilences.py @@ -227,4 +227,4 @@ DisplayIRIT_Start = DisplayAnalyzer.create( grapher_id='grapher_irit_startseg', grapher_name='Analogous start point', background='waveform', - staging=True) + staging=False) diff --git a/timeside/plugins/diadems/irit_speech_4hz.py b/timeside/plugins/diadems/irit_speech_4hz.py index 00c25c9..cbc0f11 100644 --- a/timeside/plugins/diadems/irit_speech_4hz.py +++ b/timeside/plugins/diadems/irit_speech_4hz.py @@ -220,7 +220,7 @@ Display4hzSpeechSegmentation = DisplayAnalyzer.create( grapher_id='grapher_irit_speech_4hz_segments', grapher_name='Speech segmentation', background='waveform', - staging=True) + staging=False) # IRIT 4Hz with median filter Display4hzSpeechSegmentation = DisplayAnalyzer.create( @@ -229,4 +229,4 @@ Display4hzSpeechSegmentation = DisplayAnalyzer.create( grapher_id='grapher_irit_speech_4hz_segments_median', grapher_name='Speech segmentation (median)', background='waveform', - staging=True) + staging=False) diff --git a/timeside/plugins/diadems/limsi_sad.py b/timeside/plugins/diadems/limsi_sad.py index 7fdd674..5f16d03 100644 --- a/timeside/plugins/diadems/limsi_sad.py +++ b/timeside/plugins/diadems/limsi_sad.py @@ -275,7 +275,7 @@ DisplayLIMSI_SAD_etape = DisplayAnalyzer.create( grapher_id='grapher_limsi_sad_etape', grapher_name='Speech activity (ETAPE)', background='waveform', - staging=True) + staging=False) # Mayan Model DisplayLIMSI_SAD_maya = DisplayAnalyzer.create( @@ -285,4 +285,4 @@ DisplayLIMSI_SAD_maya = DisplayAnalyzer.create( grapher_id='grapher_limsi_sad_maya', grapher_name='Speech activity (Mayan)', background='waveform', - staging=True) + staging=False)