Exporting Data#

Jdaviz allows you to export various data products created during your analysis:

UI Access#

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: