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
rass [2017/11/07 13:06]
Déborah Paradis
rass [2021/11/05 15:10]
cade
Line 4: Line 4:
 The angular resolution of the ROSAT telescope in The angular resolution of the ROSAT telescope in
 combination with the PSPC camera is approximately ''​1.8'''​. combination with the PSPC camera is approximately ''​1.8'''​.
- 
-Original data (WCS format) is be available here: 
-http://​www.xray.mpe.mpg.de/​cgi-bin/​rosat/​rosat-survey 
- 
-For more information on the survey, please visit http://​heasarc.gsfc.nasa.gov/​docs/​rosat/​rhp_geninfo.html 
- 
  
 <​html>​ <​html>​
Line 17: Line 11:
 var rass = function(connection) { var rass = 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/​RASS/​RASS_1_2048.fits","​name":"​RASS Total (counts/​s)"​} );+    {"​url":​ "https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_1_2048.fits","​name":"​RASS Total (counts/​s)"​} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
 var rassexp = function(connection) { var rassexp = 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/​RASS_EXP/​RASS_EXP_1_2048.fits","​name":"​RASS EXP. TIME"} );+    {"​url":​ "https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS_EXP/​RASS_EXP_1_2048.fits","​name":"​RASS EXP. TIME"} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
 var rasscount = function(connection) { var rasscount = 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/​RASS/​RASS_COUNT_1_2048.fits","​name":"​RASS Total (counts)"​} );+    {"​url":​ "https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_COUNT_1_2048.fits","​name":"​RASS Total (counts)"​} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
 var rassweight = function(connection) { var rassweight = 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/​RASS/​RASS_COUNT_1_2048_weight.fits","​name":"​RASS WEIGHT"​} );+    {"​url":​ "https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_COUNT_1_2048_weight.fits","​name":"​RASS WEIGHT"​} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
 var rassim2 = function(connection) { var rassim2 = 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/​RASS/​RASS_IM2_1_2048.fits","​name":"​RASS Hard"} );+    {"​url":​ "https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_IM2_1_2048.fits","​name":"​RASS Hard"} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
 var rassim3 = function(connection) { var rassim3 = 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/​RASS/​RASS_IM3_1_2048.fits","​name":"​RASS Soft"} );+    {"​url":​ "https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_IM3_1_2048.fits","​name":"​RASS Soft"} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
Line 53: Line 47:
     aladin_01.setImageSurvey(aladin_01.createImageSurvey(     aladin_01.setImageSurvey(aladin_01.createImageSurvey(
         '​P/​RASS/​CADE',​ '​P/​RASS/​CADE',​         '​P/​RASS/​CADE',​ '​P/​RASS/​CADE',​
-        'http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​RASS/',​+        'https://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​RASS/',​
         '​Galactic',​ 3         '​Galactic',​ 3
     ));     ));
Line 63: Line 57:
     aladin_02.setImageSurvey(aladin_02.createImageSurvey(     aladin_02.setImageSurvey(aladin_02.createImageSurvey(
         '​RASS_EXP',​ '​RASS_EXP',​         '​RASS_EXP',​ '​RASS_EXP',​
-        'http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​RASS_EXP/',​+        'https://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​RASS_EXP/',​
         '​Galactic',​ 3         '​Galactic',​ 3
     ));     ));
Line 77: Line 71:
 **Maps in counts/sec or counts should be multiplied by **''​5.24559''​** to get counts per HEALPix pixel.** **Maps in counts/sec or counts should be multiplied by **''​5.24559''​** to get counts per HEALPix pixel.**
  
 +===Maps===
 +  * Total energy band (0.1-2.4 keV) 
  
-=== Total energy band (0.1-2.4 keV) === +Map (in counts/​sec):​ [[https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_1_2048.fits|RASS_1_2048.fits]]
- +
-**Map (in counts/​sec):​** [[http://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_1_2048.fits|RASS_1_2048.fits]]+
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rass)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rass)">​Aladin</​button>​
 </​html>​ </​html>​
  
-**Map (in counts):** [[http://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_COUNT_1_2048.fits|RASS_COUNT_1_2048.fits]]+Map (in counts): [[https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_COUNT_1_2048.fits|RASS_COUNT_1_2048.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rasscount)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rasscount)">​Aladin</​button>​
Line 91: Line 85:
  
  
-=== Hard energy band (0.5-2.4 keV) ===+  * Hard energy band (0.4-2.4 keV) 
  
-**Map (in counts):**[[http://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_IM2_1_2048.fits|RASS_IM2_1_2048.fits]]+Map (in counts):[[https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_IM2_1_2048.fits|RASS_IM2_1_2048.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassim2)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassim2)">​Aladin</​button>​
Line 99: Line 93:
  
  
-=== Soft energy band (0.1-0.4 keV) ===+  * Soft energy band (0.1-0.4 keV) 
  
-**Map (in counts):** [[http://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_IM3_1_2048.fits|RASS_IM3_1_2048.fits]]+Map (in counts): [[https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_IM3_1_2048.fits|RASS_IM3_1_2048.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassim3)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassim3)">​Aladin</​button>​
Line 107: Line 101:
  
  
-=== Calibration ​===+  * Calibration ​
  
-**Exposure time map (in sec):**[[http://​cade.irap.omp.eu/​documents/​Ancillary/​RASS_EXP/​RASS_EXP_1_2048.fits|RASS_EXP_1_2048.fits]]+Exposure time map (in sec):[[https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS_EXP/​RASS_EXP_1_2048.fits|RASS_EXP_1_2048.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassexp)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassexp)">​Aladin</​button>​
 </​html>​ </​html>​
  
-**Weight (Surface fraction of the FITS pixels intersecting the HEALPix pixel):** +Weight (Surface fraction of the FITS pixels intersecting the HEALPix pixel): 
-[[http://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_COUNT_1_2048_weight.fits|RASS_COUNT_1_2048_weight.fits]]+[[https://​cade.irap.omp.eu/​documents/​Ancillary/​RASS/​RASS_COUNT_1_2048_weight.fits|RASS_COUNT_1_2048_weight.fits]]
 <​html>​ <​html>​
 <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassweight)">​Aladin</​button>​ <button class="​aladin-btn"​ type="​button"​ onclick="​connector.runWithConnection(rassweight)">​Aladin</​button>​
 </​html>​ </​html>​
 +
 +=== HiPS=== ​
 +
 +ROSAT HiPS are available in Aladin Collections/​Image
 +
 +===Original WCS Data===
 +https://​www.xray.mpe.mpg.de/​cgi-bin/​rosat/​rosat-survey
 +
 +===Project Website===
 + ​https://​heasarc.gsfc.nasa.gov/​docs/​rosat/​rhp_geninfo.html