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/10 13:10] (current) – external edit 127.0.0.1
Line 9: Line 9:
  
 Healpix maps made by D. Paradis. \\ Healpix maps made by D. Paradis. \\
 +
 +=== References ===
 +  * 'ATLASGAL – The APEX telescope large area survey of the galaxy at 870 μm' by Schuller et al., 2009, A&A, 504, 415 https://ui.adsabs.harvard.edu/abs/2009A%26A...504..415S \\
 +  * 'The ATLASGAL survey: distribution of cold dust in the Galactic plane. Combination with Planck data' by Csengeri et al., 2016, A&A, 585, 104 https://ui.adsabs.harvard.edu/abs/2016A%2526A...585A.104C \\
 +  * 'The LABOCA Survey of the Extended Chandra Deep Field South (LESS)' by Smail et al., 2009, The Messenger, 138, 26 https://ui.adsabs.harvard.edu/abs/2009Msngr.138...26S \\
 +  * ' The Large APEX BOlometer CAmera LABOCA' by Siringo et al., 2009, A&A 497, 945 https://ui.adsabs.harvard.edu/abs/2009A%2526A...497..945S\\
 +
 <html> <html>
 <div class="d-flex g-20 flex-column"> <div class="d-flex g-20 flex-column">
Line 30: Line 37:
 </html> </html>
  
-=== References === 
-  * 'ATLASGAL – The APEX telescope large area survey of the galaxy at 870 μm' by Schuller et al., 2009, A&A, 504, 415 https://ui.adsabs.harvard.edu/abs/2009A%26A...504..415S \\ 
-  * 'The ATLASGAL survey: distribution of cold dust in the Galactic plane. Combination with Planck data' by Csengeri et al., 2016, A&A, 585, 104 https://ui.adsabs.harvard.edu/abs/2016A%2526A...585A.104C \\ 
-  * 'The LABOCA Survey of the Extended Chandra Deep Field South (LESS)' by Smail et al., 2009, The Messenger, 138, 26 https://ui.adsabs.harvard.edu/abs/2009Msngr.138...26S \\ 
-  * ' The Large APEX BOlometer CAmera LABOCA' by Siringo et al., 2009, A&A 497, 945 https://ui.adsabs.harvard.edu/abs/2009A%2526A...497..945S\\ 
  
 === Maps === === Maps ===
Line 47: Line 49:
 <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 53: Line 55:
 <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>