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:00] dparadisapex_artemis [2026/09/04 12:48] (current) dparadis
Line 1: Line 1:
 ====== Atacama Pathfinder Experiment (APEX)/ArTéMiS instrument====== ====== Atacama Pathfinder Experiment (APEX)/ArTéMiS instrument======
  
-We present the CAFFEINE survey that was carried out between 2018 and 2022 as a large program of the European+We present the CAFFEINE survey (PI: P. André) that was carried out between 2018 and 2022 as a large program of the European
 Southern Observatory (ESO). . The data were taken with the ArTéMiS bolometer-array camera at the Atacama Pathfinder Southern Observatory (ESO). . The data were taken with the ArTéMiS bolometer-array camera at the Atacama Pathfinder
 EXperiment (APEX) telescope in Chile. \\ EXperiment (APEX) telescope in Chile. \\
-This survey observed the densest portions of all southern molecular clouds at d ≲ 3 kpc, at wavelenghts of 350 and 450 μm, and with an angular resolution of 8'' and 10'' respectively.+This survey observed the densest portions of all southern molecular clouds at d ≲ 3 kpc, at wavelenghts of 350 and 450 μm, and with an angular resolution of 8and 10respectively.
  
-Units of the maps are MJY/sr.+Units of the maps are MJy/sr.
  
 Healpix maps made by D. Paradis. Healpix maps made by D. Paradis.
 +
 +=== 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>
 +<div class="d-flex g-20">
 +    <div class="flex-column bg-black" style="width: 450px">
 +        <h3 class="p-5 text-white m-0">CAFFEINE 350 mic</h3>
 +        <div id="aladin-lite-caff350" style="height: 400px"></div>
 +    </div>
 +    <div class="flex-column w-450 bg-black">
 +        <h3 class="p-5 text-white m-0">CAFFEINE 450 mic</h3>
 +        <div id="aladin-lite-caff450" class="h-400"></div>
 +    </div>
 +</div>
 +</html>
 +
 +=== Maps ===
 +
 +- 350 mic  : \\
 +NSIDE=65536 : @@ENV:CADE_FILES_URL:/documents/Ancillary/APEX/CAFFEINE_350_1_65536_partial.fits| CAFFEINE_350_1_65536_partial.fits@@
 +<html>
 +<button class="aladin-desktop-btn" type="button" id="caff350">Aladin</button>
 +</html> \\
 +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_450_1_32768_partial.fits@@
 +<html>
 +<button class="aladin-desktop-btn" type="button" id="caff450">Aladin</button>
 +</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>
 +
 +
 +
 +
 +