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:51] 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 47: Line 60:
 <script> <script>
     const aladinDesktopMapsList = [     const aladinDesktopMapsList = [
-        { btnId: 'act90', endPath: "ACT_Planck_f090/ACT_Planck_f090_1_8192_partial.fits", name: "ACT-Planck f090" }, +        { btnId: 'act90', endPath: "ACT_Planck/ACT_Planck_f090_1_8192_partial.fits", name: "ACT-Planck f090" }, 
-        { btnId: 'act220', endPath: "ACT_Planck_f220/ACT_Planck_f220_1_8192_partial.fits", name: "ACT-Planck f220" },+        { btnId: 'act220', endPath: "ACT_Planck/ACT_Planck_f220_1_8192_partial.fits", name: "ACT-Planck f220" },
     ];     ];
  
     const aladinLiteMapsList = [     const aladinLiteMapsList = [
         { divId: '#aladin-lite-act90', name: 'ACT_Planck_f090', endPath: 'ACT_Planck_f090', ra: 23, dec: 0},         { 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: 279, dec: -7.2},+        { divId: '#aladin-lite-act220', name: 'ACT_Planck_f220', endPath: 'ACT_Planck_f220', ra: 23, dec: 0},
     ];     ];