imexam icon indicating copy to clipboard operation
imexam copied to clipboard

mark_region_from_array does not have implementation.

Open bkornpob opened this issue 4 years ago • 1 comments

This is from mark_region_from_array (in ginga_viewer.py)

def mark_region_from_array(self, *args, **kwargs): """Mark regions on the viewer with a list of tuples as input.""" raise NotImplementedError

bkornpob avatar Apr 09 '20 20:04 bkornpob

mark_region_from_array is only currently implemented for the ds9 viewer

sosey avatar Apr 09 '20 22:04 sosey