Commit 9bdbfcc9d04bc6407e92cb846d44a647e944ca01
1 parent
0e6edc02
Exists in
master
and in
80 other branches
Set noise filtering as experimental
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
js/app/views/PlotComponents/PlotBaseSerieForm.js
... | ... | @@ -105,7 +105,7 @@ Ext.define('amdaPlotComp.PlotBaseSerieForm', { |
105 | 105 | this.addStandardFieldSet('Symbols', 'serie-symbols-activated', this.addStandardSymbolsItems('serie-symbols')), |
106 | 106 | this.addStandardFieldSet('Time ticks', 'serie-timetick-activated', this.getTimeTickItems()), |
107 | 107 | this.addStandardFieldSet('Interval ticks', 'serie-intervaltick-activated', this.getIntervalTickItems()), |
108 | - this.addStandardFieldSet('Filtering', 'filtering-activated', this.getFilteringItems()) | |
108 | + this.addStandardFieldSet('Filtering ( ! Experimental ! )', 'filtering-activated', this.getFilteringItems()) | |
109 | 109 | ]; |
110 | 110 | } |
111 | 111 | }); |
... | ... |
js/app/views/PlotComponents/PlotSpectroForm.js
... | ... | @@ -49,7 +49,7 @@ Ext.define('amdaPlotComp.PlotSpectroForm', { |
49 | 49 | me.object.set('spectro-normalization', value); |
50 | 50 | } |
51 | 51 | }), |
52 | - this.addStandardFieldSet('Filtering', 'filtering-activated', this.getFilteringItems()) | |
52 | + this.addStandardFieldSet('Filtering ( ! Experimental ! )', 'filtering-activated', this.getFilteringItems()) | |
53 | 53 | ]; |
54 | 54 | } |
55 | 55 | }); |
... | ... |