Refac and fix UI and cooFrame problems, add API doc too

This commit is contained in:
Matthieu Baumann
2024-03-14 19:52:28 +01:00
parent 2b618ff38d
commit 389654ba39
39 changed files with 869 additions and 1191 deletions

View File

@@ -9,8 +9,8 @@
A.init.then(() => {
let aladin = A.aladin('#aladin-lite-div', {fov: 70,projection: "AIT"});
//let hsc = aladin.newImageSurvey("P/HSC/DR2/deep/g", {colormap:"Purples", imgFormat: "fits"});
//aladin.setBaseImageLayer(hsc);
let hsc = aladin.newImageSurvey("P/HSC/DR2/deep/g", {colormap:"Purples", imgFormat: "fits"});
aladin.setBaseImageLayer(hsc);
});
</script>