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
nvss [2026/09/14 09:06] dparadisnvss [2026/09/14 09:26] (current) dparadis
Line 10: Line 10:
 === Map === === Map ===
  
-@@ENV:CADE_FILES_URL:/documents/Ancillary/NVSS/NVSS_1_8182_partial.fits|NVSS_1_8182_partial.fits@@+@@ENV:CADE_FILES_URL:/documents/Ancillary/NVSS/NVSS_1_8192_partial.fits|NVSS_1_8192_partial.fits@@ (7.95 Go) 
 +<html> 
 +<button class="aladin-desktop-btn" type="button" id="nvss">Aladin</button> 
 +</html> 
 + 
 +<html> 
 +<div class="flex-column w-450 bg-black"> 
 +    <div id="aladin-lite-nvss" class="h-400"></div> 
 +</div> 
 +</html> 
 + 
 +=== HiPS === 
 + 
 +Enter the following URLs in Aladin ("Files" then "Use directly a URL"):\\ 
 +@@ENV:CADE_FILES_URL:/documents/Ancillary/4Aladin/NVSS@@\\ 
 + 
 + 
 +=== Original WCS Data === 
 + 
 +https://www.cv.nrao.edu/nvss/anonftp.shtml 
 + 
 +=== Project website=== 
 + 
 +https://www.cv.nrao.edu/nvss/ 
 + 
 +<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: 'nvss', endPath: "NVSS/NVSS_1_8192_partial.fits", name: "NVSS" }, 
 +    ]; 
 + 
 +    const aladinLiteMapsList = [ 
 +        { divId: '#aladin-lite-nvss', name: 'NVSS', endPath: 'NVSS', ra: 0, dec: 0 }, 
 +    ]; 
 + 
 +    initAladinDesktopSenders(aladinDesktopMapsList) 
 +    setAladinLiteMap(aladinLiteMapsList) 
 +</script> 
 +</html>