Skip to content

Commit 6a8e014

Browse files
test render 2
1 parent 99cffa3 commit 6a8e014

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

CONTENT/EyeTracking/PupilPreprocessing.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ plot(Downsampled_data, pupil = mean_pupil, group = 'condition', geom = 'line') +
633633

634634
### Baseline Correction
635635

636-
Good job getting this far!!! We’re now at the final step of our pre-processing: baseline correction.
636+
Good job getting this far!! We’re now at the final step of our pre-processing: baseline correction.
637637

638638
Baseline correction helps remove variability between trials and participants, like differences in baseline pupil size caused by individual differences, fatigue, or random fluctuations. By doing this, we can focus only on the variability caused by our paradigm. This step ensures that any changes we see in pupil size are truly driven by the experimental conditions, not irrelevant noise. To further adjust the data, we’ll subtract the calculated baseline, ensuring the values start at **0** instead of **-100**. Finally, to make the next steps of analysis easier, we’ll select only the columns of interest, dropping any irrelevant ones.
639639

docs/CONTENT/ContentList.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ <h5 class="no-anchor card-title listing-title">
526526
</div>
527527
</a>
528528
</div>
529-
<div class="g-col-1" data-index="8" data-categories="Pupillometry,R,Pre-processing" data-listing-date-sort="1734480000000" data-listing-file-modified-sort="1756308023974" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="40" data-listing-word-count-sort="7877">
529+
<div class="g-col-1" data-index="8" data-categories="Pupillometry,R,Pre-processing" data-listing-date-sort="1734480000000" data-listing-file-modified-sort="1756308298562" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="40" data-listing-word-count-sort="7877">
530530
<a href="../CONTENT/EyeTracking/PupilPreprocessing.html" class="quarto-grid-link">
531531
<div class="quarto-grid-item card h-100 card-left">
532532
<p class="card-img-top"><img src="EyeTracking\PupilPreprocessing_files\figure-html\PlotRaw-1.png" style="height: 150px;" class="thumbnail-image card-img"/></p>

docs/CONTENT/ContentList.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7994,7 +7994,7 @@ Warning
79947994
<link>https://tommasoghilardi.github.io/DevStart/CONTENT/EyeTracking/PupilPreprocessing.html</link>
79957995
<description><![CDATA[ <p>Welcome to your first step into the world of pupillometry! In this tutorial, we’ll walk you through how to preprocess pupil data using a handy R package called <a href="http://samforbes.me/PupillometryR/index.html">PupillometryR</a>. This package makes it simple to clean and even analyze your pupil data with just a few lines of R code.</p>
79967996
<p>To keep things straightforward, we’ll be working with a simulated dataset that you can download right here:</p>
7997-
<p><button class="btn btn-secondary downloadthis " id="dnldts45902"><i class="bi bi-download"></i> PupilData.zip </button></p>
7997+
<p><button class="btn btn-secondary downloadthis " id="dnldts34580"><i class="bi bi-download"></i> PupilData.zip </button></p>
79987998
<p>Download and unzip this folder. This dataset is based on the experimental design we introduced earlier in our eye-tracking series. If you’re not familiar with it or need a quick refresher, we recommend checking out the “<a href="../../CONTENT/EyeTracking/Intro_eyetracking.html">Introduction to eye-tracking</a>” guide before diving in.</p>
79997999
<p>This tutorial serves as a foundation for understanding how to preprocess pupil data. Once you’ve grasped the essentials, we encourage you to explore the full range of functions and features <a href="http://samforbes.me/PupillometryR">PupillometryR</a> has to offer.</p>
80008000
<div class="callout callout-style-default callout-note callout-titled">
@@ -11475,7 +11475,7 @@ font-style: inherit;">)</span> </span></code></pre></div>
1147511475
</div>
1147611476
</div>
1147711477
</section><section id="baseline-correction" class="level3"><h3 class="anchored" data-anchor-id="baseline-correction">Baseline Correction</h3>
11478-
<p>Good job getting this far!!! We’re now at the final step of our pre-processing: baseline correction.</p>
11478+
<p>Good job getting this far!! We’re now at the final step of our pre-processing: baseline correction.</p>
1147911479
<p>Baseline correction helps remove variability between trials and participants, like differences in baseline pupil size caused by individual differences, fatigue, or random fluctuations. By doing this, we can focus only on the variability caused by our paradigm. This step ensures that any changes we see in pupil size are truly driven by the experimental conditions, not irrelevant noise. To further adjust the data, we’ll subtract the calculated baseline, ensuring the values start at <strong>0</strong> instead of <strong>-100</strong>. Finally, to make the next steps of analysis easier, we’ll select only the columns of interest, dropping any irrelevant ones.</p>
1148011480
<p>Let’s get it done!</p>
1148111481
<div class="cell">

docs/CONTENT/EyeTracking/PupilPreprocessing.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</url>
2323
<url>
2424
<loc>https://tommasoghilardi.github.io/DevStart/CONTENT/EyeTracking/PupilPreprocessing.html</loc>
25-
<lastmod>2025-08-27T15:20:23.974Z</lastmod>
25+
<lastmod>2025-08-27T15:24:58.562Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://tommasoghilardi.github.io/DevStart/CONTENT/EyeTracking/Intro_eyetracking.html</loc>

0 commit comments

Comments
 (0)