Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cohrs [2023/11/10 14:47] Déborah Paradis |
cohrs [2024/05/13 15:23] (current) Déborah Paradis |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| DR1- 12CO(3-2) Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/COHRS/COHRS_12CO_MOM0_R1_1_32768_partial.fits|COHRS_12CO_MOM0_R1_1_32768_partial.fits]] | DR1- 12CO(3-2) Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/COHRS/COHRS_12CO_MOM0_R1_1_32768_partial.fits|COHRS_12CO_MOM0_R1_1_32768_partial.fits]] | ||
| - | /*===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 36: | 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> | ||