pyPDAF.PDAF.omi_set_icoeff_p¶
- pyPDAF.PDAF.omi_set_icoeff_p()¶
This function sets the icoeff_p attribute of obs_f typically used in user-supplied function py__init_dim_obs_pdaf. icoeff_p(nrows, dim_obs_p) is a 2D array of real number used to implement interpolations. This is used in tandem with id_obs_p. Checking the documentation of pyPDAF.PDAF.omi_set_id_obs_p for some details. Also, see https://pdaf.awi.de/trac/wiki/OMI_observation_operators#Initializinginterpolationcoefficients for setting these values.
- Parameters:
i_obs (int) – index of observations
icoeff_p (ndarray[tuple[nrows, dim_obs_p], np.float64]) –
weighting coefficients for interpolations
The 1st-th dimension nrows is Number of values to be averaged The 2nd-th dimension dim_obs_p is dimension of PE local obs