► Japanese
JUDO2 - "User Defined Overlay"
User Defined Overlay is an optional feature that enables users to draw circles, polylines, and polygons on the JUDO2 screen.
Usage :
- On JUDO2, display the sky area that you want to draw and select the image. See User Guide for information on how to display.
- Click [Permalink of this page] of [Links]
in the side menu. The URL (permanent link) of the current screen is displayed in the address bar of the browser.
- Decide the shape and find its coordinates, and enter them into the "Shape definition" part in the examples below.
- Connect the URL obtained in the 2nd step + &selectedLayer=UserDefinedOverlay&UserDefinedOverlay= (as shown in red in URLs below) + "Shape definition", and then access the URL!
If you already know coordinates of the center of the image and shape you want to display, replace values of the URL examples below with them, and open it in your browser.
Examples :
Circle - GRB 231115A position with M82
https://darts.isas.jaxa.jp/app/judo2/?center_lng=149.0205¢er_lat=69.6719&zoom=50&coord=J2000&Base=SDSS9_color&Top=SDSS9_color&TopAlpha=100&GraphicAlpha=100&selectedLayer=UserDefinedOverlay&UserDefinedOverlay=[{"shape":"circle","data":[149.0205,69.6719,0.0333],"options":{"color":"white"}}]
Shape definition |
[{ |
["shape":"circle", |
["data":[149.0205,69.6719,0.0333], |
["options":{"color":"white"} |
}] |
Reference:
doi:10.1038/s41586-024-07285-4 arXiv:2312.1464 Figure 1.
Polyline - Cassiopeia
https://darts.isas.jaxa.jp/app/judo2/?center_lng=123.58¢er_lat=-2.15&zoom=12&coord=galactic&Base=ABL_P_DSS2_color&Top=Constellations1&TopAlpha=60&GraphicAlpha=70&selectedLayer=UserDefinedOverlay&UserDefinedOverlay=[{"shape":"polyline","data":[[2.29452158,59.1497811],[10.12683778,56.53733116],[14.1772154,60.7167403],[21.45396446,60.23528403],[28.59885697,63.67010079]],"options":{"color":"red"}}]
Shape definition |
[{ |
["shape":"polyline", |
["data":[[2.29452158,59.1497811],[10.12683778,56.53733116],[14.1772154,60.7167403],[21.45396446,60.23528403],[28.59885697,63.67010079]], |
["options":{"color":"red"} |
}] |
Polygon (Square) - GRB 230307A position
https://darts.isas.jaxa.jp/app/judo2/?center_lng=60.859338¢er_lat=-75.37883&zoom=57&coord=J2000&Base=ABL_P_DSS2_color&Top=ABL_P_DSS2_color&TopAlpha=100&GraphicAlpha=100&selectedLayer=UserDefinedOverlay&userDefinedOverlay=[{"shape":"polygon","data":[[60.88,-75.3735],[60.88,-75.3835],[60.84,-75.3835],[60.84,-75.3735]],"options":{"color":"red"}}]
Shape definition |
[{ |
["shape":"polygon", |
["data":[[60.88,-75.3735],[60.88,-75.3835],[60.84,-75.3835],[60.84,-75.3735]], |
["options":{"color":"red"} |
}] |
Reference:
doi:10.1038/s41586-023-06759-1 Supplementary Figure 1 in the
Supplementary Information.
Polygon (Triangle) - Summer Triangle
https://darts.isas.jaxa.jp/app/judo2/?center_lng=65.537¢er_lat=3.940&zoom=5&coord=galactic&Base=ABL_P_DSS2_color&Top=Constellations2&TopAlpha=50&GraphicAlpha=50&selectedLayer=UserDefinedOverlay&userDefinedOverlay=[{"shape":"polygon","data":[[297.6958,8.8683],[279.23458,38.7836],[310.3579,45.2803]],"options":{"color":"blue"}}]
Shape definition |
[{ |
["shape":"polygon", |
["data":[[297.6958,8.8683],[279.23458,38.7836],[310.3579,45.2803]], |
["options":{"color":"blue"} |
}] |
Notes :
-
When shape = polygon, the color option is not available due to a bug on the Aladin Lite.
- By clicking [Export PNG of the image] of [Links]
in the side menu, you can open the PNG image in a new window and save the file.
-
When accessing the URL with the User Defind Overlay feature, the
[User defined overlay] box of [Options]
in the side menu is automatically checked.
If you uncheck the checkbox, you can turn off the display of drawn shapes.