Exporting Data#
Jdaviz allows you to export various data products created during your analysis:
UI Access#
v0.1
Click toolbar icons to toggle different sidebars
Data Menu
Control data and subset layer order and visibility for each viewer. Toggle layer visibility, reorder layers by dragging, and manage which data appears in the viewer.
dm = jd.viewers[viewer].data_menu
API Access#
plg = jdaviz.plugins['Export']
plg.dataset = 'my-dataset'
plg.dataset_format = 'FITS'
plg.export()
Since there are many options and the exposed options depend on previous selections, the best way to explore API options is to enable API Hints:
v0.1
Click toolbar icons to toggle different sidebars
Data Menu
Control data and subset layer order and visibility for each viewer. Toggle layer visibility, reorder layers by dragging, and manage which data appears in the viewer.
dm = jd.viewers[viewer].data_menu