Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apex_laboca [2026/09/03 13:31] dparadisapex_laboca [2026/09/03 13:42] (current) dparadis
Line 47: Line 47:
 <html> <html>
 <button class="aladin-desktop-btn" type="button" id="less">Aladin</button> <button class="aladin-desktop-btn" type="button" id="less">Aladin</button>
-</html> +</html>\\
 NSIDE=32768 : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/LESS_870_1_32768_partial.fits| LESS_870_1_32768_partial.fits@@\\ NSIDE=32768 : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/LESS_870_1_32768_partial.fits| LESS_870_1_32768_partial.fits@@\\
  
Line 54: Line 53:
 <html> <html>
 <button class="aladin-desktop-btn" type="button" id="m83">Aladin</button> <button class="aladin-desktop-btn" type="button" id="m83">Aladin</button>
 +</html>
 +
 +=== Original WCS Data ===
 +
 +https://archive.eso.org/scienceportal/home
 +
 +=== Project Website ===
 +https://www.apex-telescope.org/ns/
 +
 +
 +<html>
 +<script src="lib/scripts/aladinsamp.js"></script>
 +<script src="lib/scripts/aladinlite.js"></script>
 +<script src="lib/scripts/aladinliteutils.js"></script>
 +<script>
 +    const aladinDesktopMapsList = [
 +        { btnId: 'atlasgal', endPath: "APEX/ATLASGAL_1_32768_partial.fits", name: "ATLASGAL" },
 +        { btnId: 'less', endPath: "APEX/LESS_1_16384_partial.fits", name: "LESS" },
 +        { btnId: 'm83', endPath: "APEX/M83_1_32768_partial.fits", name: "M83" },
 +    ];
 +
 +    const aladinLiteMapsList = [
 +        { divId: '#aladin-lite-atlasgal', name: 'ATLASGAL', endPath: 'ATLASGAL_870', ra: 350, dec: 0, zoom: 100 },
 +        { divId: '#aladin-lite-less', name: 'LESS', endPath: 'LESS_870', ra: 223.3, dec: -54.5,zoom:2 },
 +        { divId: '#aladin-lite-m83', name: 'M83', endPath: 'M83_870', ra: 314.57, dec: +31.9, zoom:2 },
 +    ];
 +
 +    initAladinDesktopSenders(aladinDesktopMapsList)
 +    setAladinLiteMap(aladinLiteMapsList)
 +</script>
 </html> </html>