P. L. Lim

Results 538 comments of P. L. Lim

When you have coded it, I am gonna throw in some magnitudes to make your life interesting, maybe. 😉

p.s. I think at its current state, this PR broke Specviz parser. I had this installed and was doing something else and it crashed. The error went away when I...

Still no update after 3 years? I am also looking for this feature.

Well, if you need some guide, here's one from Ginga. 😉 ![Screenshot 2021-10-11 131502](https://user-images.githubusercontent.com/2090236/136834647-dd655f61-c496-4b1b-8823-d61daaa421cd.jpg)

Remove `title()` is preferred for me but I don't know if there was a good reason to capitalize in the first place.

p.s. Looks like `CircularROI.get_center()` is just a shortcut to get `CircularROI.xc` and `CircularROI.yc`. But there is no `RectangularROI.xc` and `RectangularROI.yc`.

> what is not working there? I don't think anything wasn't working. I just couldn't use the API consistently when my code need to handle different shapes. Out of scope...

Re: https://github.com/glue-viz/glue/issues/2195#issuecomment-853938899 Thanks, but no.

I am going to unwatch this to reduce my email traffic. Pls ping me here when this is rdy for another round of Jdaviz testing. Thx!

Does this help? ```python >>> for i in range(imdata.ndim): ... print(i, glue.core.coordinate_helpers.dependent_axes(data.coords, i)) 0 (0, 1, 2, 3, 4) 1 (0, 1, 2, 3, 4) ```