Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
sgps [2018/08/27 17:07]
ahughes
sgps [2021/01/15 16:34]
Déborah Paradis
Line 26: Line 26:
  
 ===Maps=== ===Maps===
-  ​* Atomic Hydrogen (Continuum subtracted):​ [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_II/​SGPS_II_1_4096.fits|SGPS_II_1_4096.fits]]<​html>​+* Atomic Hydrogen (Continuum subtracted):  
 +Partial Healpix: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_II/​SGPS_II_1_4096_partial.fits|SGPS_II_1_4096_partial.fits]]<​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(sgps)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(sgps)">​Aladin</​button>​
 </​html>​ </​html>​
 +Full sky: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_II/​SGPS_II_1_4096.fits|SGPS_II_1_4096.fits]]
  
-  * Radio Continuum: ​ [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_CONT/​SGPS_CONT_1_4096.fits|SGPS_CONT_1_4096.fits]]<​html>​+  * Radio Continuum:  ​ 
 +Partial Healpix: ​[[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_CONT/​SGPS_CONT_1_4096_partial.fits|SGPS_CONT_1_4096_partial.fits]]<​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(sgpscont)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(sgpscont)">​Aladin</​button>​
 </​html>​ </​html>​
 +Full sky: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_CONT/​SGPS_CONT_1_4096.fits|SGPS_CONT_1_4096.fits]]
 <​html>​ <​html>​
 <script src="​lib/​scripts/​aladin-btns.js"></​script>​ <script src="​lib/​scripts/​aladin-btns.js"></​script>​
Line 40: Line 43:
 var sgps = function(connection) { var sgps = function(connection) {
       var msg = new samp.Message("​image.load.fits",​       var msg = new samp.Message("​image.load.fits",​
-      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_II/​SGPS_II_1_4096.fits","​name":"​SGPS"​} );+      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_II/​SGPS_II_1_4096_partial.fits","​name":"​SGPS"​} );
       connection.notifyAll([msg]);​       connection.notifyAll([msg]);​
 }; };
 var sgpscont = function(connection) { var sgpscont = function(connection) {
     var msg = new samp.Message("​image.load.fits",​     var msg = new samp.Message("​image.load.fits",​
-    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_CONT/​SGPS_CONT_1_4096.fits","​name":"​SGPS continuum"​} );+    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_CONT/​SGPS_CONT_1_4096_partial.fits","​name":"​SGPS continuum"​} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };