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
integral [2019/02/19 12:45]
Déborah Paradis
integral [2021/07/21 13:09]
Déborah Paradis
Line 1: Line 1:
 ====== INTEGRAL/​IBIS ====== ====== INTEGRAL/​IBIS ======
  
 +The INTEGRAL observatory operating in a hard X-ray/gamma domain has gathered a large observational data since 2003. Most of the observing time was dedicated to the Galactic source population study, making possible the deepest Galactic survey in hard X-rays ever compiled. ​ Sky images of the Galactic Plane (|b|<​17.5 deg) obtained with the IBIS telescope have been produced in three energy bands : 17−60, 17−35, and 35−80 keV. All the surveys are based on the nine-year sky maps, and the 17−60 keV survey is also available with the fourteen-years sky maps.   
 +All maps were originally convolved with instrumental point spread function (PSF) which is Gaussian (σ=5'​).
  
 +The units of the Healpix maps are ''​mCrab''​.
 +
 +=== References ===
 +  * '​INTEGRAL/​IBIS nine-year Galactic hard X-ray survey'​ by Krivonos, R. et al, 2012, A&A, 545, 27. http://​adsabs.harvard.edu/​abs/​2012A%26A...545A..27K
 +
 +  * 'New hard X-ray sources discovered in the ongoing INTEGRAL Galactic plane survey after 14 yr of observations'​ by Krivonos, R. et al., 2017, MNRAS, 470, 512. http://​adsabs.harvard.edu/​abs/​2017MNRAS.470..512K
  
 === Maps === === Maps ===
  
-17-35 keV : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_17_35_1_2048.fits|INTEGRAL_17_35_1_2048.fits]]+9-year ​17-35 keV : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_17_35_1_1024.fits|INTEGRAL_17_35_1_1024.fits]]
 <​html>​ <​html>​
-<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(integral17-35)">​Aladin</​button>​+<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(integral_17_35)">​Aladin</​button>​
 </​html>​ </​html>​
  
 +9-year 35-80 keV : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_35_80_1_1024.fits|INTEGRAL_35_80_1_1024.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(integral_35_80)">​Aladin</​button>​
 +</​html>​
 +
 +9-year 17-60 keV : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_17_60_1_1024.fits|INTEGRAL_17_60_1_1024.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(integral_17_60)">​Aladin</​button>​
 +</​html>​
 +
 +14-year 17-60 keV : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_14y_17_60_1_1024.fits|INTEGRAL_14y_17_60_1_1024.fits]]
 +<​html>​
 +<button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(integral_14y_17_60)">​Aladin</​button>​
 +</​html>​
 +
 +^  __**INTEGRAL 14-year 17-60 keV**__ ​ ^  __**INTEGRAL 9-year 35-80 keV**__ ​ ^
 +|  <​html><​div id="​aladin-lite-div-integral_14y_17_60"​ class="​aladin-lite-container"></​div></​html> ​ |  <​html><​div id="​aladin-lite-div-integral_35_80"​ class="​aladin-lite-container"></​div></​html> ​ |
 +
 +
 +<​html>​
 +<script src="​lib/​scripts/​aladin-btns.js"></​script>​
 +<​script>​
 +// Broadcast a table given a hub connection.
 +var integral_17_35 = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_17_35_1_2048.fits","​name":"​INTEGRAL 9-y 17-35keV"​} );
 +    connection.notifyAll([msg]);​
 +};
 +var integral_17_60 = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_17_60_1_2048.fits","​name":"​INTEGRAL 9-y 17-60keV"​} );
 +    connection.notifyAll([msg]);​
 +};
 +var integral_14y_17_60 = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_14y_17_60_1_2048.fits","​name":"​INTEGRAL 14-y 17-60keV"​} );
 +    connection.notifyAll([msg]);​
 +};
 +var integral_35_80 = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​INTEGRAL/​INTEGRAL_35_80_1_2048.fits","​name":"​INTEGRAL 9-y 35-80keV"​} );
 +    connection.notifyAll([msg]);​
 +};
 +
 +// Aladin visualizations
 +jQuery().ready(function($){
 +    var aladin_01 = A.aladin('#​aladin-lite-div-integral_14y_17_60',​ {zoom:​170});​
 +    aladin_01.setFrame('​Galactic'​);​
 +    aladin_01.gotoPosition(0,​ 0);
 +    aladin_01.setImageSurvey(aladin_01.createImageSurvey(
 +        '​INTEGRAL_14y_17_60',​ '​INTEGRAL_14y_17_60',​
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​INTEGRAL_14y_17_60/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_01.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +
 +    var aladin_02 = A.aladin('#​aladin-lite-div-integral_35_80',​ {zoom:​170});​
 +    aladin_02.setFrame('​Galactic'​);​
 +    aladin_02.gotoPosition(0,​ 0);
 +    aladin_02.setImageSurvey(aladin_02.createImageSurvey(
 +        '​INTEGRAL_35_80',​ '​INTEGRAL_35_80',​
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​INTEGRAL_35_80/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_02.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +});
 +</​script>​
 +</​html>​
 +
 +=== HiPS=== ​
 +
 +INTEGRAL HiPS are available in Aladin Collections/​Image
 +
 +=== Original WCS Data ===
 +http://​hea.iki.rssi.ru/​integral/​nine-years-galactic-survey/​index.php?​key=GAL-Survey%2B115
 +
 +=== Project Website ===
 +https://​www.cosmos.esa.int/​web/​integral