Skip to content

Commit

Permalink
add more tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
qian-chu committed Sep 2, 2024
1 parent da98d53 commit 24aa9f8
Show file tree
Hide file tree
Showing 37 changed files with 2,567 additions and 28 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: d7d1e277d5650e23848c2f7b1e30761e
config: a3337b8fdb7d16f69d6f92f1c6fc4a2c
tags: 645f666f9bcd5a90fca523b33c5a78b7
File renamed without changes.
18 changes: 14 additions & 4 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

.. module:: pyneon

PyNeon documentation
====================
Welcome to PyNeon documentation
===============================

PyNeon is a light-weight library to work with Neon (Pupil Labs) multi-modal
eye-tracking data. It is originally developed by Qian Chu and Jan-Gabriel
Hartel from the Max Planck Institute for Empirical Aesthetics.
eye-tracking data. It is a community-driven effort to provide a versatile set
of tools to work with the rich data (gaze, eye states, IMU, events, etc.)
provided by Neon.

PyNeon is licensed under the MIT License.

Here we provide tutorials and API reference to help you get started with PyNeon.

Installation
============
Expand All @@ -28,6 +33,11 @@ PyNeon works with the "Timeseries Data" or "Timeseries Data + Scene Video" forma
as exported from Pupil Clouds. The data could be from a single recording or from a
project with multiple recordings.

Credits
=======

PyNeon was inspired by https://github.com/pupil-labs/pl-neon-recording/

.. toctree::
:maxdepth: 1
:hidden:
Expand Down
18 changes: 18 additions & 0 deletions docs/_sources/tutorials/export_to_bids.ipynb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Export Neon data recording to BIDS formats\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
10 changes: 10 additions & 0 deletions docs/_sources/tutorials/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
PyNeon Tutorials
================

Here you can find tutorials in the form of Jupyter notebooks to help you get
started with PyNeon.

.. toctree::
:maxdepth: 1

load_recording
load_dataset
resample_and_concat
export_to_bids
30 changes: 30 additions & 0 deletions docs/_sources/tutorials/load_dataset.ipynb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Load a Neon dataset (Pupil Cloud project)\n",
"In this tutorial, we will show how to load a Neon dataset downloaded from [Pupil Cloud](https://docs.pupil-labs.com/neon/pupil-cloud/)."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
26 changes: 26 additions & 0 deletions docs/_sources/tutorials/load_recording.ipynb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Load a Neon recording\n",
"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/)."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
18 changes: 18 additions & 0 deletions docs/_sources/tutorials/resample_and_concat.ipynb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Resample data and concatenate channels\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
9 changes: 9 additions & 0 deletions docs/_static/nbsphinx-broken-thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 24aa9f8

Please sign in to comment.