asdfFileWrite

class asdfFileWrite : public kotekan::Stage

Stream a buffer to disk.

Buffers:

  • in_buf Buffer to write to disk.

    • Format: Any

    • Metadata: Any

Metrics

  • kotekan_asdffilewrite_write_time_seconds The write time to write out the last frame.

Author

Erik Schnetter

Param base_dir:

String. Directory to write into.

Param file_name:

String. Base filename to write.

Param exit_after_n_frames:

Int. Stop writing after this many frames, Default 0 = unlimited frames.

Param exit_with_n_writers:

Int. Exit after this many ASDF writers finished writing, Default 0 = unlimited writers.

Public Functions

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