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:42] dparadisact-planck [2026/09/04 12:25] (current) dparadis
Line 3: Line 3:
  
 The Atacama Cosmology Telescope (ACT) is a six-meter diameter telescope on Cerro Toco in the Atacama Desert of northern Chile. The ACT DR4 data release collected data from 2013 to 2016. ACT was upgraded to the AdvancedACT camera and conducted a 2017–2022 survey, corresponding to ACT DR6 data release, covering about 45% of the sky.  The Atacama Cosmology Telescope (ACT) is a six-meter diameter telescope on Cerro Toco in the Atacama Desert of northern Chile. The ACT DR4 data release collected data from 2013 to 2016. ACT was upgraded to the AdvancedACT camera and conducted a 2017–2022 survey, corresponding to ACT DR6 data release, covering about 45% of the sky. 
-At arcminute resolution, the surveys cover three frequency bands centered on 98, 150 and 220 GHz. +At arcminute resolution, the surveys cover three frequency bands centered on 98, 150 and 220 GHz. The Atacama Cosmology Telescope took its final data in 2022 and has been decommissioned.
  
 CADE deserves combinations of ACT and Planck data, in units of ''μK''.\\ CADE deserves combinations of ACT and Planck data, in units of ''μK''.\\
Line 13: Line 13:
   * '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 ===
 +
 +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@@\\
 +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 ===
 +
 +https://lambda.gsfc.nasa.gov/product/act/act_dr6.02/act_dr6.02_maps_prod_table.html
 +
 +=== Project Website ===
 +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>