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
gass [2017/11/07 12:28]
Déborah Paradis
gass [2020/02/27 13:56]
Déborah Paradis
Line 15: Line 15:
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(gass)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(gass)">​Aladin</​button>​
 </​html>​ </​html>​
- 
- 
-===Uncertainty Map (in Jy)=== 
- ​[[http://​cade.irap.omp.eu/​documents/​Ancillary/​GASS/​GASS_SIGMA_final_1_1024.fits|GASS_SIGMA_final_1_1024.fits]] 
-<​html>​ 
-<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(gasssig)">​Aladin</​button>​ 
-</​html>​ 
- 
-===Original WCS Data=== 
-http://​www.atnf.csiro.au/​research/​GASS/​Data.html 
- 
-===Project Website=== 
- ​http://​www.atnf.csiro.au/​research/​GASS/​index.html 
  
  
Line 49: Line 36:
 var gass = function(connection) { var gass = 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/​GASS/​GASS_1_1024.fits","​name":"​GASS"​} );+  {"​url":​ "https://​cade.irap.omp.eu/​documents/​Ancillary/​GASS/​GASS_1_1024.fits","​name":"​GASS"​} );
   connection.notifyAll([msg]);​   connection.notifyAll([msg]);​
 }; };
Line 59: Line 46:
 </​script>​ </​script>​
 </​html>​ </​html>​
 +
 +===Uncertainty Map (in Jy)===
 + ​[[http://​cade.irap.omp.eu/​documents/​Ancillary/​GASS/​GASS_SIGMA_final_1_1024.fits|GASS_SIGMA_final_1_1024.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(gasssig)">​Aladin</​button>​
 +</​html>​
 +
 +===Original WCS Data===
 +http://​www.atnf.csiro.au/​research/​GASS/​Data.html
 +
 +===Project Website===
 + ​http://​www.atnf.csiro.au/​research/​GASS/​index.html
 +
 +
 +