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:14] 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 115: | Line 121: | ||
</html> | </html> | ||
- | /*===HiPS === | + | ===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 \\ | ||
- | For the corresponding HIPS, unzip the directory and put it directly in an Aladin window to display the map | ||
- | === Known Issues === | + | /*=== Known Issues === |