From 22dcd32c1cb8d71eeb4e0e010c8e19e59a869271 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sat, 2 Mar 2024 12:52:17 +0100 Subject: [PATCH] StarryNights: did & sylvie, online --- StarryNights/did.js | 3 +-- StarryNights/sylvie.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/StarryNights/did.js b/StarryNights/did.js index c6b76d2..6cd62a4 100644 --- a/StarryNights/did.js +++ b/StarryNights/did.js @@ -2,8 +2,7 @@ // Saturn and Moons // In this image, four moons of Saturn are passing in front of the giant planet. // The large, orange moon Titan casts a large shadow on the northern pole. Smaller moons Mimas, Dione and Enceladus appear as white dots. - -s0.initImage("file:///home/pln/Work/Hydra/StarryNights/img/february-24-2019-saturn-and-moons.jpg") +s0.initImage("https://git.plnech.fr/pln/Hydra/raw/master/StarryNights/img/february-24-2019-saturn-and-moons.jpg") // Source celeste: Saturne src(s0) .scale(() => 1 + 0.025 * Math.sin(time / 13.12)) diff --git a/StarryNights/sylvie.js b/StarryNights/sylvie.js index 9ec3e76..e543d19 100644 --- a/StarryNights/sylvie.js +++ b/StarryNights/sylvie.js @@ -2,8 +2,7 @@ // Herbig-Haro 24 // A partially obscured, newborn star near the center of this image is shooting twin jets into the surrounding gas and dust. // The shocks from the collision light up patches of nebulosity collectively called Herbig-Haro 24. - -s0.initImage("file:///home/pln/Work/Hydra/StarryNights/img/february-18.jpg") +s0.initImage("https://git.plnech.fr/pln/Hydra/raw/master/StarryNights/img/february-18.jpg") // Source celeste: Saturne src(s0) // .scale(() => 1 + 0.025 * Math.sin(time / 13.12)) -- libgit2 0.27.0