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
Last revision Both sides next revision
parkes [2016/08/29 13:14]
Déborah Paradis
parkes [2021/07/21 13:59]
Déborah Paradis
Line 1: Line 1:
-====== Parkes 5 GHz radio continuum ======+====== Parkes ​85 MHz/150 MHz/5 GHz radio continuum ======
  
 +/*
 +AH 27/8/18: split these into separate surveys?
 +*/
  
-The 5GHz radio continuum survey of the Galactic plane (0°<​l<​+40° and 190°<​l<​360°,​ -2°<​b<​+2°) was made with the Parkes 64-m radio telescope, with an angular resolution of 4.1'. Units of the map are mKTB.+The 5GHz radio continuum survey of the Galactic plane (0°<​l<​+40° and 190°<​l<​360°,​ -2°<​b<​+2°) was made with the Parkes 64-m radio telescope, with an angular resolution of 4.1'. Units of the map are ''​mKTB''​.
  
-Reference: http://​adsabs.harvard.edu/​abs/​1978AuJPA..45....1H+The 85 MHz and 150 MHz surveys cover the equatorial plane (0H<​RA<​24h and -24°<​DEC<​+24°) at a resolution of 3.5° and 2.2°, respectivelyUnits of the maps are ''​KTB''​.
  
- +===References=== 
-Data in the WCS format can be downloaded here:  +  * 'The Galactic Metre Wave Radiation: A two-frequency survey between declinations +25° and -25° and the preparation of a map of the whole sky' by Landecker and Wielebinski,​ 1970, AuJPA, 16, 1 http://​adsabs.harvard.edu/​abs/​1970AuJPA..16....1L \\ 
-http://www3.mpifr-bonn.mpg.de/survey.html+  ​* ​ 'A southern hemisphere survey of the galactic plane at 5 GHz' by Haynes et al, 1978, AuJPA, 45, 1 http://adsabs.harvard.edu/abs/​1978AuJPA..45....1H
  
 <​html>​ <​html>​
Line 15: Line 18:
 var parkes6cm = function(connection) { var parkes6cm = 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/​Parkes/​Parkes_6cm_1_2048.fits","​name":"​Parkes ​6cm"} );+    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​Parkes/​Parkes_6cm_1_2048.fits","​name":"​Parkes ​5 GHz"} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
 </​script>​ </​script>​
 </​html>​ </​html>​
 +<​html>​
 +<​script>​
 +// Broadcasts a table given a hub connection.
 +var parkes85mhz = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​Parkes/​Parkes_85MHz_1_64.fits","​name":"​Parkes 85 MHz"} );
 +    connection.notifyAll([msg]);​
 +};
 +</​script>​
 +</​html>​
 +<​html>​
 +<​script>​
 +// Broadcasts a table given a hub connection.
 +var parkes150mhz = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​Parkes/​Parkes_150MHz_1_64fits","​name":"​Parkes 150 MHz"} );
 +    connection.notifyAll([msg]);​
 +};
 +</​script>​
 +</​html>​
 +
 +^  __**Parkes 85 MHz**__ ​ ^  __**Parkes 5 GHz**__ ​ ^
 +|  <​html><​div id="​aladin-lite-div-parkes85mhz"​ class="​aladin-lite-container"></​div></​html> ​ |  <​html><​div id="​aladin-lite-div-parkes6cm"​ class="​aladin-lite-container"></​div></​html> ​ |
 +
 +<​html>​
 +<script src="​lib/​scripts/​aladin-btns.js"></​script>​
 +<​script>​
 +// Aladin visualizations
 +jQuery().ready(function($){
 +    var aladin_01 = A.aladin('#​aladin-lite-div-parkes85mhz',​ {zoom:​400});​
 +    aladin_01.setFrame('​Galactic'​);​
 +    aladin_01.gotoPosition(0,​ 0);
 +    aladin_01.setImageSurvey(aladin_01.createImageSurvey(
 +        '​Parkes 85 MHz', '​Parkes 85 MHz',
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​PARKES_85MHz/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_01.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +});
 +</​script>​
 +</​html>​
 +<​html>​
 +<script src="​lib/​scripts/​aladin-btns.js"></​script>​
 +<​script>​
 +// Aladin visualizations
 +jQuery().ready(function($){
 +    var aladin_02= A.aladin('#​aladin-lite-div-parkes6cm',​ {zoom:​400});​
 +    aladin_02.setFrame('​Galactic'​);​
 +    aladin_02.gotoPosition(0,​ 0);
 +    aladin_02.setImageSurvey(aladin_02.createImageSurvey(
 +        '​Parkes 5 GHz', '​Parkes 5 GHz',
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​PARKES_6cm/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_02.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +});
 +</​script>​
 +</​html>​
 +
 +=== Maps ===
 +
 +- 85 MHz: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​Parkes/​Parkes_85MHz_1_64.fits|Parkes_85MHz_1_64.fits]] ​
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(parkes85mhz)">​Aladin</​button>​
 +</​html>​ \\
 +- 150 MHz: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​Parkes/​Parkes_150MHz_1_64.fits|Parkes_150MHz_1_64.fits]] ​
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(parkes150mhz)">​Aladin</​button>​
 +</​html>​ \\
 +- 5GHz: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​Parkes/​Parkes_6cm_1_2048.fits|Parkes_6cm_1_2048.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(parkes6cm)">​Aladin</​button>​
 +</​html>​
 +
 +=== HiPS=== ​
 +
 +Parkes HiPS are available in Aladin Collections/​Image
 +
 +===Original WCS Data===
 +http://​www3.mpifr-bonn.mpg.de/​survey.html
 +
  
-=== Map === 
- ​[[http://​cade.irap.omp.eu/​documents/​Ancillary/​Parkes/​Parkes_6cm_1_2048.fits|Parkes_6cm_1_2048.fits]]