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
vgps [2017/11/07 14:57]
Déborah Paradis
vgps [2023/10/17 17:26] (current)
Déborah Paradis
Line 5: Line 5:
 These observations cover the following longitude and latitude ranges: ''​18° < l < 67°''​ and ''​-1° < b < 1°''​ (or ''​-2° < b < 2°''​ depending on the longitude). These observations cover the following longitude and latitude ranges: ''​18° < l < 67°''​ and ''​-1° < b < 1°''​ (or ''​-2° < b < 2°''​ depending on the longitude).
  
-The maps, in brightness units (''​K m/​s''​),​ are the result of the integration of the atomic observation data cubes over the ''​340''​ channels (with a velocity resolution of ''​1.56 km/​s''​).+The maps, in brightness units (''​K m/​s''​),​ are the result of the integration of the atomic observation data cubes over the ''​340''​ channels (with a velocity resolution of ''​1.56 km/​s''​).\\ 
 + 
 +Healpix maps made by D. Paradis.
  
 ===Reference=== ===Reference===
Line 15: Line 17:
 === Maps === === Maps ===
  
-  * Atomic Hydrogen: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​VGPS/​VGPS_1_8192.fits| ​VGPS_1_8192.fits]]<​html>​+  * Atomic Hydrogen: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​VGPS/​VGPS_1_8192_partial.fits| ​VGPS_1_8192_partial.fits]]<​html>​
 <​script>​ <​script>​
   // Broadcasts a table given a hub connection.   // Broadcasts a table given a hub connection.
   var vgps = function(connection) {   var vgps = 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/​VGPS/​VGPS_1_8192.fits","​name":"​VGPS"​} );+      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​VGPS/​VGPS_1_8192_partial.fits","​name":"​VGPS"​} );
       connection.notifyAll([msg]);​       connection.notifyAll([msg]);​
   };   };
Line 27: Line 29:
 </​html>​ </​html>​
  
- ​Combination of the VGPS with the CGPS data (units: K km/s): [[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS/​CGPS_VGPS_8192_comb.fits| ​CGPS_VGPS_8192_comb.fits]]<​html>​+ ​Combination of the VGPS with the CGPS data (units: K km/s): [[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS/​CGPS_VGPS_1_8192_partial.fits| ​CGPS_VGPS_1_8192_partial.fits]]<​html>​
 <​script>​ <​script>​
   // Broadcasts a table given a hub connection.   // Broadcasts a table given a hub connection.
   var vgpscgps = function(connection) {   var vgpscgps = 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 39: Line 41:
 </​html>​ </​html>​
  
-  * Radio Continuum: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​VGPS_CONT/​VGPS_CONT_1_8192.fits| ​VGPS_CONT_1_8192.fits]]<​html>​+  * Radio Continuum: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​VGPS_CONT/​VGPS_CONT_1_8192_partial.fits| ​VGPS_CONT_1_8192_partial.fits]]<​html>​
 <​script>​ <​script>​
   // Broadcasts a table given a hub connection.   // Broadcasts a table given a hub connection.
   var vgpscont = function(connection) {   var vgpscont = 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/​VGPS_CONT/​VGPS_CONT_1_8192.fits","​name":"​VGPS Continuum"​} );+      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​VGPS_CONT/​VGPS_CONT_1_8192_partial.fits","​name":"​VGPS Continuum"​} );
       connection.notifyAll([msg]);​       connection.notifyAll([msg]);​
   };   };
Line 51: Line 53:
 </​html>​ </​html>​
  
-Combination of the radio continuum of the VGPS with the CGPS data (K units):​[[http://​cade.irap.omp.eu/​documents/​Ancillary/​CGPS_VGPS_CONT/​CGPS_VGPS_CONT_8192_comb.fits| ​CGPS_VGPS_CONT_8192_comb.fits]]<​html>​+Combination of the radio continuum of the VGPS with the CGPS data (K units):​[[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>​
 <​script>​ <​script>​
   // Broadcasts a table given a hub connection.   // Broadcasts a table given a hub connection.
   var vgpscgpscont = function(connection) {   var vgpscgpscont = 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 89: Line 91:
 </​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/​VGPS_II \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​VGPS_CONT \\
 +
 +The combination of the VGPS with the CGPS HiPS is available in Aladin Collections/​Image
  
 ===Original WCS Data=== ===Original WCS Data===