From eaea779e62308249a7613ba2e716a04aa8e4f7c4 Mon Sep 17 00:00:00 2001 From: kkappler Date: Mon, 6 Jan 2025 20:03:54 -0800 Subject: [PATCH] update imports in ipynb --- docs/tutorials/synthetic_data_processing.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/synthetic_data_processing.ipynb b/docs/tutorials/synthetic_data_processing.ipynb index b505a313..d62fbc47 100644 --- a/docs/tutorials/synthetic_data_processing.ipynb +++ b/docs/tutorials/synthetic_data_processing.ipynb @@ -1908,9 +1908,9 @@ "metadata": {}, "outputs": [], "source": [ - "from aurora.pipelines.fourier_coefficients import add_fcs_to_mth5\n", - "from aurora.pipelines.fourier_coefficients import fc_decimations_creator\n", - "from aurora.pipelines.fourier_coefficients import read_back_fcs" + "from mth5.timeseries.spectre.helpers import add_fcs_to_mth5\n", + "from mth5.timeseries.spectre.helpers import fc_decimations_creator\n", + "from mth5.timeseries.spectre.helpers import read_back_fcs" ] }, {