Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
mopraco [2023/08/18 11:09] Déborah Paradis |
mopraco [2025/02/03 12:45] (current) Déborah Paradis |
||
---|---|---|---|
Line 14: | Line 14: | ||
var 12COii = function(connection) { | var 12COii = 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_12CO_MOM0/MOPRA_12CO_MOM0_1_16384_partial.fits","name":"12CO Integrated Intensity"} ); | + | {"url": "http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_12CO_MOM0_1_16384_partial.fits","name":"12CO Integrated Intensity"} ); |
connection.notifyAll([msg]); | connection.notifyAll([msg]); | ||
}; | }; | ||
var 12COtpk= function(connection) { | var 12COtpk= 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_12CO_TPK/MOPRA_12CO_TPK_1_16384_partial.fits","name":"12CO TPK"} ); | + | {"url": "http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_12CO_TPK_1_16384_partial.fits","name":"12CO TPK"} ); |
connection.notifyAll([msg]); | connection.notifyAll([msg]); | ||
}; | }; | ||
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/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/MOPRA_13CO_TPK_1_16384_partial.fits","name":"13CO TPK"} ); | ||
+ | connection.notifyAll([msg]); | ||
+ | }; | ||
+ | |||
</script> | </script> | ||
</html> | </html> | ||
Line 48: | Line 54: | ||
12CO Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_12CO_MOM0_1_16384_partial.fits|MOPRA_12CO_MOM0_1_16384_partial.fits]] | 12CO Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_12CO_MOM0_1_16384_partial.fits|MOPRA_12CO_MOM0_1_16384_partial.fits]] | ||
+ | <html> | ||
+ | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(12COii)">Aladin</button> | ||
+ | </html> | ||
12CO Peak Brightness : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_12CO_TPK_1_16384_partial.fits|MOPRA_12CO_TPK_1_16384_partial.fits]] | 12CO Peak Brightness : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_12CO_TPK_1_16384_partial.fits|MOPRA_12CO_TPK_1_16384_partial.fits]] | ||
+ | <html> | ||
+ | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(12COtpk)">Aladin</button> | ||
+ | </html> | ||
13CO Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_13CO_MOM0_1_16384_partial.fits|MOPRA_13CO_MOM0_1_16384_partial.fits]] | 13CO Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_13CO_MOM0_1_16384_partial.fits|MOPRA_13CO_MOM0_1_16384_partial.fits]] | ||
+ | <html> | ||
+ | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(13COii)">Aladin</button> | ||
+ | </html> | ||
13CO Peak Brightness : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_13CO_TPK_1_16384_partial.fits|MOPRA_13CO_TPK_1_16384_partial.fits]] | 13CO Peak Brightness : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_13CO_TPK_1_16384_partial.fits|MOPRA_13CO_TPK_1_16384_partial.fits]] | ||
+ | <html> | ||
+ | <button class="aladin-btn" type="button" onclick="connector.runWithConnection(13COtpk)">Aladin</button> | ||
+ | </html> | ||
C17O Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_C17O_MOM0_1_16384_partial.fits|MOPRA_C17O_MOM0_1_16384_partial.fits]] | C17O Integrated Intensity : [[http://cade.irap.omp.eu/documents/Ancillary/Mopra/MOPRA_C17O_MOM0_1_16384_partial.fits|MOPRA_C17O_MOM0_1_16384_partial.fits]] | ||
Line 62: | 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 120: | 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/ | ||
+ | |||