From 032f1a6b0186e93b2fad1b32657c06ccabae53a9 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Wed, 6 Dec 2023 15:16:36 -0500 Subject: [PATCH] Update notebooks/LCvizDemoMultEphem.ipynb Co-authored-by: Brett M. Morris --- notebooks/LCvizDemoMultEphem.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/LCvizDemoMultEphem.ipynb b/notebooks/LCvizDemoMultEphem.ipynb index 32560331..42a6527a 100644 --- a/notebooks/LCvizDemoMultEphem.ipynb +++ b/notebooks/LCvizDemoMultEphem.ipynb @@ -34,7 +34,7 @@ "source": [ "## Flattening / Detrending\n", "\n", - "Here we'll use the plugin API to both open the plugin UI, set the inputs, and ultimately flatten the light curve. To reproduce this interactively, open the \"Flatten\" plugin in the plugin tray (click the three horizontal bars in the top-right of lcviz), and set the corresponding inputs in the plugin UI. Note that this provides immediate feedback as to how those inputs affect the trend as well as the final flattened light curve." + "Here we'll use the API to open the plugin UI, set the inputs, and flatten the light curve. To reproduce this workflow interactively, open the \"Flatten\" plugin in the plugin tray (click the three horizontal bars in the top-right of lcviz), and set the corresponding inputs in the plugin UI. Modifying the parameters in the UI will produce live-previews of the detrended light curve." ] }, {