visDebug

class visDebug : public kotekan::Stage

Output some useful properties about the buffer for debugging.

The output is produced by calling VisFrameView::summary

Buffers

  • in_buf The buffer to debug

    • Format: VisBuffer structured

    • Metadata: VisMetadata

Metrics

  • kotekan_visdebug_frames_by_freq_total The total frames seen per frequency.

  • kotekan_visdebug_frames_by_dataset_total The total frames seen per dataset.

Author

Richard Shaw

Param output_period:

Int. Print output every output_period frames. Default is every 1000 frames.

Public Functions

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