diff --git a/src/user/how_to/dj_data_ingestion_and_processing.ipynb b/src/user/how_to/dj_data_ingestion_and_processing.ipynb index b41156a..3fe572f 100644 --- a/src/user/how_to/dj_data_ingestion_and_processing.ipynb +++ b/src/user/how_to/dj_data_ingestion_and_processing.ipynb @@ -33,7 +33,9 @@ "source": [ "from aeon.dj_pipeline import acquisition, subject, tracking\n", "from aeon.dj_pipeline.analysis import block_analysis\n", - "from aeon.dj_pipeline.create_experiments import create_socialexperiment\n", + "from aeon.dj_pipeline.create_experiments.create_socialexperiment import (\n", + " create_new_social_experiment,\n", + ")\n", "from aeon.dj_pipeline.populate.worker import (\n", " AutomatedExperimentIngestion,\n", " acquisition_worker,\n", @@ -54,13 +56,13 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "9eb99df8-4058-4014-8885-d9a393019e2d", "metadata": {}, "outputs": [], "source": [ "experiment_name = \"social0.2-aeon3\"\n", - "create_socialexperiment(experiment_name)\n" + "create_new_social_experiment(experiment_name)" ] }, { @@ -321,7 +323,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 5, "id": "fbac420f-d0b8-4226-a47c-8e409f9e361b", "metadata": {}, "outputs": [], @@ -353,7 +355,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 6, "id": "92589a7f-cf36-4de9-b36c-02dceafbf341", "metadata": {}, "outputs": [], @@ -491,7 +493,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "39309e8a-634f-4ed0-9bc2-b3535df1a44d", "metadata": {}, "outputs": [], @@ -566,7 +568,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "aeon", "language": "python", "name": "python3" }, @@ -580,7 +582,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.11.9" } }, "nbformat": 4,