Skip to content

Commit

Permalink
add plot_distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
qian-chu committed Sep 16, 2024
1 parent de546c5 commit 4f7c319
Show file tree
Hide file tree
Showing 77 changed files with 316 additions and 12,097 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,28 @@ PyNeon is a light-weight library to work with Neon (Pupil Labs) multi-modal eye-

## Documentation
[PyNeon Documentation](https://ncc-brain.github.io/PyNeon/) contains public API and tutorials as Jupyter notebooks.

## Diagram of classes

```plaintext
Timeseries Data >> NeonDataset('Timeseries Data')
├── Recording1-e116e606 >> NeonRecording('Timeseries Data/Recording1-e116e606')
│ ├── info.json ├── .info (dict)
| ├── gaze.csv ├── .gaze (NeonGaze)
| ├── 3d_eye_states.csv ├── .eye_states (NeonEyeStates)
| ├── imu.csv ├── .imu (NeonIMU)
| ├── blinks.csv ├── .blinks (NeonBlinks)
| ├── fixations.csv ├── .fixations (NeonFixations)
| ├── saccades.csv ├── .saccades (NeonSaccades)
| ├── events.csv ├── .events (NeonEvents)
| ├── scene_camera.json
| ├── world_timestamps.csv
| ├── <scene_video>.mp4
| └── labels.csv
├── Recording2-93b8c234
│ ├── info.json
│ ├── gaze.csv
│ └── ....
├── enrichment_info.txt
└── sections.csv
```
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

Binary file removed docs/_images/tutorials_read_recording_17_1.png
Binary file not shown.
Binary file removed docs/_images/tutorials_read_recording_21_1.png
Binary file not shown.
Binary file removed docs/_images/tutorials_resample_and_concat_10_1.png
Binary file not shown.
Binary file removed docs/_images/tutorials_resample_and_concat_12_1.png
Binary file not shown.
Binary file removed docs/_images/tutorials_resample_and_concat_6_1.png
Binary file not shown.
50 changes: 0 additions & 50 deletions docs/_sources/index.rst.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_sources/reference/data.rst.txt

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_sources/reference/dataset.rst.txt

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_sources/reference/index.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_sources/reference/preprocess.rst.txt

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_sources/reference/recording.rst.txt

This file was deleted.

18 changes: 0 additions & 18 deletions docs/_sources/tutorials/export_to_bids.ipynb.txt

This file was deleted.

14 changes: 0 additions & 14 deletions docs/_sources/tutorials/index.rst.txt

This file was deleted.

Loading

0 comments on commit 4f7c319

Please sign in to comment.