diff --git a/examples/al-displayFITS.html b/examples/al-displayFITS.html
index 90746da1..07fe1cba 100644
--- a/examples/al-displayFITS.html
+++ b/examples/al-displayFITS.html
@@ -26,9 +26,9 @@
minCut: 5000,
maxCut: 17000,
}, // no optional params
- (ra, dec, fov, image) => { // ra, dec and fov are centered around the fits image
+ (ra, dec, fov, image) => { // ra, dec and fov are centered around the fits image
+ console.log(image)
image.setColormap("magma", {stretch: "asinh"});
-
aladin.gotoRaDec(ra, dec);
aladin.setFoV(fov);
}
diff --git a/examples/index.html b/examples/index.html
index 4dc60490..5752a61e 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -9,6 +9,8 @@