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
act-planck [2026/07/09 10:48] dparadisact-planck [2026/09/04 12:25] (current) dparadis
Line 12: Line 12:
   * 'The Atacama Cosmology Telescope: DR6 Maps' by S. Naess et al., 2025, JCAP, 11, 061. https://ui.adsabs.harvard.edu/abs/2025JCAP...11..061N   * 'The Atacama Cosmology Telescope: DR6 Maps' by S. Naess et al., 2025, JCAP, 11, 061. https://ui.adsabs.harvard.edu/abs/2025JCAP...11..061N
   * 'The Atacama Cosmology Telescope: DR4 Maps and Cosmological Parameters'  by S. Aiola et.al., 2020, JCAP, 12, 047, https://ui.adsabs.harvard.edu/abs/2020JCAP...12..047A   * 'The Atacama Cosmology Telescope: DR4 Maps and Cosmological Parameters'  by S. Aiola et.al., 2020, JCAP, 12, 047, https://ui.adsabs.harvard.edu/abs/2020JCAP...12..047A
 +
 +<html>
 +<div class="d-flex g-20">
 +    <div class="flex-column bg-black" style="width: 450px">
 +        <h3 class="p-5 text-white m-0">ACT-Planck 90 GHz</h3>
 +        <div id="aladin-lite-act90" style="height: 400px"></div>
 +    </div>
 +    <div class="flex-column w-450 bg-black">
 +        <h3 class="p-5 text-white m-0">ACT-Planck 220 GHz</h3>
 +        <div id="aladin-lite-act220" class="h-400"></div>
 +    </div>
 +</div>
 +</html>
 +
  
 === Maps === === Maps ===
  
-90 GHz : @@ENV:CADE_FILES_URL:/documents/Ancillary/ACT_Planck/ACT_Planck_f090_1_8192_partial.fits|ACT_Planck_f090_1_8192_partial.fits@@\\+90 GHz : @@ENV:CADE_FILES_URL:/documents/Ancillary/ACT_Planck/ACT_Planck_f090_1_8192_partial.fits|ACT_Planck_f090_1_8192_partial.fits@@ 
 +<html> 
 +<button class="aladin-desktop-btn" type="button" id="act90">Aladin</button> 
 +</html> \\ 
 150 GHz : @@ENV:CADE_FILES_URL:/documents/Ancillary/ACT_Planck/ACT_Planck_f150_1_8192_partial.fits|ACT_Planck_f150_1_8192_partial.fits@@\\ 150 GHz : @@ENV:CADE_FILES_URL:/documents/Ancillary/ACT_Planck/ACT_Planck_f150_1_8192_partial.fits|ACT_Planck_f150_1_8192_partial.fits@@\\
-220 GHz : @@ENV:CADE_FILES_URL:/documents/Ancillary/ACT_Planck/ACT_Planck_f220_1_8192_partial.fits|ACT_Planck_f220_1_8192_partial.fits@@\\+220 GHz : @@ENV:CADE_FILES_URL:/documents/Ancillary/ACT_Planck/ACT_Planck_f220_1_8192_partial.fits|ACT_Planck_f220_1_8192_partial.fits@@<html> 
 +<button class="aladin-desktop-btn" type="button" id="act220">Aladin</button> 
 +</html> \\ 
 + 
 +===HiPS === 
 + 
 +Enter the following URLs in Aladin ("Files" then "Use directly a URL"):\\ 
 +@@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/ACT_Planck_f090@@\\ 
 +@@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/ACT_Planck_f150@@\\ 
 +@@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/ACT_Planck_f220@@\\
  
 === Original WCS Data === === Original WCS Data ===
Line 25: Line 52:
 === Project Website === === Project Website ===
 https://act.princeton.edu/ https://act.princeton.edu/
 +
 +
 +<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: 'act90', endPath: "ACT_Planck/ACT_Planck_f090_1_8192_partial.fits", name: "ACT-Planck f090" },
 +        { btnId: 'act220', endPath: "ACT_Planck/ACT_Planck_f220_1_8192_partial.fits", name: "ACT-Planck f220" },
 +    ];
 +
 +    const aladinLiteMapsList = [
 +        { divId: '#aladin-lite-act90', name: 'ACT_Planck_f090', endPath: 'ACT_Planck_f090', ra: 23, dec: 0},
 +        { divId: '#aladin-lite-act220', name: 'ACT_Planck_f220', endPath: 'ACT_Planck_f220', ra: 23, dec: 0},
 +    ];
 +
 +    initAladinDesktopSenders(aladinDesktopMapsList)
 +    setAladinLiteMap(aladinLiteMapsList)
 +</script>
 +</html>
 +