forked from shawntz/eyeris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
172 lines (158 loc) Β· 5.22 KB
/
Copy path_pkgdown.yml
File metadata and controls
172 lines (158 loc) Β· 5.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
url: https://shawnschwartz.com/eyeris/
news:
cran_dates: true
releases:
- text: "LATEST STABLE RELEASE"
- text: "v3.0.1 (CRAN)"
href: news/index.html#eyeris-301-lumpy-space-princess-lumpy-space-princess
- text: -------
- text: "v3.0.0 (CRAN)"
href: news/index.html#eyeris-300-lumpy-space-princess-lumpy-space-princess
- text: "Previous Releases"
- text: "v2.1.1 (CRAN)"
href: news/index.html#eyeris-211-lumpy-space-princess-lumpy-space-princess
- text: "v2.1.0 (CRAN)"
href: news/index.html#eyeris-210-lumpy-space-princess-lumpy-space-princess
- text: "v2.0.0 (CRAN)"
href: news/index.html#eyeris-200-lumpy-space-princess-lumpy-space-princess
- text: "v1.2.1 (CRAN)"
href: news/index.html#eyeris-121-tree-trunks-tree-trunks
- text: "v1.2.0 (CRAN)"
href: news/index.html#eyeris-120-tree-trunks-tree-trunks
- text: "v1.1.0 (CRAN)"
href: news/index.html#eyeris-110-princess-bubblegum-princess-bubblegum
- text: "v1.0.1 (devel)"
href: news/index.html#eyeris-101-ice-king-ice-king
- text: "v1.0.0 (CRAN)"
href: news/index.html#eyeris-100-ice-king-ice-king
- text: "v0.1.1.9000 (devel)"
href: news/index.html#eyeris-0119000-jake-the-dog-jake-the-dog
- text: "v0.1.0.9000 (devel)"
href: news/index.html#eyeris-0109000-jake-the-dog-jake-the-dog
- text: "v0.0.0.9000 (devel)"
href: news/index.html#eyeris-0009000-finn-the-human-finn-the-human
home:
sidebar:
structure: [authors, citation, links, license, dev]
navbar:
structure:
left: [intro, reference, articles, news, preprint]
right: [search, github, bluesky, lightswitch]
components:
bluesky:
icon: fa-twitter
href: http://bsky.app/profile/shawnschwartz.bsky.social
aria-label: Bluesky
preprint:
text: "bioRxiv Preprint"
href: http://www.biorxiv.org/content/10.1101/2025.06.01.657312v1
aria-label: Preprint
template:
bootstrap: 5
light-switch: false
theme: breeze-light
math-rendering: mathjax
includes:
in_header: |
<script async src="https://cdn.seline.com/seline.js" data-token="dec3c94d0af2ccd"></script>
bslib:
bootswatch: united
base_font: {google: "Raleway"}
heading_font: {google: "Open Sans"}
code_font: {google: "JetBrains Mono"}
pkgdown-nav-height: 100px
primary: "#820000"
footer:
structure:
left: developed_by
right: [built_with, legal]
components:
legal: Provided without **any warranty**.<br />The funders had no role in study design, data collection, and interpretation, or the decision to submit the work for publication.
authors:
Shawn Schwartz:
href: "http://shawnschwartz.com"
footer:
roles: [cre]
text: "Made with β₯ in Palo Alto by"
sidebar:
roles: [aut, fnd, ctb]
reference:
- title: "π§ Core Pipeline"
desc: >
Start here with the full pipeline wrapper to quickly and easily call and customize the opinionated `glassbox` pipeline in `eyeris`.
contents:
- glassbox
- eyelogger
- title: "β±οΈ Epoching Pupil Data"
desc: >
Conveniently extract tidy trial-based epochs with optional baseline correction.
contents:
- epoch
- title: "π€ Export & Visualize"
desc: >
Save out BIDS-style derivatives, generate diagnostic HTML reports, and interactively plot and explore your pupil data.
contents:
- bidsify
- summarize_confounds
- plot.eyeris
- plot_gaze_heatmap
- plot_binocular_correlation
- eyeris_color_palette
- title: "π Database Storage & Analysis"
desc: >
High-performance database storage and querying powered by DuckDB. Scalable alternative to CSV files for large studies, cloud computing, and collaborative research.
contents:
- eyeris_db_collect
- eyeris_db_summary
- eyeris_db_connect
- eyeris_db_disconnect
- eyeris_db_read
- eyeris_db_list_tables
- eyeris_db_to_chunked_files
- eyeris_db_to_parquet
- read_eyeris_parquet
- process_chunked_query
- eyeris_db_split_for_sharing
- eyeris_db_reconstruct_from_chunks
- title: "π§ Preprocessing Steps"
desc: >
Modular functions used by the `glassbox` pipeline for cleaning and transforming pupil data.
contents:
- load_asc
- deblink
- detransient
- interpolate
- lpfilt
- downsample
- bin
- detrend
- zscore
- title: "π§© Build Your Own Extensions"
desc: >
Advanced tools for creating custom steps that plug into the glassbox pipeline.
contents:
- pipeline_handler
- title: "π Demo Datasets"
desc: >
Example eye-tracking / pupil datasets for testing and demonstrating pipeline functionality.
contents:
- eyelink_asc_demo_dataset
- eyelink_asc_binocular_demo_dataset
articles:
- title: Start Here
navbar: Start Here
contents:
- complete-pipeline
- epoching-bids-reports
- title: Pupil Data Quality Control
navbar: Pupil Data Quality Control
contents:
- reports
- title: Advanced Topics
navbar: Advanced Topics
contents:
- anatomy
- custom-extensions
- database-guide
- chunked-database-export
- internal-api