katcbf_vlbi_resample.stream module
Abstract definition of a sample stream.
- class katcbf_vlbi_resample.stream.ChunkwiseStream(input_data: Stream)
-
Stream where each input chunk becomes one output chunk.
The chunks need not have the same shape, but if the time scale changes then the constructor must override
time_scale. By default, properties are inherited from the input.Subclasses must implement
_transform().