spacetelescope / imexam

imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
http://imexam.readthedocs.io
BSD 3-Clause "New" or "Revised" License
74 stars 45 forks source link

mark_region_from_array does not have implementation. #206

Open bkornpob opened 4 years ago

bkornpob commented 4 years ago

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

sosey commented 4 years ago

mark_region_from_array is only currently implemented for the ds9 viewer