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 Both sides next revision
sgps [2018/08/27 17:07]
ahughes
sgps [2019/04/24 14:47]
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):​ [[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>​
  
-  * Radio Continuum: ​ [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_CONT/​SGPS_CONT_1_4096.fits|SGPS_CONT_1_4096.fits]]<​html>​+  * Radio Continuum: ​ [[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>​
Line 40: Line 40:
 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]);​
 }; };