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
cohrs [2023/09/29 10:58]
Déborah Paradis
cohrs [2024/05/13 15:23] (current)
Déborah Paradis
Line 1: Line 1:
-====== COHRS ======+====== ​12CO(3-2) High-resolution Survey of the Galactic Plane (COHRS======
  
 The CO(3-2) High-resolution Survey of the Galactic Plane mapped the 12CO(3-2) emission in the inner Galactic plane using the HARPS instrument on the James Clerk Maxwell Telescope (JCMT). ​ The CO(3-2) High-resolution Survey of the Galactic Plane mapped the 12CO(3-2) emission in the inner Galactic plane using the HARPS instrument on the James Clerk Maxwell Telescope (JCMT). ​
Line 11: Line 11:
 The units of the Healpix maps are K.km/s. The units of the Healpix maps are K.km/s.
  
-Healpix ​map made by D. Paradis.+Healpix ​maps made by D. Paradis. 
 +<​html>​ 
 +<div id="​aladin-lite-div-cohrs"​ class="​aladin-lite-container300"></​div>​ 
 +</​html>​
  
 === References === === References ===
-  * '12CO (3-2) High-Resolution Survey (COHRS) of the Galactic Plane: Complete Data Release', ​ https://​ui.adsabs.harvard.edu/​abs/​2023ApJS..264...16P/​abstract+  * '12CO (3-2) High-Resolution Survey (COHRS) of the Galactic Plane: Complete Data Release',  ​Geumsook, P., et al., 2023, AJ Supp., 264, 16 https://​ui.adsabs.harvard.edu/​abs/​2023ApJS..264...16P/​abstract
  
-  * '12CO (3 - 2) High-resolution Survey of the Galactic Plane: R1', Dempsey, J. et al, 2013, ApJS, 209, 8 https://​ui.adsabs.harvard.edu/​abs/​2013ApJS..209....8D/​abstract+  * '12CO (3-2) High-resolution Survey of the Galactic Plane: R1', Dempsey, J. et al, 2013, ApJS, 209, 8 https://​ui.adsabs.harvard.edu/​abs/​2013ApJS..209....8D/​abstract
  
 === Maps === === Maps ===
Line 26: Line 29:
 ===HiPS === ===HiPS ===
  
-For the corresponding HIPS, unzip the directory and put it directly in an Aladin window to display the map+For the corresponding HIPS, unzip the directory and put it directly in an Aladin window to display the map:\\ 
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​COHRS_12CO_MOM0\\
  
  
Line 33: Line 37:
  
 /*=== Project Website ===*/ /*=== Project Website ===*/
 +
 +<​html>​
 +<script src="​lib/​scripts/​aladin-btns.js"></​script>​
 +<​script>​
 +// Broadcast a table given a hub connection.
 +var cohrs = function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​COHRS/​COHRS_12CO_MOM0_R2_1_32768_partial.fits ","​name":"​COHRS 12CO (3-2)"​} );
 +    connection.notifyAll([msg]);​
 +};
 +
 +// Aladin visualizations
 +jQuery().ready(function($){
 +    var aladin_01 = A.aladin('#​aladin-lite-div-cohrs',​ {zoom:80});
 +    aladin_01.setFrame('​Galactic'​);​
 +    aladin_01.gotoPosition(35,​ 0);
 +    aladin_01.setImageSurvey(aladin_01.createImageSurvey(
 +        '​COHRS_12CO_MOM0',​ '​COHRS_12CO_MOM0',​
 +        '​http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​COHRS_12CO_MOM0/',​
 +        '​Galactic',​ 3
 +    ));
 +    aladin_01.getBaseImageLayer().getColorMap().update('​rainbow'​);​
 +});
 +</​script>​
 +</​html>​