Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
mipsgal [2019/12/17 17:18] Déborah Paradis |
mipsgal [2024/05/13 15:09] (current) Déborah Paradis |
||
---|---|---|---|
Line 2: | Line 2: | ||
PI : S. Carey | PI : S. Carey | ||
+ | <html> | ||
+ | <script> | ||
+ | // Broadcasts a table given a hub connection. | ||
+ | var mips24= function(connection) { | ||
+ | var msg = new samp.Message("image.load.fits", | ||
+ | {"url": "http://cade.irap.omp.eu/documents/Ancillary/Spitzer/MIPSGAL_mips1_1_16384_partial.fits","name":"MIPSGAL MIPS1"} ); | ||
+ | connection.notifyAll([msg]); | ||
+ | }; | ||
+ | </script> | ||
+ | </html> | ||
+ | |||
+ | **MIPS 24** | ||
+ | <html><div id="aladin-lite-div-mips24" class="aladin-lite-container"></div></html> | ||
+ | |||
+ | <html> | ||
+ | <script src="lib/scripts/aladin-btns.js"></script> | ||
+ | <script> | ||
+ | // Aladin visualizations | ||
+ | jQuery().ready(function($){ | ||
+ | var aladin_01 = A.aladin('#aladin-lite-div-mips24', {zoom:170}); | ||
+ | aladin_01.setFrame('Galactic'); | ||
+ | aladin_01.gotoPosition(0, 0); | ||
+ | aladin_01.setImageSurvey(aladin_01.createImageSurvey( | ||
+ | 'MIPSGAL MIPS1', 'MIPSGAL MIPS1', | ||
+ | 'http://cade.irap.omp.eu/documents/Ancillary/4Aladin/MIPSGAL_mips1/', | ||
+ | 'Galactic', 3 | ||
+ | )); | ||
+ | aladin_01.getBaseImageLayer().getColorMap().update('rainbow'); | ||
+ | }); | ||
+ | </script> | ||
+ | </html> | ||
===Map=== | ===Map=== | ||
- | 24 microns: [[http://cade.irap.omp.eu/documents/Ancillary/Spitzer/MIPSGAL_mips1_1_16384_partial.fits|MIPSGAL_mips1_1_16384_partial.fits]]\\ | + | 40 arcsec: 24 microns: [[http://cade.irap.omp.eu/documents/Ancillary/Spitzer/MIPSGAL_mips1_1_16384_partial.fits|MIPSGAL_mips1_1_16384_partial.fits]]\\ |
+ | |||
+ | 1 arcmin: 24 microns: [[http://cade.irap.omp.eu/documents/Ancillary/Spitzer/MIPSGAL_mips1_1arcm_1_8192_partial.fits|MIPSGAL_mips1_1arcm_1_8192_partial.fits]]\\ | ||
+ | |||
+ | 4 arcmin: 24 microns: [[http://cade.irap.omp.eu/documents/Ancillary/Spitzer/MIPSGAL_mips1_4arcm_1_2048_partial.fits|MIPSGAL_mips1_4arcm_1_2048_partial.fits]]\\ | ||
=== HiPS=== | === HiPS=== | ||
- | (unzip the directory and put it directly in an Aladin window to display the map) | + | Enter the following URL in Aladin ("Files" then "Use directly a URL"):\\ |
+ | http://cade.irap.omp.eu/documents/Ancillary/4Aladin/MIPSGAL_mips1 | ||
+ | |||
+ | |||
+ | OR | ||
+ | |||
+ | unzip the directory and put it directly in an Aladin window to display the map | ||
Map: | Map: |