Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vgps [2017/11/07 14:40] Déborah Paradis |
vgps [2024/05/13 15:34] (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=== | ||
+ | 'The VLA Galactic Plane Survey' by Stil et al, 2006, AJ, 132, 1158 http://adsabs.harvard.edu/abs/2006AJ....132.1158S | ||
^ __**VGPS HI**__ ^ __**VGPS Continuum**__ ^ | ^ __**VGPS HI**__ ^ __**VGPS Continuum**__ ^ | ||
| <html><div id="aladin-lite-div-vgpshi" class="aladin-lite-container"></div></html> | <html><div id="aladin-lite-div-vgpscont" class="aladin-lite-container"></div></html> | | | <html><div id="aladin-lite-div-vgpshi" class="aladin-lite-container"></div></html> | <html><div id="aladin-lite-div-vgpscont" class="aladin-lite-container"></div></html> | | ||
+ | === Maps === | ||
- | ===== Atomic Hydrogen ===== | + | * Atomic Hydrogen: [[http://cade.irap.omp.eu/documents/Ancillary/VGPS/VGPS_1_8192_partial.fits| VGPS_1_8192_partial.fits]]<html> |
- | + | ||
- | === Map === | + | |
- | + | ||
- | [[http://cade.irap.omp.eu/documents/Ancillary/VGPS/VGPS_1_8192.fits| VGPS_1_8192.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 29: | 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_1_8192_partial.fits| CGPS_VGPS_1_8192_partial.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_8192_comb.fits| CGPS_VGPS_8192_comb.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 46: | Line 41: | ||
</html> | </html> | ||
- | You can also [[http://cade.irap.omp.eu/dokuwiki/doku.php?id=cgps|visit the CGPS page]]. | + | * Radio Continuum: [[http://cade.irap.omp.eu/documents/Ancillary/VGPS_CONT/VGPS_CONT_1_8192_partial.fits| VGPS_CONT_1_8192_partial.fits]]<html> |
- | + | ||
- | + | ||
- | + | ||
- | ===== Radio Continuum ===== | + | |
- | + | ||
- | === Map === | + | |
- | + | ||
- | [[http://cade.irap.omp.eu/documents/Ancillary/VGPS_CONT/VGPS_CONT_1_8192.fits| VGPS_CONT_1_8192.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 68: | 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_1_8192_partial.fits| CGPS_VGPS_CONT_1_8192_partial.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_8192_comb.fits| CGPS_VGPS_CONT_8192_comb.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 84: | Line 64: | ||
<button class="aladin-btn" type="button" onclick="connector.runWithConnection(vgpscgpscont)">Aladin</button> | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(vgpscgpscont)">Aladin</button> | ||
</html> | </html> | ||
- | |||
- | You can also [[http://cade.irap.omp.eu/dokuwiki/doku.php?id=cgps|visit the CGPS page]]. | ||
- | |||
<html> | <html> | ||
Line 114: | 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=== | ||
+ | http://www.ras.ucalgary.ca/VGPS/VGPS_data.html | ||
===Project Website=== | ===Project Website=== | ||
- | [[http://www.ras.ucalgary.ca/VGPS/]]. | + | http://www.ras.ucalgary.ca/VGPS/ |
+ | ===See also=== | ||
+ | http://cade.irap.omp.eu/dokuwiki/doku.php?id=cgps |