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
mopraco [2023/08/18 11:11]
Déborah Paradis
mopraco [2023/09/07 14:06] (current)
Déborah Paradis
Line 24: Line 24:
 var 13COii= function(connection) { var 13COii= 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/​MOPRA_13CO_MOM0/​MOPRA_13CO_MOM0_1_16384_partial.fits","​name":"​MOPRA 13CO Integrated Intensity"​} );+    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​MOPRA_13CO_MOM0/​MOPRA_13CO_MOM0_1_16384_partial.fits","​name":"​13CO Integrated Intensity"​} );
     connection.notifyAll([msg]);​     connection.notifyAll([msg]);​
 }; };
 +var 13COtpk= function(connection) {
 +    var msg = new samp.Message("​image.load.fits",​
 +    {"​url":​ "​http://​cade.irap.omp.eu/​documents/​Ancillary/​MOPRA_13CO_TPK/​MOPRA_13CO_TPK_1_16384_partial.fits","​name":"​13CO TPK"} );
 +    connection.notifyAll([msg]);​
 +};
 +
 </​script>​ </​script>​
 </​html>​ </​html>​
Line 74: Line 80:
  
 C18O Peak Brightness : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​Mopra/​MOPRA_C18O_TPK_1_16384_partial.fits|MOPRA_C18O_TPK_1_16384_partial.fits]] C18O Peak Brightness : [[http://​cade.irap.omp.eu/​documents/​Ancillary/​Mopra/​MOPRA_C18O_TPK_1_16384_partial.fits|MOPRA_C18O_TPK_1_16384_partial.fits]]
- 
- 
-/*===HiPS === 
- 
-For the corresponding HIPS, unzip the directory and put it directly in an Aladin window to display the map 
- 
-=== Known Issues === 
- 
- 
-=== Version History === 
-  * v1 CADE maps, February 2022 */ 
- 
-=== Original WCS Data === 
-The Mopra Southern Galactic Plane CO Survey - Data Release 3 at the Harvard Dataverse 
-https://​dataverse.harvard.edu/​dataset.xhtml?​persistentId=doi:​10.7910/​DVN/​LH3BDN 
- 
-=== Project Website === 
-http://​newt.phys.unsw.edu.au/​mopraco/​ 
  
 <​html>​ <​html>​
Line 132: Line 120:
 </​script>​ </​script>​
 </​html>​ </​html>​
 +
 +===HiPS ===
 +Enter the following URLs in Aladin ("​Files"​ then "Use directly a URL"):
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_12CO_MOM0 \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_12CO_TPK \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_13CO_MOM0 \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_13CO_TPK \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_C17O_MOM0 \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_C17O_TPK \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_C18O_MOM0 \\
 +http://​cade.irap.omp.eu/​documents/​Ancillary/​4Aladin/​MOPRA_C18O_TPK \\
 +
 +
 +/*=== Known Issues ===
 +
 +
 +=== Version History ===
 +  * v1 CADE maps, February 2022 */
 +
 +=== Original WCS Data ===
 +The Mopra Southern Galactic Plane CO Survey - Data Release 3 at the Harvard Dataverse
 +https://​dataverse.harvard.edu/​dataset.xhtml?​persistentId=doi:​10.7910/​DVN/​LH3BDN
 +
 +=== Project Website ===
 +http://​newt.phys.unsw.edu.au/​mopraco/​
 +