P. L. Lim

Results 693 comments of P. L. Lim

Perhaps it works with 64-bit, but it was never tested as far as STScI PyRAF delivery was concerned because we were locked to 32-bit for one reason or another. I'll...

UPDATE: Turns out I don't have that info at hand. I extracted `stsci_python` for another thingy and it doesn't have `pyraf` Trac. Waiting to hear back from Joe H. I...

@cdsontag , they moved PyRAF FAQ to ServiceNow but that link is broken too. Investigating.

And just in case you can't fix this in a reasonable time frame, why not use Python? 😬

FWIW, the FAQ is back up but now it is a PDF attachment to this [knowledge base article](https://stsci.service-now.com/hst?id=kb_article&sys_id=677a1206db543b44591e79fdae961951), in particular [this attachment](https://stsci.service-now.com/sys_attachment.do?sys_id=a49b1ec6db543b44591e79fdae96194d&view=true).

You already use `astropy_helpers`, so I think the natural thing to do here is to use the `astropy.config` functionality. Just a thought.

You can also look at how Ginga implements plugin configuration files, which are plugin-specific.

Conda is pretty bad with managing Python 3.5. Do you have problem still with, say, Python 3.7?

There's always Ginga...

I have seen a demo where Ginga is running on a machine and you can use it from a different machine. The demo was done in a Jupyter notebook interface....