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/08/17 13:43] dparadisact-planck [2026/09/04 12:25] (current) dparadis
Line 29: Line 29:
 === 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 39: 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>
 +