Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ramps [2023/09/22 10:13] Déborah Paradis |
ramps [2023/09/22 14:02] (current) Déborah Paradis |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| Healpix maps made by D. Paradis. | Healpix maps made by D. Paradis. | ||
| + | |||
| + | <html> | ||
| + | <script> | ||
| + | // Broadcasts a table given a hub connection. | ||
| + | var nh311_mom0 = function(connection) { | ||
| + | var msg = new samp.Message("image.load.fits", | ||
| + | {"url": "http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_NH311_MOM0_1_32768_partial.fits","name":"RAMPS NH311 MOM0"} ); | ||
| + | connection.notifyAll([msg]); | ||
| + | }; | ||
| + | var nh322_mom0= function(connection) { | ||
| + | var msg = new samp.Message("image.load.fits", | ||
| + | {"url": "http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_NH322_MOM0_1_32768_partial.fits","name":"RAMPS NH322 MOM0"} ); | ||
| + | connection.notifyAll([msg]); | ||
| + | }; | ||
| + | var h2o_mom0= function(connection) { | ||
| + | var msg = new samp.Message("image.load.fits", | ||
| + | {"url": "http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_H2O_MOM0_1_32768_partial.fits","name":"RAMPS H2O MOM0"} ); | ||
| + | connection.notifyAll([msg]); | ||
| + | }; | ||
| + | var nh333_mom0= function(connection) { | ||
| + | var msg = new samp.Message("image.load.fits", | ||
| + | {"url": "http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_NH333_MOM0_1_32768_partial.fits","name":"RAMPS NH333 MOM0"} ); | ||
| + | connection.notifyAll([msg]); | ||
| + | }; | ||
| + | |||
| + | </script> | ||
| + | </html> | ||
| + | |||
| + | ^ __**NH3(1,1) integrated intensity**__ ^ __**NH3(2,2) integrated intensity**__ ^ __**H2O integrated intensity**__ ^ | ||
| + | | <html> | ||
| + | <div id="aladin-lite-div-nh311_mom0" class="aladin-lite-container200"></div> | ||
| + | </html> | <html> | ||
| + | <div id="aladin-lite-div-nh322_mom0" class="aladin-lite-container200"></div> | ||
| + | </html> | <html> | ||
| + | <div id="aladin-lite-div-h2o_mom0" class="aladin-lite-container200"></div> | ||
| + | </html> | | ||
| === Reference === | === Reference === | ||
| Line 19: | Line 55: | ||
| === Maps === | === Maps === | ||
| + | NH3(1,1) Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_NH311_MOM0_1_32768_partial.fits|RAMPS_NH311_MOM0_1_32768_partial.fits]] | ||
| + | <html> | ||
| + | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(nh311_mom0)">Aladin</button> | ||
| + | </html> | ||
| - | ===HiPS === | + | NH3(2,2) Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_NH322_MOM0_1_32768_partial.fits|RAMPS_NH322_MOM0_1_32768_partial.fits]] |
| + | <html> | ||
| + | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(nh322_mom0)">Aladin</button> | ||
| + | </html> | ||
| - | For the corresponding HIPS, unzip the directory and put it directly in an Aladin window to display the map | + | NH3(3,3) Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_NH333_MOM0_1_32768_partial.fits|RAMPS_NH333_MOM0_1_32768_partial.fits]] |
| + | <html> | ||
| + | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(nh333_mom0)">Aladin</button> | ||
| + | </html> | ||
| - | === Known Issues === | + | H2O Maser line : [[http://cade.irap.omp.eu/documents/Ancillary/RAMPS/RAMPS_H2O_MOM0_1_32768_partial.fits|RAMPS_H2O_MOM0_1_32768_partial.fits]] |
| + | <html> | ||
| + | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(h2o_mom0)">Aladin</button> | ||
| + | </html> | ||
| + | <html> | ||
| + | <script src="lib/scripts/aladin-btns.js"></script> | ||
| + | <script> | ||
| + | // Aladin visualizations | ||
| + | jQuery().ready(function($){ | ||
| + | var aladin_01 = A.aladin('#aladin-lite-div-nh311_mom0', {zoom:10}); | ||
| + | aladin_01.setFrame('Galactic'); | ||
| + | aladin_01.gotoPosition(25, 0); | ||
| + | aladin_01.setImageSurvey(aladin_01.createImageSurvey( | ||
| + | 'RAMPS_NH311_MOM0', 'RAMPS_NH311_MOM0', | ||
| + | 'http://cade.irap.omp.eu/documents/Ancillary/4Aladin/RAMPS_NH311_MOM0/', | ||
| + | 'Galactic', 3 | ||
| + | )); | ||
| + | aladin_01.getBaseImageLayer().getColorMap().update('rainbow'); | ||
| - | === Version History === | + | var aladin_02 = A.aladin('#aladin-lite-div-nh322_mom0', {zoom:10}); |
| - | * v1 CADE maps, March 2022 | + | aladin_02.setFrame('Galactic'); |
| + | aladin_02.gotoPosition(25, 0); | ||
| + | aladin_02.setImageSurvey(aladin_02.createImageSurvey( | ||
| + | 'RAMPS_NH322_MOM0 ', 'RAMPS_NH322_MOM0', | ||
| + | 'http://cade.irap.omp.eu/documents/Ancillary/4Aladin/RAMPS_NH322_MOM0/', | ||
| + | 'Galactic', 3 | ||
| + | )); | ||
| + | aladin_02.getBaseImageLayer().getColorMap().update('rainbow'); | ||
| + | |||
| + | var aladin_03 = A.aladin('#aladin-lite-div-h2o_mom0', {zoom:10}); | ||
| + | aladin_03.setFrame('Galactic'); | ||
| + | aladin_03.gotoPosition(25, 0); | ||
| + | aladin_03.setImageSurvey(aladin_03.createImageSurvey( | ||
| + | 'RAMPS_H2O_MOM0', 'RAMPS_H2O_MOM0', | ||
| + | 'http://cade.irap.omp.eu/documents/Ancillary/4Aladin/RAMPS_H2O_MOM0/', | ||
| + | 'Galactic', 3 | ||
| + | )); | ||
| + | aladin_03.getBaseImageLayer().getColorMap().update('rainbow'); | ||
| + | |||
| + | }); | ||
| + | </script> | ||
| + | </html> | ||
| + | |||
| + | |||
| + | ===HiPS === | ||
| + | |||
| + | 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/RAMPS_NH311_MOM0 \\ | ||
| + | http://cade.irap.omp.eu/documents/Ancillary/4Aladin/RAMPS_NH322_MOM0 \\ | ||
| + | http://cade.irap.omp.eu/documents/Ancillary/4Aladin/RAMPS_NH333_MOM0 \\ | ||
| + | http://cade.irap.omp.eu/documents/Ancillary/4Aladin/RAMPS_H2O_MOM0 \\ | ||
| === Original WCS Data === | === Original WCS Data === | ||
| - | https://nova.newcastle.edu.au/vital/access/manager/Repository/uon:32637 | + | /*https://nova.newcastle.edu.au/vital/access/manager/Repository/uon:32637*/ |
| https://www.gb.nrao.edu/GbtLegacyArchive/RAMPS/ | https://www.gb.nrao.edu/GbtLegacyArchive/RAMPS/ | ||
| + | |||
| === Project Website === | === Project Website === | ||
| https://sites.bu.edu/ramps/ | https://sites.bu.edu/ramps/ | ||