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_artemis [2026/09/04 12:21] dparadisapex_artemis [2026/09/04 12:48] (current) dparadis
Line 10: Line 10:
 Healpix maps made by D. Paradis. Healpix maps made by D. Paradis.
  
-=== References === +=== Reference === 
- +  * 'Understanding the star formation efficiency in dense gas: Initial results from the CAFFEINE survey with ArTéMiS' by Matter et al., 2024, A&A, 688, 163 https://ui.adsabs.harvard.edu/abs/2024A%2526A...688A.163M
  
 <html> <html>
Line 36: Line 35:
 NSIDE= 32768 : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/CAFFEINE_350_1_32768_partial.fits| CAFFEINE_350_1_32768_partial.fits@@  NSIDE= 32768 : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/CAFFEINE_350_1_32768_partial.fits| CAFFEINE_350_1_32768_partial.fits@@ 
  
-- 450 mic  : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/CAFFEINE_450_1_32768_partial.fits| CAFFEINE_350_1_32768_partial.fits@@+- 450 mic  : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/CAFFEINE_450_1_32768_partial.fits| CAFFEINE_450_1_32768_partial.fits@@
 <html> <html>
 <button class="aladin-desktop-btn" type="button" id="caff450">Aladin</button> <button class="aladin-desktop-btn" type="button" id="caff450">Aladin</button>
 </html> \\ </html> \\
 +
 +===HiPS ===
 +
 +Enter the following URLs in Aladin ("Files" then "Use directly a URL"):\\
 +@@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/CAFFEINE_350@@\\
 +@@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/CAFFEINE_450@@\\
 +
 +=== 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: 'caff350', endPath: "APEX/CAFFEINE_350_1_65536_partial.fits", name: "CAFFEINE 350" },
 +        { btnId: 'caff450', endPath: "APEX/CAFFEINE_450_1_32768_partial.fits", name: "CAFFEINE 450" },
 +    ];
 +
 +    const aladinLiteMapsList = [
 +        { divId: '#aladin-lite-caff350', name: 'CAFFEINE_350', endPath: 'CAFFEINE_350', ra: 350, dec: 0, zoom: 30 },
 +        { divId: '#aladin-lite-caff450', name: 'CAFFEINE_450', endPath: 'CAFFEINE_450', ra: 350, dec: 0 ,zoom:30 },
 +    ];
 +
 +    initAladinDesktopSenders(aladinDesktopMapsList)
 +    setAladinLiteMap(aladinLiteMapsList)
 +</script>
 +</html>
 +