P. L. Lim

Results 693 comments of P. L. Lim

If we can get this to work on Ginga instead of DS9, it would also benefit JWST in the near future. Just sayin'.

Ginga already has a PR for this over at ejeschke/ginga#719 . It basically works; I just don't have time right now to go back and wrap it up.

@mwcraig, if you download any data from [HST Archive](http://archive.stsci.edu/hst/search.php), you would see such a DQ array. If you have DropBox or something, I can drop one for you.

I can't check till Monday. But I'm surprised to hear Archive doesn't give DQ array. What's the dataset name and suffix you requested?

@MSeifert04 , here are the instructions to retrieve a specific dataset from HST/ACS that I know for sure has DQ extension. It is a subarray, so will have smaller size...

No problem! In general, any calibrated HST data should have DQ extension. I am curious of the dataset that you got that somehow does not.

Sphinx now does this natively but doesn't seem to work with automodapi? https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_inherit_docstrings

If I set `autodoc_inherit_docstrings = True` in `conf.py` and use `autoclass`, it works, but not with `automodapi`.

GitHub has spoiled the `#` for me as I associate it with issue number now. I am not sure what would be a less confusing representation. `Box1D (2)` (without the...

Or maybe just leave it as `Box1D -> Box1D`? Since when you mouse over, you will get more info about where the class is coming from anyway, right?