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
cgps [2019/04/23 17:06]
Déborah Paradis
cgps [2021/07/21 12:32]
Déborah Paradis
Line 22: Line 22:
   var cgps = function(connection) {   var cgps = 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/​CGPS/​CGPS_II_1_8192.fits","​name":"​CGPS"​} );+      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS/​CGPS_II_1_8192_partial.fits","​name":"​CGPS"​} );
       connection.notifyAll([msg]);​       connection.notifyAll([msg]);​
   };   };
Line 31: Line 31:
 === Map === === Map ===
  
-[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS/​CGPS_II_1_8192.fits|CGPS_II_1_8192.fits]]+[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS/​CGPS_II_1_8192_partial.fits|CGPS_II_1_8192_partial.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgps)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgps)">​Aladin</​button>​
Line 43: Line 43:
   var cgpsvgps = function(connection) {   var cgpsvgps = 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/​CGPS_VGPS/​CGPS_VGPS_8192_comb.fits","​name":"​CGPS+VGPS"​} );+      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS/​CGPS_VGPS_1_8192_partial.fits","​name":"​CGPS+VGPS"​} );
       connection.notifyAll([msg]);​       connection.notifyAll([msg]);​
   };   };
Line 49: Line 49:
 </​html>​ </​html>​
  
-[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS/​CGPS_VGPS_1_8192.fits|CGPS_VGPS_1_8192.fits]]+[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS/​CGPS_VGPS_1_8192_partial.fits|CGPS_VGPS_1_8192_partial.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgpsvgps)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgpsvgps)">​Aladin</​button>​
Line 66: Line 66:
   var cgpscont = function(connection) {   var cgpscont = 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/​CGPS_CONT/​CGPS_CONT_1_8192.fits","​name":"​CGPS continuum"​} );+      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_CONT/​CGPS_CONT_1_8192_partial.fits","​name":"​CGPS continuum"​} );
       connection.notifyAll([msg]);​       connection.notifyAll([msg]);​
   };   };
Line 75: Line 75:
 == Map === == Map ===
  
-[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_CONT/​CGPS_CONT_1_8192.fits|CGPS_CONT_1_8192.fits]]+[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_CONT/​CGPS_CONT_1_8192_partial.fits|CGPS_CONT_1_8192_partial.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgpscont)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgpscont)">​Aladin</​button>​
Line 88: Line 88:
   var cgpsvgpscont = function(connection) {   var cgpsvgpscont = 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/​CGPS_VGPS_CONT/​CGPS_VGPS_CONT_8192_comb.fits","​name":"​CGPS+VGPS continuum"​} );+      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS_CONT/​CGPS_VGPS_CONT_1_8192_partial.fits","​name":"​CGPS+VGPS continuum"​} );
       connection.notifyAll([msg]);​       connection.notifyAll([msg]);​
   };   };
Line 94: Line 94:
 </​html>​ </​html>​
  
-[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS_CONT/​CGPS_VGPS_CONT_8192_comb.fits|CGPS_VGPS_CONT_8192_comb.fits]]+[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS_CONT/​CGPS_VGPS_CONT_1_8192_partial.fits|CGPS_VGPS_CONT_1_8192_partial.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgpsvgpscont)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(cgpsvgpscont)">​Aladin</​button>​
Line 128: Line 128:
 </​script>​ </​script>​
 </​html>​ </​html>​
 +
 +=== HiPS=== ​
 +Enter the following URLs in Aladin ("​Files"​ then "Use directly a URL"):
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​CGPS_II \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​CGPS_CONT \\
 +
 +OR
 +
 +unzip the directory and put it directly in an Aladin window to display the map
 +
 +
 +Combination of the VGPS with the CGPS data available in Aladin Collections/​Image
 +
  
 === Original WCS Data === === Original WCS Data ===