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:29] dparadisapex_laboca [2026/09/03 13:42] (current) dparadis
Line 38: Line 38:
 === Maps === === Maps ===
  
-- **ATLASGAL**  : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/ATLASGAL_870_1_32768_partial.fits| ATLASGAL_870_1_32768_partial.fits@@\\+- **ATLASGAL**  : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/ATLASGAL_870_1_32768_partial.fits| ATLASGAL_870_1_32768_partial.fits@@ 
 +<html> 
 +<button class="aladin-desktop-btn" type="button" id="atlasgal">Aladin</button> 
 +</html>
  
 - **LESS** : \\ - **LESS** : \\
-NSIDE=16384 : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/LESS_870_1_16384_partial.fits| LESS_870_1_16384_partial.fits@@\\+NSIDE=16384 : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/LESS_870_1_16384_partial.fits| LESS_870_1_16384_partial.fits@@ 
 +<html> 
 +<button class="aladin-desktop-btn" type="button" id="less">Aladin</button> 
 +</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@@\\
  
-- **M83 (081.C-0827)** : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/M83_870_1_32768_partial.fits| M83_870_1_32768_partial.fits@@\\+- **M83 (081.C-0827)** : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/M83_870_1_32768_partial.fits| M83_870_1_32768_partial.fits@@ 
 +<html> 
 +<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>