pyPDAF.PDAFomi.diag_get_obs¶
- pyPDAF.PDAFomi.diag_get_obs()¶
Observation vector and corresponding coordinates for specified observation type.
- Parameters:
id_obs (int) – Index of observation type to return
- Returns:
dim_obs_diag (int) – Observation dimension
ncoord (int) – Number of observation dimensions
obs_p_ptr (ndarray[np.float64, ndim=1]) – Pointer to observation vector Array shape: (:)
ocoord_p_ptr (ndarray[np.float64, ndim=2]) – Pointer to Coordinate array Array shape: (:,:)