pyart.correct.retrieval_result#

pyart.correct.retrieval_result(sunhits, alpha, beta, par, npar)[source]#

computes the physical parameters of the sun retrieval from the results of a Gaussian fit.

Parameters:
  • sunhits (float array) – sun hits data

  • alpha (2D float array) – the matrix used in the fit

  • beta (1D float array) – the vector used in the fit

  • par (1D float array) – the fit parameters

  • npar (int) – number of parameters of the fit

Returns:

  • val, val_std (float) – retrieved value and its standard deviation

  • az_bias, el_bias (float) – retrieved azimuth and elevation antenna bias respect to the sun position

  • az_width, el_width (float) – retrieved azimuth and elevation antenna widths