imexam
imexam copied to clipboard
How do I delete regions?
I've looked in the 0.9.1 documentation and I can't figure out how to delete regions. My use case is that I need to delete all regions, but I'm also curious as to how to delete specific regions.
With pyds9, I was able to do 'display_handle.set("regions delete all")'. I have tried variations of this with set_region
without success.
A colleague found the answer. viewer.window.set("regions delete all")
.