Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-worked contents for multiple-rim #626

Merged
merged 12 commits into from
Oct 20, 2023
2 changes: 1 addition & 1 deletion src/alpha-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
} else {
// If it's not December, pick a random banner from the 7 available banners
const numberOfImages = 7;
const randomImageNumber = [Math.trunc(Math.random() * numberOfImages)+1];

Check warning on line 71 in src/alpha-lab/README.md

View workflow job for this annotation

GitHub Actions / ✍️ Check spelling

Unknown word (trunc)
const randomImage = `img${randomImageNumber.toString()}.png`;
const randomImageAltText = "img"+randomImageNumber.toString();
return {
Expand All @@ -82,9 +82,9 @@
return {
showTell: [
{
title: "AOIs",

Check warning on line 85 in src/alpha-lab/README.md

View workflow job for this annotation

GitHub Actions / ✍️ Check spelling

Unknown word (AOIs)
text: "Here we demonstrate how to make areas of interest using data downloaded from Pupil Cloud’s Reference Image Mapper.",
to: "/alpha-lab/gaze-metrics-in-aois/",

Check warning on line 87 in src/alpha-lab/README.md

View workflow job for this annotation

GitHub Actions / ✍️ Check spelling

Unknown word (aois)
img: "reference-aoi.jpg",
},
{
Expand All @@ -96,9 +96,9 @@
},
{
title: "RIM Room",
text: "We pushed the limits of markerless mapping with Pupil Cloud’s Reference Image Mapper - scanning an entire apartment.",

Check warning on line 99 in src/alpha-lab/README.md

View workflow job for this annotation

GitHub Actions / ✍️ Check spelling

Unknown word (markerless)
to: "/alpha-lab/multiple-rim/",
img: "desk-overlay.png",
img: "desk-heatmap.jpeg",
},
{
title: "Look at my hand!",
Expand Down
238 changes: 164 additions & 74 deletions src/alpha-lab/multiple-rim.md

Large diffs are not rendered by default.

Binary file added src/media/alpha-lab/cupboard-heatmap.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/media/alpha-lab/cupboard-img.png
Binary file not shown.
Binary file removed src/media/alpha-lab/cupboard-overlay.png
Binary file not shown.
Binary file added src/media/alpha-lab/cupboard.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/alpha-lab/desk-heatmap.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/media/alpha-lab/desk-img.png
Binary file not shown.
Binary file removed src/media/alpha-lab/desk-overlay.png
Binary file not shown.
Binary file added src/media/alpha-lab/desk.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/media/alpha-lab/kitchen+table-img.jpeg
Binary file not shown.
Binary file removed src/media/alpha-lab/kitchen+table-overlay.png
Binary file not shown.
Binary file added src/media/alpha-lab/kitchen-heatmap.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/media/alpha-lab/kitchen-imgs.png
Binary file not shown.
Binary file removed src/media/alpha-lab/kitchen-overlay.png
Binary file not shown.
Binary file added src/media/alpha-lab/kitchen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/alpha-lab/table-heatmap.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/alpha-lab/table.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/media/alpha-lab/tv-img.png
Binary file not shown.
Binary file removed src/media/alpha-lab/tv-overlay.png
Binary file not shown.
Binary file added src/media/alpha-lab/tv1-heatmap.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/alpha-lab/tv1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/alpha-lab/tv2-heatmap.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/alpha-lab/tv2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading