fix access to ska dachs service

This commit is contained in:
Matthieu Baumann
2025-02-06 11:59:06 +01:00
parent 6cc5814868
commit 542b1d0ace
4 changed files with 4 additions and 5 deletions

View File

@@ -30,8 +30,8 @@
} }
); );
//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) aladin.setImageLayer(hips)
/*let id; /*let id;
aladin.on("zoomChanged", () => { aladin.on("zoomChanged", () => {

View File

@@ -77,7 +77,7 @@
}); });
aladin.addCatalog( aladin.addCatalog(
A.catalogFromSKAORucio("ngc 1436", 15, { A.catalogFromSKAORucio("abell 196", 90, {
onClick: 'showTable', onClick: 'showTable',
hoverColor: "yellow", hoverColor: "yellow",
}) })

View File

@@ -78,7 +78,7 @@ export let URLBuilder = (function() {
} }
if (posParam) { if (posParam) {
return 'https://dachs.ivoa.srcdev.skao.int/rucio/rucio/cone/form?__nevow_form__=genForm&hscs_pos=' + posParam + '&hscs_sr=' + encodeURIComponent(radiusDegrees * 60) + '&_FORMAT=VOTable&submit=Go'; return 'https://dachs.ivoa.srcnet.skao.int/rucio/rucio/cone/form?__nevow_form__=genForm&hscs_pos=' + posParam + '&hscs_sr=' + encodeURIComponent(radiusDegrees * 60) + '&_FORMAT=VOTable&submit=Go';
} }
}, },

View File

@@ -342,7 +342,6 @@ export let Datalink = (function() {
} }
}, },
undefined, undefined,
true
) )
}; };