RedundantStack

class RedundantStack : public kotekan::Stage

Complete stack over redundant baselines from previously stacked data.

This is based on baselineCompression.

Todo:

merge this with baselineCompression

buffers

  • in_buf The buffer to read from.

    • Format: VisBuffer

    • Metadata: VisMetadata

  • out_buf The buffer to write to.

    • Format: VisBuffer

    • Metadata: VisMetadata

Author

Tristan Pinsonneault-Marotte

Public Functions

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