diff --git a/_sources/tutorials/read_recording.ipynb.txt b/_sources/tutorials/read_recording.ipynb.txt index e400def..19644ff 100644 --- a/_sources/tutorials/read_recording.ipynb.txt +++ b/_sources/tutorials/read_recording.ipynb.txt @@ -8,7 +8,7 @@ "In this tutorial, we will show how to load a single Neon recording downloaded from [Pupil Cloud](https://docs.pupil-labs.com/neon/pupil-cloud/).\n", "\n", "## Reading sample data\n", - "We will use a sample recording produced by the NCC Lab called `OfficeWalk`. It's a project with 2 recordings and multiple enrichments and can be downloaded with the `get_sample_data()` function. It returns a [`Pathlib.Path`](https://docs.python.org/3/library/pathlib.html) object to the downloaded & unzipped directory." + "We will use a sample recording produced by the NCC Lab called `OfficeWalk`. It's a project with 2 recordings and multiple enrichments and can be downloaded with the `get_sample_data()` function. It returns a `Pathlib.Path` object to the downloaded & unzipped directory." ] }, { @@ -46,7 +46,7 @@ "└── OfficeWalk_STATIC-IMAGE-MAPPER_ManualMap_csv\n", "```\n", "\n", - "The `Timeseries Data` folder contains what PyNeon calls a [`NeonDataset`](https://ncc-brain.github.io/PyNeon/reference/dataset.html#pyneon.NeonDataset). It contains multiple recordings, each with its own `info.json` file and data files. These recordings can either be loaded individually as a [`NeonRecording`](https://ncc-brain.github.io/PyNeon/reference/recording.html#pyneon.NeonRecording) or as a wholist `NeonDataset`.\n", + "The `Timeseries Data` folder contains what PyNeon calls a `NeonDataset`. It contains multiple recordings, each with its own `info.json` file and data files. These recordings can either be loaded individually as a `NeonRecording` as a wholist `NeonDataset`.\n", "\n", "If loading a `NeonDataset`, specify the path to the `Timeseries Data` folder to create a `NeonDataset` object:" ] @@ -451,7 +451,7 @@ ], "metadata": { "kernelspec": { - "display_name": "pyneon", + "display_name": "Python 3", "language": "python", "name": "python3" }, diff --git a/genindex.html b/genindex.html index a37cd8e..94af96f 100644 --- a/genindex.html +++ b/genindex.html @@ -530,8 +530,6 @@

N

  • n_frames (pyneon.video.NeonVideo attribute)
  • NeonBlinks (class in pyneon.events) -
  • -
  • NeonData (class in pyneon.data)
  • NeonDataset (class in pyneon)
  • @@ -541,10 +539,10 @@

    N

  • NeonEyeStates (class in pyneon.stream)
  • - - +