{ "cells": [ { "cell_type": "markdown", "id": "e0c4f29b", "metadata": {}, "source": [ "# Example datasets included in `pypillometry`\n", "\n", "`pypillometry` comes with a set of example dataset for convenience (so that you can easily start trying the package).\n", "\n", "Some smaller datasets are included directly in the package, others will be downloaded when requested. The datasets can be retrieved with the `get_dataset()` function." ] }, { "cell_type": "code", "execution_count": 1, "id": "efdd19c5", "metadata": {}, "outputs": [], "source": [ "import sys\n", "sys.path.insert(0,\"..\") # this is not needed if you have installed pypillometry\n", "import pypillometry as pp" ] }, { "cell_type": "markdown", "id": "086af5b4", "metadata": {}, "source": [ "You can get an overview over all available datasets:" ] }, { "cell_type": "code", "execution_count": 6, "id": "0dbc049c", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | Dataset | \n", "Type | \n", "Description | \n", "
---|---|---|---|
0 | \n", "rlmw_002 | \n", "ASC (OSF) | \n", "Binocular data from a 20-minute reinforcement ... | \n", "
1 | \n", "rlmw_002_short | \n", "ASC (local) | \n", "Short version (first 40 sec) of a 20-minute re... | \n", "
2 | \n", "rlmw_010_edf | \n", "EDF | \n", "Binocular data from a 20-minute reinforcement ... | \n", "