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:38] 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 46: Line 45:
 @@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/CAFFEINE_350@@\\ @@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/CAFFEINE_350@@\\
 @@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/CAFFEINE_450@@\\ @@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> <html>
Line 53: Line 59:
 <script> <script>
     const aladinDesktopMapsList = [     const aladinDesktopMapsList = [
-        { btnId: 'caff350, endPath: "APEX/CAFFEINE_350_1_65536_partial.fits", name: "CAFFEINE 350" }, +        { 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" },+        { btnId: 'caff450', endPath: "APEX/CAFFEINE_450_1_32768_partial.fits", name: "CAFFEINE 450" },
     ];     ];
  
     const aladinLiteMapsList = [     const aladinLiteMapsList = [
-        { divId: '#aladin-lite-caff350', name: 'CAFFEINE 350', endPath: 'CAFFEINE_350', ra: 350, dec: 0, zoom: 30 }, +        { 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 },+        { divId: '#aladin-lite-caff450', name: 'CAFFEINE_450', endPath: 'CAFFEINE_450', ra: 350, dec: 0 ,zoom:30 },
     ];     ];