BeamformerPresenter¶
- class spectacoular.dprocess.BeamformerPresenter¶
 Bases:
BasePresenterThis class provides data for visualization of beamformed data.
The data of its ColumnDataSource fits to Bokeh’s image glyph.
- source = Trait(BeamformerBase)¶
 Data source;
BeamformerBaseor derived object.
- cdsource = Instance(ColumnDataSource, kw={'data':{ …¶
 ColumnDataSource that holds data that can be consumed by plots and glyphs
- num = Int(0, …¶
 Trait to set the width of the frequency bands considered. defaults to 0 (single frequency line).
- freq = Float(None, …¶
 Trait to set the band center frequency to be considered.