Skip to content

Commit c670fff

Browse files
committed
Update: docstring
1 parent e6d44cc commit c670fff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • uncertaintyx/oceancolour

uncertaintyx/oceancolour/ocx.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,11 @@ def estimate(
302302
| None = None,
303303
) -> np.ndarray:
304304
"""
305-
Returns the blended OCI/OCX default parameter values.
305+
Returns the OC4/CI default parameter values.
306306
307307
Elements ``[0:2]`` refer to the blending, elements ``[2:4]``
308-
refer to CI, and elements ``[4:9]`` refer to OC4.
308+
refer to CI, and elements ``[4:9]`` refer to OC4. The default
309+
OC4 parameter set returned is for SeaWiFS.
309310
"""
310311
return np.concatenate(
311312
(

0 commit comments

Comments
 (0)