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
stockert [2016/08/29 13:43]
Déborah Paradis
stockert [2021/07/21 14:13]
Déborah Paradis
Line 1: Line 1:
 ====== Stockert 1420/2720 MHz radio continuum ====== ====== Stockert 1420/2720 MHz radio continuum ======
  
-This radio continuum survey of the northern Galactic plane was performed using the Stockert 25-m telescope at 2720 MHz (11 cm) between 1979 and 1985. This survey covers 80°<​l<​0° and -16°<​b<​+30°,​ with a resolution of 21'​. ​Units of the map are mKTB. +The radio continuum survey of the northern Galactic plane was performed using the Stockert 25-m telescope at 2720 MHz (11 cm) between 1979 and 1985. This survey covers 80°<​l<​0° and -16°<​b<​+30°,​ with a resolution of 21'​. ​\\
  
-References: \\ +The all-sky survey at 1420 MHz (21cm) ​ have been performed with the 25-m Stockert (northern survey) and the 30-m Villa-Elisa telescopesThe resolution of the map is 36'. \\
-http://​adsabs.harvard.edu/​abs/​1984KlBer..27..295R \\ +
-http://​adsabs.harvard.edu/​abs/​1987MitAG..70..419R \\+
  
-Data in the WCS format can be downloaded here:  +Units of the maps are ''​mKTB''​. ​ 
-http://www3.mpifr-bonn.mpg.de/survey.html+ 
 +===References for the Stockert 11cm survey=== 
 +  * 'The 11-cm survey of the galactic plane using the 25 M Stockert telescope'​ by Reif et al, 1984, KIBer, 27, 295 http://adsabs.harvard.edu/​abs/​1984KlBer..27..295R \\ 
 +  * 'The Stockert 2.72 GHZ Radiocontinuum Survey of the Galactic Plane Part I' by Reif et al, 1987, MitAG, 70, 419 http://​adsabs.harvard.edu/abs/​1987MitAG..70..419R \\ 
 + 
 +===References for the Stockert 21cm survey=== 
 +  * 'A radio continuum survey of the northern sky at 1420 MHz. II' by Reich P and Reich W, 1986, A&AS, 63, 205 http://​adsabs.harvard.edu/​abs/​1986A%26AS...63..205R \\ 
 +  * 'A radio continuum survey of the southern sky at 1420 MHz. The atlas of contour maps' by Reich et al, 2001, A&A, 376, 861 http://​adsabs.harvard.edu/​abs/​2001A%26A...376..861R \\
  
 <​html>​ <​html>​
Line 20: Line 25:
 </​script>​ </​script>​
 </​html>​ </​html>​
 +<​html>​
 +<​script>​
 +// Broadcasts a table given a hub connection.
 +var stockert21 = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​STOCKERT/​STOCKERT+VILLA-ELISA_1420MHz_1_256.fits","​name":"​Stockert + Villa Elisa 21cm"} );
 +    connection.notifyAll([msg]);​
 +};
 +</​script>​
 +</​html>​
 +
 +
 +^  __**Stockert 11cm**__ ​ ^  __**Stockert+Villa-Elisa 21cm**__ ​ ^
 +|  <​html><​div id="​aladin-lite-div-stockert11"​ class="​aladin-lite-container"></​div></​html> ​ |  <​html><​div id="​aladin-lite-div-stockert21"​ class="​aladin-lite-container"></​div></​html> ​ |
  
-=== Map ===  
-[[http://​cade.irap.omp.eu/​documents/​Ancillary/​STOCKERT/​STOCKERT_11cm_1_512.fits|Stockert_11cm_1_512.fits]] 
  
 +=== Maps === 
 +- 11 cm (2720 MHz) survey: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​STOCKERT/​STOCKERT_11cm_1_512.fits|STOCKERT_11cm_1_512.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(stockert11)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(stockert11)">​Aladin</​button>​
 </​html>​ </​html>​
  
 +- 21 cm (1420 MHz) survey: [[http://​cade.irap.omp.eu/​documents/​Ancillary/​STOCKERT/​STOCKERT+VILLA-ELISA_1420MHz_1_256.fits|STOCKERT+VILLA-ELISA_1420MHz_1_256.fits]]
 <​html>​ <​html>​
-<div id="​aladin-lite-div-stockert11" ​class="aladin-lite-container300"></​div>+<button class="​aladin-btn" ​type="button"​ onclick="​connector.runWithConnection(stockert21)">Aladin</button>
 </​html>​ </​html>​
 +
  
  
Line 50: Line 71:
 </​script>​ </​script>​
 </​html>​ </​html>​
 +
 +<​html>​
 +<script src="​lib/​scripts/​aladin-btns.js"></​script>​
 +<​script>​
 +// Aladin visualizations
 +jQuery().ready(function($){
 +    var aladin_02 = A.aladin('#​aladin-lite-div-stockert21',​ {zoom:​170});​
 +    aladin_02.setFrame('​Galactic'​);​
 +    aladin_02.gotoPosition(0,​ 0);
 +    aladin_02.setImageSurvey(aladin_02.createImageSurvey(
 +        '​STOCKERT+VILLA-ELISA 21cm', '​STOCKERT+VILLA-ELISA 21cm',
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​STOCKERT+VILLAELISA_1420MHz/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_02.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +});
 +</​script>​
 +</​html>​
 +
 +===HiPS ===
 +
 +STOCKERT HiPS are available in Aladin Collections/​Image
 +
 +===Original WCS Data=== ​
 +http://​www3.mpifr-bonn.mpg.de/​survey.html