fix fits parsing and jpg/png cubic tiles

This commit is contained in:
Matthieu Baumann
2025-07-09 14:07:21 +02:00
committed by Matthieu Baumann
parent d73cc1c66d
commit 1dca5b1845
11 changed files with 175 additions and 19 deletions

View File

@@ -30,9 +30,14 @@
}
);
hips = aladin.newImageSurvey("https://alasky.cds.unistra.fr/GALFAHI/GALFAHI-Narrow-DR2/");
hips = aladin.newImageSurvey("https://alasky.cds.unistra.fr/GALFAHI/GALFAHI-Narrow-DR2");
aladin.setImageLayer(hips)
setTimeout(() => {
hips.setSliceNumber(100)
}, 1000)
/*let id;
aladin.on("zoomChanged", () => {
if (id)