ericmandel / pyds9

Python connection to SAOimage DS9 via XPA
76 stars 41 forks source link

Get projection profile with pyds9 #31

Closed duyhoang-astro closed 8 years ago

duyhoang-astro commented 8 years ago

Hi Developers,

I am not sure if I should call this issue or not. Perhaps just a question. In ds9 I can get data (profile) along a projection region from an image. I can do this by 'clicking' which takes a lot of time if I have many regions. Scripting these clicks could save quite a lot of time. I am wondering if there is any way to do the same with pyds9?

Thanks, Duy

ericmandel commented 8 years ago

Since pyds9 is able to call all of the XPA public access routines implemented by DS9, I believe this is a question best answered by @wjoye or @saoimageds9. Hopefully, we will hear from Bill Joye (DS9 author) soon.

wjoye commented 8 years ago

Currently, invoking an analysis task in ds9 via XPA is not supported. This item is on the to-do list, and hopefully will be addressed sooner than later.

duyhoang-astro commented 8 years ago

Thanks ericmandel, wjoye for the quick reply. It's good to hear that it is on the to-do list. Thanks.