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 16:51]
ahughes
sgps [2019/04/24 14:47]
Déborah Paradis
Line 1: Line 1:
 ====== Southern Galactic Plane Survey (SGPS) ====== ====== Southern Galactic Plane Survey (SGPS) ======
 +
 +/*
 +AH 27/8/2018
 +Do our maps cover the SGPS 2 region for HI? The ATNF SGPS server seems to be out of action
 +*/
  
 The //Southern Galactic Plane Survey// (SGPS) provides ''​21-cm''​ line emission The //Southern Galactic Plane Survey// (SGPS) provides ''​21-cm''​ line emission
Line 21: 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 35: 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]);​
 }; };