BeamInspect

class BeamInspect : public kotekan::Stage

Prints out beam information about the frames in the in_buf.

This class is intended for testing/debugging.

Buffers

  • in_buf The buffer to print the contents of.

    • Format: 4+4-bit complex voltage (beam) data

    • Metadata: BeamMetadata

Author

Andre Renard

Public Functions

BeamInspect(kotekan::Config &config, const std::string &unique_name, kotekan::bufferContainer &buffer_container)
~BeamInspect()
virtual void main_thread() override