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:11] dparadisnvss [2026/09/14 09:26] (current) dparadis
Line 14: Line 14:
 <button class="aladin-desktop-btn" type="button" id="nvss">Aladin</button> <button class="aladin-desktop-btn" type="button" id="nvss">Aladin</button>
 </html> </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>
 +