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 [2017/11/07 13:49]
Déborah Paradis
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
 from neutral atomic hydrogen and continuum data of the Southern Milky Way from neutral atomic hydrogen and continuum data of the Southern Milky Way
-obtained with the //Australia Telescope Compact Array// and //​Parkes ​Radiotelescopes//.+obtained with the //Australia Telescope Compact Array// and //​Parkes ​Radiotelescope//.
  
 SGPS HI data cover galactic longitudes ''​l=253 deg''​ to ''​l=358 deg''​ (SGPS I) SGPS HI data cover galactic longitudes ''​l=253 deg''​ to ''​l=358 deg''​ (SGPS I)
Line 20: Line 25:
 |  <​html><​div id="​aladin-lite-div-sgps"​ class="​aladin-lite-container"></​div></​html> ​ |  <​html><​div id="​aladin-lite-div-sgpscont"​ class="​aladin-lite-container"></​div></​html> ​ | |  <​html><​div id="​aladin-lite-div-sgps"​ class="​aladin-lite-container"></​div></​html> ​ |  <​html><​div id="​aladin-lite-div-sgpscont"​ class="​aladin-lite-container"></​div></​html> ​ |
  
- +===Maps=== 
- +  * 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>​
-===== Atomic Hydrogen (Continuum subtracted) ​===== +
- +
-**Map:** [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_II/​SGPS_II_1_4096.fits|SGPS_II_1_4096.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_partial.fits|SGPS_CONT_1_4096_partial.fits]]<​html>​
-===== Radio Continuum ​===== +
- +
-**Map:** [[http://​cade.irap.omp.eu/​documents/​Ancillary/​SGPS_CONT/​SGPS_CONT_1_4096.fits|SGPS_CONT_1_4096.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>​
- 
- 
  
 <​html>​ <​html>​
Line 45: 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]);​
 }; };