pyudv.geometry.compute_vertical_axis# compute_vertical_axis(probe1, probe2)[source]# compute the common vertical axis between two probe beams. Parameters: probe1 (Probe) – First Probe object. probe2 (Probe) – Second Probe object. Returns: z_interp (ndarray) – numpy array containg the vertical coordinates of the common axis. z_min (float) – minimal vertical coordinate z_max (float) – maximal vertical coordinate