From d82a1eeaeb2a5b7b1cad319a090d50b882cb98c4 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Fri, 20 Sep 2024 14:45:59 +0200 Subject: [PATCH] docs: fix name --- src/ess/reflectometry/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ess/reflectometry/tools.py b/src/ess/reflectometry/tools.py index 0116323..07c92df 100644 --- a/src/ess/reflectometry/tools.py +++ b/src/ess/reflectometry/tools.py @@ -242,7 +242,7 @@ def combine_curves( are proportional to the variances. Unless the curves are already scaled correctly they might - need to be scaled using :func:`stitch_reflectivity_curves`. + need to be scaled using :func:`scale_reflectivity_curves_to_overlap`. All curves must be have the same unit for data and the Q-coordinate.