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
miteor [2017/12/07 10:24]
Déborah Paradis
miteor [2021/07/21 13:49]
Déborah Paradis
Line 1: Line 1:
 ======MIT Epoch of Reionization (MITEoR) experiment====== ======MIT Epoch of Reionization (MITEoR) experiment======
  
 +This northern sky survey centred around 150 MHz has been made using the MITEoR data set collected in 2013 July, with an angular resolution of about 2°. 
  
 +The intensity and uncertainty maps are in units of ''​mKTB'',​ and the resolution map is in ''​arcminutes''​. ​
  
 ===Reference=== ===Reference===
 '​Brute-force mapmaking with compact interferometers:​ a MITEoR northern sky map from 128 to 175 MHz' by Zheng, H. et al, 2017, MNRAS, 465, 2901 http://​adsabs.harvard.edu/​abs/​2017MNRAS.465.2901Z '​Brute-force mapmaking with compact interferometers:​ a MITEoR northern sky map from 128 to 175 MHz' by Zheng, H. et al, 2017, MNRAS, 465, 2901 http://​adsabs.harvard.edu/​abs/​2017MNRAS.465.2901Z
 +
 +<​html>​
 +
 +<​script>​
 +  // Broadcasts a table given a hub connection.
 +  var miteor = function(connection) {
 +      var msg = new samp.Message("​image.load.fits", ​
 +      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_1_128.fits","​name":"​MITEoR 150MHz"​} );
 +      connection.notifyAll([msg]);​
 +  };
 +    var miteorres = function(connection) {
 +      var msg = new samp.Message("​image.load.fits", ​
 +      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_RES_1_128.fits","​name":"​MITEoR 150MHz Resolution"​} );
 +      connection.notifyAll([msg]);​
 +  };
 +    var miteorsig = function(connection) {
 +      var msg = new samp.Message("​image.load.fits", ​
 +      {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_SIGMA_final_1_128.fits","​name":"​Sigma MITEoR 150MHz "} );
 +      connection.notifyAll([msg]);​
 +  };
 +
 +</​script>​
 +</​html>​
  
 === Map === === Map ===
  
  ​[[http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_1_128.fits|MITEoR_1_128.fits]]  ​[[http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_1_128.fits|MITEoR_1_128.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(miteor)">​Aladin</​button>​
 +</​html>​
  
 === Uncertainty Map === === Uncertainty Map ===
 [[http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_SIGMA_final_1_128.fits|MITEoR_SIGMA_final_1_128.fits]] [[http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_SIGMA_final_1_128.fits|MITEoR_SIGMA_final_1_128.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(miteorsig)">​Aladin</​button>​
 +</​html>​
  
 === Resolution Map === === Resolution Map ===
 [[http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_RES_1_128.fits|MITEoR_RES_1_128.fits]] [[http://​cade.irap.omp.eu/​documents/​Ancillary/​MITEoR/​MITEoR_RES_1_128.fits|MITEoR_RES_1_128.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(miteorres)">​Aladin</​button>​
 +</​html>​
 +
 +
 +=== HiPS=== ​
 +
 +MITEoR HiPS are available in Aladin Collections/​Image
 +
 +For SIGMA HiPS,  enter the following URL in Aladin ("​Files"​ then "Use directly a URL"):
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MITEoR_SIGMA \\
 +
 +OR
 +
 +unzip the directory and put it directly in an Aladin window to display the map
 +
 +Uncertainty map : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​hips_zip/​MITEoR_SIGMA.zip| MITEoR_SIGMA.zip]]
  
 ^  __**MITEoR**__ ​ ^  __**MITEoR Resolution**__ ​ ^ ^  __**MITEoR**__ ​ ^  __**MITEoR Resolution**__ ​ ^
 |  <​html><​div id="​aladin-lite-div-miteor"​ class="​aladin-lite-container"></​div></​html> ​ |  <​html><​div id="​aladin-lite-div-miteorres"​ class="​aladin-lite-container"></​div></​html> ​ | |  <​html><​div id="​aladin-lite-div-miteor"​ class="​aladin-lite-container"></​div></​html> ​ |  <​html><​div id="​aladin-lite-div-miteorres"​ 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-miteor',​ {zoom:​170});​
 +    aladin_01.setFrame('​Galactic'​);​
 +    aladin_01.gotoPosition(60,​ 0);
 +    aladin_01.setImageSurvey(aladin_01.createImageSurvey(
 +        '​MITEoR',​ '​MITEoR',​
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MITEoR/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_01.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +
 +    var aladin_02 = A.aladin('#​aladin-lite-div-miteorres',​ {zoom:​170});​
 +    aladin_02.setFrame('​Galactic'​);​
 +    aladin_02.gotoPosition(60,​ 0);
 +    aladin_02.setImageSurvey(aladin_02.createImageSurvey(
 +        '​MITEoR_RES',​ '​MITEoR_RES',​
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MITEoR_RES/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_02.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +});
 +</​script>​
 +</​html>​
 +
 +=== Original WCS Data ===
 +http://​www3.mpifr-bonn.mpg.de/​survey.html
 +
 +=== Project Website ===
 +http://​space.mit.edu/​home/​tegmark/​main_omniscope.html