Open source Very Long Baseline Interferometry
OpenVLBI
Functions

Functions

void dsp_recons_align (dsp_stream_p stream, dsp_stream_p matrix)
 Try to reconstruct a stream from sub-stream matrices. More...
 

Detailed Description

Function Documentation

◆ dsp_recons_align()

void dsp_recons_align ( dsp_stream_p  stream,
dsp_stream_p  matrix 
)
Parameters
streamthe target DSP stream.
matrixthe DSP stream with the matrices.

The matrix stream must have all dimensions and sizes of the target plus one, which is the number of matrices on to align. The aligned stream should replace the target stream.